servermgrv2/app/Language/ko/HPILO.php
최준흠git config git config --helpgit config --global user.name 최준흠 49d53fb635 servermgrv2 init...
2023-08-04 22:58:45 +09:00

25 lines
650 B
PHP

<?php
return [
'title' => "HPILO 정보",
'label' => [
'uid' => "번호",
'customer' => "서버명",
'ip' => "ILO IP",
'port' => "ILO Port",
'id' => "ILO ID",
'passwd' => "ILO 암호",
'confirmpassword' => "암호확인",
'model' => "Model",
'processor' => "CPU*갯수",
'memory' => "Memory",
'health' => "부품",
'power' => "전원",
'detail' => "상세내용",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일"
],
"POWER" => ["On" => "On", "Off" => "Off", "Restart" => "Restart"],
'STATUS' => ['use' => '사용', 'unuse' => '사용않함'],
];