vhost/app/Language/ko/Billing.php
2024-05-06 14:32:40 +09:00

26 lines
577 B
PHP

<?php
return [
'title' => "청구서 정보",
'label' => [
'uid' => "청구서번호",
'user_uid' => "사용자정보",
'type' => "결제방식",
'email' => "메일",
'phone' => "연라처",
'title' => "청구서명",
'price' => "청구금액",
'response' => "결제결과",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일"
],
"STATUS" => [
"use" => "납부완료",
"unuse" => "미납중",
],
"TYPE" => [
'CARD' => " 카 드 결 제",
'DEPOSIT' => " 무통장입금",
]
];