shoppingmallv2/app/Language/ko/Order.php
최준흠git config git config --helpgit config --global user.name 최준흠 3dec0ab564 shoppingmallv2 init...
2023-08-16 21:00:43 +09:00

31 lines
714 B
PHP

<?php
return [
'title' => "주문 정보",
'label' => [
'uid' => "주문번호",
'product_uid' => "상품정보",
'sess_id' => "세션ID",
'user_uid' => "사용자정보",
'name' => "상품명",
'cost' => "구매금액",
'sale' => "할인",
'quantity' => "수량",
'price' => "결제금액",
"paymentday" => "월결제일",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일"
],
"TYPE" => [
"use" => "월이용권",
"unuse" => "판매",
],
"STATUS" => [
"use" => "장바구니",
"unuse" => "사용해지",
"cancel" => "주문취소",
"rental" => "월이용권",
"onetime" => "일회성"
],
];