shoppingmallv2/app/Language/ko/Cart.php
최준흠git config git config --helpgit config --global user.name 최준흠 8d1c3639d4 shoppingmallv2 init...
2023-08-13 17:45:55 +09:00

10 lines
169 B
PHP

<?php
return [
'title' => "장바구니",
'label' => [
'product_uid' => '상품번호',
'quantity' => '구매수량',
'price' => '구매금액',
],
];