Merge branch '1.7' into php8

This commit is contained in:
xiaomlove
2022-12-04 00:23:48 +08:00
8 changed files with 20 additions and 16 deletions
+1
View File
@@ -330,6 +330,7 @@ $lang_functions = array
'input_uncheck_all' => "全不选",
'select_at_least_one_record' => '至少选择一条记录!',
'text_seed_box_record_to_approval' => '有 %s%u 条待审核的 SeedBox 记录%s',
'approval_deny_reach_upper_limit' => '当前审核被拒绝的种子数:%s 达到上限,不允许发布。',
);
?>
-1
View File
@@ -41,7 +41,6 @@ $lang_upload = array
'text_english_title' => "英文名:",
'text_titles_note' => "(如果英文名不存在,使用拼音或不填写)",
'fill_quality' => '填写质量',
'approval_deny_reach_upper_limit' => '当前审核被拒绝的种子数:%s 达到上限,不允许发布。',
);
?>