From a5025fd1b15c5e0acfe59da172dd2fd68dc445fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E5=AE=85=E7=94=B7=28YznCMS=E5=AE=98=E6=96=B9=29?= <530765310@qq.com> Date: Thu, 19 Sep 2024 02:47:53 +0000 Subject: [PATCH] =?UTF-8?q?update=20application/index/lang/zh-cn/user.php.?= =?UTF-8?q?=20=E7=99=BB=E5=BD=95=E6=AC=A1=E6=95=B0=E5=A4=9A=E8=AF=AD?= =?UTF-8?q?=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 御宅男(YznCMS官方) <530765310@qq.com> --- application/index/lang/zh-cn/user.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/index/lang/zh-cn/user.php b/application/index/lang/zh-cn/user.php index 26d1efd7..b471c8f4 100755 --- a/application/index/lang/zh-cn/user.php +++ b/application/index/lang/zh-cn/user.php @@ -57,11 +57,12 @@ return [ 'Change password successful' => '修改密码成功', 'Password and confirm password don\'t match' => '两次输入的密码不一致', 'Captcha is incorrect' => '验证码不正确', + 'Please try again after 1 day' => '请于1天后再尝试登录', 'Logged in successful' => '登录成功', 'Logout successful' => '退出成功', 'User center already closed' => '会员中心已经关闭', 'Don\'t have an account? Sign up' => '还没有账号?点击注册', - 'Already have an account? Sign in' => '已经有账号?点击登录', + 'Already have an account? Sign in' => '已经有账号?点击登录', 'Operation failed' => '操作失败', 'Invalid parameters' => '参数不正确', 'Change password failure' => '修改密码失败',