diff --git a/resources/lang/zh_cn/shop/cart.php b/resources/lang/zh_cn/shop/cart.php deleted file mode 100644 index 66985d60..00000000 --- a/resources/lang/zh_cn/shop/cart.php +++ /dev/null @@ -1,32 +0,0 @@ - - * @created 2022-08-17 23:10:20 - * @modified 2022-08-17 23:10:20 - */ - -return [ - 'index' => '购物车', - 'added_to_cart' => '已加入购物车', - 'select_all' => '全选', - 'commodity' => '商品', - 'quantity' => '数量', - 'subtotal' => '小计', - 'operate' => '操作', - 'product_total' => '商品总计', - 'all' => '全部', - 'selected' => '已选', - 'total_price' => '总价', - 'to_checkout' => '去结账', - 'cart_empty' => '您的购物车是空的', - 'go_buy' => '您可以去看看有哪些想买的', - 'go_shopping' => '去逛逛', - 'must_select' => '请选择至少一个商品', - 'mini' => '您的购物车', - 'delete' => '删除', - 'check_cart' => '查看购物车', -]; diff --git a/themes/default/cart/cart.blade.php b/themes/default/cart/cart.blade.php index 92756f3c..7a60e579 100644 --- a/themes/default/cart/cart.blade.php +++ b/themes/default/cart/cart.blade.php @@ -10,6 +10,9 @@ @section('content')
{{ __('shop/cart.go_buy') }}
+{{ __('shop/carts.go_buy') }}
{{ __('shop/cart.go_buy') }}
+{{ __('shop/carts.go_buy') }}