mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
improve migration file + seedbox management
This commit is contained in:
@@ -323,6 +323,7 @@ $lang_functions = array
|
||||
'text_contactstaff' => '联系管理组',
|
||||
'full_site_promotion_in_effect' => '全站 [%s] 生效中!截止时间:%s',
|
||||
'text_torrent_to_approval' => '有 %s%u 个待审核的种子%s',
|
||||
'std_confirm_remove' => '确定要删除吗?',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -252,6 +252,8 @@ $lang_usercp = array
|
||||
'text_two_step_secret_bind_complete_note' => '输入 code 完成两步验证',
|
||||
'text_two_step_secret_unbind_note' => '输入 code 取消两步验证',
|
||||
'row_passkey_login_url' => 'Passkey 登录链接',
|
||||
'row_seed_box' => 'SeedBox',
|
||||
'add_seed_box_btn' => '登记',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -330,6 +330,7 @@ $lang_functions = array
|
||||
'text_contactstaff' => '聯系管理組',
|
||||
'full_site_promotion_in_effect' => '全站 [%s] 生效中!截止時間:%s',
|
||||
'text_torrent_to_approval' => '有 %s%u 個待審核的種子%s',
|
||||
'std_confirm_remove' => '確定要刪除嗎?',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -250,6 +250,8 @@ $lang_usercp = array
|
||||
'text_two_step_secret_bind_complete_note' => '輸入 code 完成兩步驗證',
|
||||
'text_two_step_secret_unbind_note' => '輸入 code 取消兩步驗證',
|
||||
'row_passkey_login_url' => 'Passkey 登錄鏈接',
|
||||
'row_seed_box' => 'SeedBox',
|
||||
'add_seed_box_btn' => '登記',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -331,6 +331,7 @@ $lang_functions = array
|
||||
'text_contactstaff' => 'Contact staff',
|
||||
'full_site_promotion_in_effect' => 'Full site [%s] in effect! Deadline: %s',
|
||||
'text_torrent_to_approval' => 'There %s%u not approval torrent%s.',
|
||||
'std_confirm_remove' => 'Are you sure you want to delete it?',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -252,6 +252,8 @@ $lang_usercp = array
|
||||
'text_two_step_secret_bind_complete_note' => 'Enter code to complete the two-step authentication',
|
||||
'text_two_step_secret_unbind_note' => 'Enter code to cancel two-step authentication',
|
||||
'row_passkey_login_url' => 'Passkey login URL',
|
||||
'row_seed_box' => 'SeedBox',
|
||||
'add_seed_box_btn' => 'Register',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user