diff --git a/resources/lang/en/shop/login.php b/resources/lang/en/shop/login.php new file mode 100644 index 00000000..42ec8c82 --- /dev/null +++ b/resources/lang/en/shop/login.php @@ -0,0 +1,35 @@ + + * @created 2022-07-28 17:21:38 + * @modified 2022-07-28 17:21:38 + */ + +return [ + 'index' => '用户登录与注册', + 'Home' => '首页', + 'Library' => '个人中心', + 'Login' => '登录', + 'Already' => '已经是我们的客户了?', + 'description' => '已经是我们的客户了?', + 'email' => '邮件', + 'email_address' => '邮件地址', + 'password' => '密码', + 'forget_password' => '忘记密码', + 'login' => '登录', + 'new' => '新账号', + 'not_Already' => '还不是我们的注册客户?', + 'confirm_password' => '确认密码', + 'register' => '注册', + 'enter_password' => '请输入密码', + 'enter_email' => '请输入邮箱', + 'please_confirm' => '请确认密码', + 'password_err' => '两次输入密码不一致!', + 'email_err' => '请输入正确邮箱地址!', + 'check_form' => '请检查表单是否填写正确', +]; diff --git a/resources/lang/zh_cn/shop/login.php b/resources/lang/zh_cn/shop/login.php new file mode 100644 index 00000000..42ec8c82 --- /dev/null +++ b/resources/lang/zh_cn/shop/login.php @@ -0,0 +1,35 @@ + + * @created 2022-07-28 17:21:38 + * @modified 2022-07-28 17:21:38 + */ + +return [ + 'index' => '用户登录与注册', + 'Home' => '首页', + 'Library' => '个人中心', + 'Login' => '登录', + 'Already' => '已经是我们的客户了?', + 'description' => '已经是我们的客户了?', + 'email' => '邮件', + 'email_address' => '邮件地址', + 'password' => '密码', + 'forget_password' => '忘记密码', + 'login' => '登录', + 'new' => '新账号', + 'not_Already' => '还不是我们的注册客户?', + 'confirm_password' => '确认密码', + 'register' => '注册', + 'enter_password' => '请输入密码', + 'enter_email' => '请输入邮箱', + 'please_confirm' => '请确认密码', + 'password_err' => '两次输入密码不一致!', + 'email_err' => '请输入正确邮箱地址!', + 'check_form' => '请检查表单是否填写正确', +]; diff --git a/themes/default/account/login.blade.php b/themes/default/account/login.blade.php index c3e3cae0..500301ba 100644 --- a/themes/default/account/login.blade.php +++ b/themes/default/account/login.blade.php @@ -11,12 +11,9 @@ @section('content')