dbms/app/Language/en/Equipment/Server.php
2025-05-12 16:58:29 +09:00

35 lines
729 B
PHP

<?php
return [
'title' => "서버장비정보",
'label' => [
'clientinfo_uid' => "소유자명",
'code' => "코드",
'type' => "종류",
'model' => "모델",
'price' => "금액",
'description' => "설명",
'status' => "상태",
'manufactur_at' => "제조일",
'updated_at' => "수정일",
'created_at' => "작성일",
],
'DEFAULTS' => [
'type' => 'L2',
'status' => "use"
],
"TYPE" => [
"normal" => "일반",
"kcs" => "KCS",
"vpc" => "VPC",
"jcs" => "JCS",
"VPN" => "VPN",
"defence" => "방어",
"colocation" => "코로케이션",
],
"STATUS" => [
"use" => "사용",
"pause" => "수리중",
"occupied" => "사용중",
],
];