dbms/app/Language/en/Equipment/Link/Cpu.php
2025-05-22 18:59:10 +09:00

18 lines
382 B
PHP

<?php
return [
'title' => "CPU연결정보",
'label' => [
'billing_type' => "청구유형",
'serviceinfo_uid' => "서비스",
'serverinfo_uid' => "서버",
'cpuinfo_uid' => "CPU",
'amount' => "금액",
'updated_at' => "수정일",
'created_at' => "작성일",
],
"BILLING_TYPE" => [
"month" => "월별",
"onetime" => "일회성",
],
];