From 5d8da63740f247c08b584c9b669d5e7f9b6bafe6 Mon Sep 17 00:00:00 2001 From: liuan Date: Mon, 5 Jun 2023 00:13:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(Lang):=20=E4=BF=AE=E5=A4=8D=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E7=99=BB=E5=BD=95=E6=97=B6=E7=94=A8=E6=88=B7=E5=90=8D?= =?UTF-8?q?=E5=92=8C=E5=AF=86=E7=A0=81=E5=8F=AA=E6=9C=89=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 879554d5a81a82ab612df48f67d1f19710faf730) --- application/admin/lang/zh-cn/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/admin/lang/zh-cn/index.php b/application/admin/lang/zh-cn/index.php index 1d8dfba7..dad7421b 100644 --- a/application/admin/lang/zh-cn/index.php +++ b/application/admin/lang/zh-cn/index.php @@ -27,6 +27,8 @@ return [ 'Disable top menu badge' => '禁用顶部彩色小角标', 'Disable top menu badge without left menu' => '左边菜单栏的彩色小角标不受影响', 'Skins' => '皮肤', + 'Username must be 3 to 30 characters' => '用户名只能由3-30位数字、字母、下划线组合', + 'Password must be 6 to 30 characters' => '密码长度必须在6-30位之间,不能包含空格', 'You\'ve logged in, do not login again' => '你已经登录,无需重复登录', 'Username or password can not be empty' => '用户名密码不能为空', 'Username or password is incorrect' => '用户名或密码不正确',