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

29 lines
892 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' => 'ЦП',
'memory' => 'Память',
'disk' => 'Диск',
'network' => 'Сеть',
'none' => 'Ничего',
'loading' => 'Загрузка...',
'power_actions' => 'Действия питания',
'power_action_sent' => ':action отправлено на :name',
];