finish plugin: sticky promotion

This commit is contained in:
xiaomlove
2022-06-08 14:15:59 +08:00
parent 44c750234a
commit 09f6e5b274
62 changed files with 954 additions and 178 deletions

View File

@@ -26,4 +26,5 @@ $lang_complains = [
'no_pending_complaints' => '暂无待处理的申诉',
'complaints_processed' => '已处理申诉',
'no_complaints_have_been_processed' => '暂无已处理的申诉',
'text_view_band_log' => '查看封禁记录',
];

View File

@@ -304,9 +304,9 @@ $lang_settings = array
'row_promote_to_one' => "升级至",
'row_promote_to_two' => "",
'text_member_longer_than' => "注册时间大于",
'text_downloaded_more_than' => ",下载量大于",
'text_with_ratio_above' => " 且分享率大于",
'text_seed_points_more_than' => 'GB,做种积分大于',
'text_downloaded_more_than' => ",下载量大于",
'text_with_ratio_above' => "GB, 且分享率大于",
'text_seed_points_more_than' => ',做种积分大于',
'text_be_promoted_to' => "的用户,将升级为",
'text_promote_to_default_one' => "。默认",
'text_promote_to_default_two' => ",他将被降级。默认",

View File

@@ -26,4 +26,5 @@ $lang_complains = [
'no_pending_complaints' => '暫無待處理的申訴',
'complaints_processed' => '已處理申訴',
'no_complaints_have_been_processed' => '暫無已處理的申訴',
'text_view_band_log' => '查看封禁記錄',
];

View File

@@ -305,8 +305,9 @@ $lang_settings = array
'row_promote_to_one' => "升級至",
'row_promote_to_two' => "",
'text_member_longer_than' => "註冊時間大于",
'text_downloaded_more_than' => ",下載量大于",
'text_with_ratio_above' => " GB且分享率大于",
'text_downloaded_more_than' => ",下載量大于",
'text_with_ratio_above' => "GB, 且分享率大于",
'text_seed_points_more_than' => '周,做種積分大於',
'text_be_promoted_to' => "的用戶,將升級為",
'text_promote_to_default_one' => "。預設",
'text_promote_to_default_two' => ",他將被降級。預設",

View File

@@ -26,4 +26,5 @@ $lang_complains = [
'no_pending_complaints' => 'No pending complaints',
'complaints_processed' => 'Complaints processed',
'no_complaints_have_been_processed' => 'No complaints have been processed',
'text_view_band_log' => 'View ban log',
];

View File

@@ -304,8 +304,9 @@ $lang_settings = array
'row_promote_to_one' => "Promote to ",
'row_promote_to_two' => "",
'text_member_longer_than' => "Users, who have been a member longer than ",
'text_downloaded_more_than' => " weeks and downloaded more than ",
'text_with_ratio_above' => " GB with ratio above ",
'text_downloaded_more_than' => ", and downloaded more than ",
'text_with_ratio_above' => "GB, with ratio above ",
'text_seed_points_more_than' => 'week, seed points above',
'text_be_promoted_to' => ", would be promoted to ",
'text_promote_to_default_one' => ". Default ",
'text_promote_to_default_two' => ". Default ",