dbms/app/Language/en/Equipment/ServerPart.php
2025-05-20 17:14:59 +09:00

19 lines
321 B
PHP

<?php
return [
'title' => "장비부품연결",
'label' => [
'type' => "종류",
'serverinfo_uid' => "서버",
'partinfo_uid' => "부품",
'created_at' => "작성일",
],
'DEFAULTS' => [
'type' => 'CPU',
],
"TYPE" => [
"CPU" => "CPU",
"RAM" => "RAM",
"DISK" => "DISK",
],
];