diff --git a/resources/lang/zh-CN/auth.php b/resources/lang/zh-CN/auth.php new file mode 100644 index 00000000..63dd644a --- /dev/null +++ b/resources/lang/zh-CN/auth.php @@ -0,0 +1,28 @@ + '登录凭证无效。', + 'throttle' => '登录次数过多,请于 :seconds 秒后再试。', + +]; diff --git a/resources/lang/zh-CN/passwords.php b/resources/lang/zh-CN/passwords.php new file mode 100755 index 00000000..5368a7ce --- /dev/null +++ b/resources/lang/zh-CN/passwords.php @@ -0,0 +1,31 @@ + '密码至少应有六个字符 并且与“确认密码”相匹配', + 'user' => '未找到使用该邮箱地址的用户', + 'token' => '该密码重置凭据无效', + 'sent' => '已经发送密码重置提示信息!', + 'reset' => '密码已重置!', + +];