mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
Merge branch '1.7' into php8
This commit is contained in:
@@ -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 达到上限,不允许发布。',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -41,7 +41,6 @@ $lang_upload = array
|
||||
'text_english_title' => "英文名:",
|
||||
'text_titles_note' => "(如果英文名不存在,使用拼音或不填写)",
|
||||
'fill_quality' => '填写质量',
|
||||
'approval_deny_reach_upper_limit' => '当前审核被拒绝的种子数:%s 达到上限,不允许发布。',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -337,6 +337,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 達到上限,不允許發布。',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -41,7 +41,6 @@ $lang_upload = array
|
||||
'text_english_title' => "英文名:",
|
||||
'text_titles_note' => "(如果英文名不存在,請使用拼音或不填寫)",
|
||||
'fill_quality' => '填寫質量',
|
||||
'approval_deny_reach_upper_limit' => '當前審核被拒絕的種子數:%s 達到上限,不允許發布。',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -338,6 +338,7 @@ $lang_functions = array
|
||||
'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.',
|
||||
'approval_deny_reach_upper_limit' => 'The number of torrents whose current approval was denied: %s reached the upper limit and is not allowed to be upload.',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -41,7 +41,6 @@ $lang_upload = array
|
||||
'text_english_title' => "English Name:",
|
||||
'text_titles_note' => "(If no English Name exists, use pinyin or leave it blank)",
|
||||
'fill_quality' => 'Fill quality',
|
||||
'approval_deny_reach_upper_limit' => 'The number of torrents whose current approval was denied: %s reached the upper limit and is not allowed to be upload.',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user