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