wyyl/resources/lang/ko/shop/carts.php

41 lines
1.6 KiB
PHP

<?php
/**
* common.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-17 23:10:20
* @modified 2022-08-17 23:10:20
*/
return [
'index' => '장바구니',
'added_to_cart' => '카트 가입 완료',
'select_all' => '모두 선택',
'commodity' => '상품',
'quantity' => '수량',
'subtotal' => '소계',
'product_total' => '상품총계',
'customer_discount' => '멤버십 혜택',
'order_total' => '미지급총액',
'shipping_fee' => '운임',
'all' => '다',
'selected' => '선택됨',
'to_checkout' => '계산하러 가기',
'cart_empty' => '장바구니가 비어 있습니다',
'go_buy' => '사고 싶은 상품 보러 가기',
'go_shopping' => '구경하러 가기',
'must_select' => '적어도 하나의 상품을 선택해주세요',
'mini' => '당신의 장바구니',
'delete' => '삭제',
'check_cart' => '장바구니 보기',
'invalid_customer' => '장바구니 고객 무효',
'empty_selected_products' => '장바구니 선택 상품이 비어 있습니다',
'invalid_shipping_address' => '배송지 주소가 유효하지 않습니다.',
'invalid_payment_address' => '청구서 주소가 잘못되었습니다.',
'invalid_shipping_method' => '배송수단 불가',
'invalid_payment_method' => '지불수단 사용불가',
];