servermgrv2/app/Language/ko/HPILO.php
최준흠git config git config --helpgit config --global user.name 최준흠 a27e059e43 servermgrv2 init...
2023-07-29 13:12:24 +09:00

25 lines
626 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" => FORM_OPTIONS['STATUS'],
];