shoppingmallv2/app/Language/ko/Order.php
최준흠git config git config --helpgit config --global user.name 최준흠 8260c76739 shoppingmallv2 init...
2023-08-01 06:16:35 +09:00

17 lines
438 B
PHP

<?php
return [
'title' => "주문 정보",
'label' => [
'uid' => "번호",
'product_uid' => "상품정보",
'sess_id' => "세션ID",
'user_uid' => "사용자정보",
'quantity' => "수량",
'price' => "구매가",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일"
],
"STATUS" => ["use" => "장바구니", "unuse" => "주문취소", "confirm" => "주문완료",]
];