mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
29 lines
762 B
PHP
29 lines
762 B
PHP
<?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에 전송되었습니다',
|
|
];
|