From 62918ee526161515cd2700dc49b4ee611942e4ef Mon Sep 17 00:00:00 2001 From: phecho Date: Wed, 11 Nov 2015 10:50:26 +0800 Subject: [PATCH] Improved zh-CN localization --- resources/lang/zh-CN/auth.php | 28 +++++++++++++++++++++++++++ resources/lang/zh-CN/passwords.php | 31 ++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 resources/lang/zh-CN/auth.php create mode 100755 resources/lang/zh-CN/passwords.php 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' => '密码已重置!', + +];