fixed: change site language lost secret parameter

This commit is contained in:
xiaomlove
2021-02-04 18:42:11 +08:00
parent 2af20cb263
commit 1c7bef6246
5 changed files with 7 additions and 2 deletions
+1
View File
@@ -692,6 +692,7 @@ $lang_settings = array
'row_login_type' => '登录方式',
'text_login_type_normal' => '正常',
'text_login_type_secret' => '秘密',
'text_login_type_warning' => '当游客访问方式不为正常时,必须使用秘密登录才能登录',
'row_login_secret' => '登录密钥',
'text_login_secret_current' => '当前密钥',
'text_login_url_with_secret' => '登录链接',
+1
View File
@@ -692,6 +692,7 @@ $lang_settings = array
'row_login_type' => '登錄方式',
'text_login_type_normal' => '正常',
'text_login_type_secret' => '秘密',
'text_login_type_warning' => '當遊客訪問方式不為正常時,必須使用秘密登錄才能登錄',
'row_login_secret' => '登錄密鑰',
'text_login_secret_current' => '當前密鑰',
'text_login_url_with_secret' => '登錄鏈接',
+1
View File
@@ -692,6 +692,7 @@ $lang_settings = array
'row_login_type' => 'Login type',
'text_login_type_normal' => 'Normal',
'text_login_type_secret' => 'Secret',
'text_login_type_warning' => "When 'Guest visit' != Normal, user can only login through the 'Secret' way",
'row_login_secret' => 'Login secret',
'text_login_secret_current' => 'Current secret',
'text_login_url_with_secret' => 'Login URL',