seedBox record alert + destroy disabled account

This commit is contained in:
xiaomlove
2022-10-16 04:52:44 +08:00
parent 871e3637ea
commit be29509cff
17 changed files with 96 additions and 31 deletions
+1
View File
@@ -329,6 +329,7 @@ $lang_functions = array
'input_check_all' => "全选",
'input_uncheck_all' => "全不选",
'select_at_least_one_record' => '至少选择一条记录!',
'text_seed_box_record_to_approval' => '有 %s%u 条待审核的 SeedBox 记录%s',
);
?>
+3
View File
@@ -791,6 +791,9 @@ $lang_settings = array
'row_upload_deny_approval_deny_count' => '拒绝发布审核不通过数',
'text_upload_deny_approval_deny_count_note' => "当审核不通过的种子数大于等于此数值时,不允许发布。设置为 '0' 不使用此规则",
'row_nfo_view_style_default' => 'NFO 默认查看样式',
'row_destroy_disabled' => '彻底删除账号',
'text_destroy_disabled_note_one' => '被封禁的账号如果连续',
'text_destroy_disabled_note_two' => "天不登录,将被从数据库彻底物理删除。默认'500',请设置一个大于上边任何一种导致封禁的值。设为'0'来禁止此规则。",
);
?>
+1
View File
@@ -336,6 +336,7 @@ $lang_functions = array
'input_check_all' => "全選",
'input_uncheck_all' => "全不選",
'select_at_least_one_record' => '至少選擇一條記錄!',
'text_seed_box_record_to_approval' => '有 %s%u 條待審核的 SeedBox 記錄%s',
);
?>
+3
View File
@@ -791,6 +791,9 @@ $lang_settings = array
'row_upload_deny_approval_deny_count' => '拒絕發布審核不通過數',
'text_upload_deny_approval_deny_count_note' => "當審核不通過的種子數大於等於此數值時,不允許發布。設置為 '0' 不使用此規則",
'row_nfo_view_style_default' => 'NFO 默認查看樣式',
'row_destroy_disabled' => '徹底刪除賬號',
'text_destroy_disabled_note_one' => '被封禁的賬號如果連續',
'text_destroy_disabled_note_two' => "天不登錄,將被從數據庫徹底物理刪除。默認'500',請設置一個大於上邊任何一種導致封禁的值。設為'0'來禁止此規則。",
);
?>
+1
View File
@@ -337,6 +337,7 @@ $lang_functions = array
'input_check_all' => "Check All",
'input_uncheck_all' => "Uncheck All",
'select_at_least_one_record' => 'Select at least one record!',
'text_seed_box_record_to_approval' => 'There %s%u not approval seed box record%s.',
);
?>
+3
View File
@@ -791,6 +791,9 @@ $lang_settings = array
'row_upload_deny_approval_deny_count' => 'Refuse to upload approval deny count',
'text_upload_deny_approval_deny_count_note' => "When the number of torrents approval deny is greater than or equal to this value, publishing is not allowed. Set to '0' to not use this rule",
'row_nfo_view_style_default' => 'NFO view style default',
'row_destroy_disabled' => 'Delete account completely',
'text_destroy_disabled_note_one' => 'Disabled accounts if they are continuously',
'text_destroy_disabled_note_two' => "Days without logging in, will be physically deleted from the database completely. Default '500', please set a value greater than any of the above to cause disable. Set to '0' to disable this rule." ,
);
?>