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

40 lines
2.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'Всего продукта',
'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' => 'Способ оплаты недоступен',
];