diff --git a/resources/lang/zh_cn/shop/account.php b/resources/lang/zh_cn/shop/account.php index ac8ae3d9..db62ba7e 100644 --- a/resources/lang/zh_cn/shop/account.php +++ b/resources/lang/zh_cn/shop/account.php @@ -44,6 +44,12 @@ return [ 'order' => [ 'index' => '订单列表', 'order_completed' => '已确认收货', + 'order_details' => '订单详情', + 'amount' => '金额', + 'state' => '状态', + 'operate' => '操作', + 'order_number' => '订单号', + 'check' => '查看', ], 'addresses' => [ diff --git a/resources/lang/zh_cn/shop/login.php b/resources/lang/zh_cn/shop/login.php index 42ec8c82..4412163d 100644 --- a/resources/lang/zh_cn/shop/login.php +++ b/resources/lang/zh_cn/shop/login.php @@ -12,10 +12,10 @@ return [ 'index' => '用户登录与注册', - 'Home' => '首页', - 'Library' => '个人中心', - 'Login' => '登录', - 'Already' => '已经是我们的客户了?', + 'home' => '首页', + 'library' => '个人中心', + 'login' => '登录', + 'already' => '已经是我们的客户了?', 'description' => '已经是我们的客户了?', 'email' => '邮件', 'email_address' => '邮件地址', @@ -23,7 +23,7 @@ return [ 'forget_password' => '忘记密码', 'login' => '登录', 'new' => '新账号', - 'not_Already' => '还不是我们的注册客户?', + 'not_already' => '还不是我们的注册客户?', 'confirm_password' => '确认密码', 'register' => '注册', 'enter_password' => '请输入密码', diff --git a/themes/default/account/login.blade.php b/themes/default/account/login.blade.php index eaf0cb53..0f1c4652 100644 --- a/themes/default/account/login.blade.php +++ b/themes/default/account/login.blade.php @@ -20,10 +20,10 @@
-

{{ __('shop/login.Already') }}

+

{{ __('shop/login.already') }}

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.

@@ -52,7 +52,7 @@
{{ __('shop/login.new') }}
-

{{ __('shop/login.not_Already') }}

+

{{ __('shop/login.not_already') }}

With registration with us new world of fashion, fantastic discounts and much more opens to you! The whole process will not take you more than a minute!

If you have any questions, please feel free to contact us, our diff --git a/themes/default/account/order.blade.php b/themes/default/account/order.blade.php index ca1ac15f..4afa56dd 100644 --- a/themes/default/account/order.blade.php +++ b/themes/default/account/order.blade.php @@ -16,16 +16,16 @@