mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
Added: guest login and secret login
This commit is contained in:
@@ -689,6 +689,18 @@ $lang_settings = array
|
||||
'row_guest_visit_value_custom_content' => '自定义内容',
|
||||
'row_guest_visit_value_redirect' => '指定 URL',
|
||||
'text_guest_visit_value_static_page' => '位于:resources/static-pages/ 目录下的文件',
|
||||
'row_login_type' => '登录方式',
|
||||
'text_login_type_normal' => '正常',
|
||||
'text_login_type_secret' => '秘密',
|
||||
'row_login_secret' => '登录密钥',
|
||||
'text_login_secret_current' => '当前密钥',
|
||||
'text_login_url_with_secret' => '登录链接',
|
||||
'text_login_secret_regenerate_yes' => '重新生成(保存后会更新并延长有效期)',
|
||||
'text_login_secret_regenerate_no' => '保持当前(保存后不变)',
|
||||
'text_login_secret_lifetime' => '有效期',
|
||||
'text_login_secret_lifetime_unit' => '分钟',
|
||||
'row_login_secret_lifetime' => '登录密钥有效期',
|
||||
'text_login_secret_lifetime_deadline' => '当前密钥有效期至',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -689,6 +689,18 @@ $lang_settings = array
|
||||
'row_guest_visit_value_custom_content' => '自定義內容',
|
||||
'row_guest_visit_value_redirect' => '指定 URL',
|
||||
'text_guest_visit_value_static_page' => '位於:resources/static-pages/ 目錄下的文件',
|
||||
'row_login_type' => '登錄方式',
|
||||
'text_login_type_normal' => '正常',
|
||||
'text_login_type_secret' => '秘密',
|
||||
'row_login_secret' => '登錄密鑰',
|
||||
'text_login_secret_current' => '當前密鑰',
|
||||
'text_login_url_with_secret' => '登錄鏈接',
|
||||
'text_login_secret_regenerate_yes' => '重新生成(保存後會更新並延長有效期)',
|
||||
'text_login_secret_regenerate_no' => '保持當前(保存後不變)',
|
||||
'text_login_secret_lifetime' => '有效期',
|
||||
'text_login_secret_lifetime_unit' => '分鐘',
|
||||
'row_login_secret_lifetime' => '登錄密鑰有效期',
|
||||
'text_login_secret_lifetime_deadline' => '當前密鑰有效期至',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -680,15 +680,27 @@ $lang_settings = array
|
||||
'text_email_notification_note' => "Allow users to receive email notification when he gets new pm, comment, etc.",
|
||||
'text_users_get' => "Users would get ",
|
||||
'text_invitations_default' => " invitations the first time he is promoted to this class. Default ",
|
||||
'row_guest_visit_type' => "游客访问",
|
||||
'text_guest_visit_type_normal' => '正常',
|
||||
'text_guest_visit_type_static_page' => '展示指定静态页',
|
||||
'text_guest_visit_type_custom_content' => '展示自定义内容',
|
||||
'text_guest_visit_type_redirect' => '跳转指定 URL',
|
||||
'row_guest_visit_value_static_page' => '指定静态页',
|
||||
'row_guest_visit_value_custom_content' => '自定义内容',
|
||||
'row_guest_visit_value_redirect' => '指定 URL',
|
||||
'text_guest_visit_value_static_page' => '位于:resources/static-pages/ 目录下的文件',
|
||||
'row_guest_visit_type' => "Guest visit",
|
||||
'text_guest_visit_type_normal' => 'Normal',
|
||||
'text_guest_visit_type_static_page' => 'Display a static page',
|
||||
'text_guest_visit_type_custom_content' => 'Display custom content',
|
||||
'text_guest_visit_type_redirect' => 'Redirect to a URL',
|
||||
'row_guest_visit_value_static_page' => 'Specific static page',
|
||||
'row_guest_visit_value_custom_content' => 'Custom content',
|
||||
'row_guest_visit_value_redirect' => 'Specific URL',
|
||||
'text_guest_visit_value_static_page' => 'File locate:resources/static-pages/',
|
||||
'row_login_type' => 'Login type',
|
||||
'text_login_type_normal' => 'Normal',
|
||||
'text_login_type_secret' => 'Secret',
|
||||
'row_login_secret' => 'Login secret',
|
||||
'text_login_secret_current' => 'Current secret',
|
||||
'text_login_url_with_secret' => 'Login URL',
|
||||
'text_login_secret_regenerate_yes' => "Re-generate(will update secret and extend it's lifetime after save)",
|
||||
'text_login_secret_regenerate_no' => "Remain(won't change secret and it's lifetime after save)",
|
||||
'text_login_secret_lifetime' => 'Deadline',
|
||||
'text_login_secret_lifetime_unit' => 'minute',
|
||||
'row_login_secret_lifetime' => 'Login secret lifetime',
|
||||
'text_login_secret_lifetime_deadline' => 'Current login secret deadline',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user