[H&R] basically

This commit is contained in:
xiaomlove
2021-06-21 02:01:26 +08:00
parent 45aba84111
commit d2a8f1a1a6
39 changed files with 966 additions and 74 deletions
+4 -1
View File
@@ -122,7 +122,10 @@ $lang_mybonus = array
'bonus_amount_not_allowed_two' => "魔力值数量不允许。你每次只能赠送1000.0至50000.0个魔力值。",
'bonus_ratio_not_allowed' => "分享率不符合要求!只有分享率低于0.8的用户需要慈善帮助。",
'std_no_users_need_charity' => "暂时没有需要慈善帮助的用户。",
'text_success_charity' => "谢谢!感谢你的慷慨捐赠。"
'text_success_charity' => "谢谢!感谢你的慷慨捐赠。",
'text_cancel_hr_title' => 'H&R 消除',
'text_cancel_hr_label' => '输入要消除的 H&R ID',
'text_success_cancel_hr' => "成功消除了一个 H&R。",
);
?>
+14
View File
@@ -0,0 +1,14 @@
<?php
$lang_myhr = [
'th_hr_id' => 'H&R ID',
'th_torrent_name' => '种子名称',
'th_uploaded' => '上传量',
'th_downloaded' => '下载量',
'th_share_ratio' => '分享率',
'th_seed_time_required' => '还需做种时间',
'th_completed_at' => '下载完成时间',
'th_ttl' => '剩余达标时间',
'th_comment' => '备注',
];
+4
View File
@@ -712,6 +712,10 @@ $lang_settings = array
'text_sticky_second_level_background_color_note' => '二级置顶背景颜色,不设置则无背景色。',
'row_download_support_passkey' => '支持 passkey 下载种子',
'text_download_support_passkey_note' => '是否支持通过 passkey 下载种子(同时也需要种子 ID)。',
'row_torrent_hr' => '设定种子 H&R',
'text_torrent_hr_note' => '。将种子设置为参与 H&R 考察',
'row_cancel_hr' => '消除 H&R',
'text_cancel_hr_note' => "个魔力值,如果他需要消除一个 H&R。默认'10000'。",
);
?>
+4 -1
View File
@@ -122,7 +122,10 @@ $lang_mybonus = array
'bonus_amount_not_allowed_two' => "魔力值數量不允許。你每次只能贈送1000.0至50000.0個魔力值。",
'bonus_ratio_not_allowed' => "分享率不符合要求!只有分享率低于0.8的用戶需要慈善輔助說明。",
'std_no_users_need_charity' => "暫時沒有需要慈善輔助說明的用戶。",
'text_success_charity' => "謝謝!感謝你的慷慨捐贈。"
'text_success_charity' => "謝謝!感謝你的慷慨捐贈。",
'text_cancel_hr_title' => 'H&R 消除',
'text_cancel_hr_label' => '輸入要消除的 H&R ID',
'text_success_cancel_hr' => "成功消除了一個 H&R。",
);
?>
+4
View File
@@ -712,6 +712,10 @@ $lang_settings = array
'text_sticky_second_level_background_color_note' => '二級置頂背景顏色,不設置則無背景色。',
'row_download_support_passkey' => '支持 passkey 下載種子',
'text_download_support_passkey_note' => '是否支持通過 passkey 下載種子(同時也需要種子 ID)。',
'row_torrent_hr' => '設定種子 H&R',
'text_torrent_hr_note' => '。將種子設置為參與 H&R 考察',
'row_cancel_hr' => '消除 H&R',
'text_cancel_hr_note' => "個魔力值,如果他需要消除一個 H&R。默認'10000'。",
);
?>
+4 -1
View File
@@ -122,7 +122,10 @@ where<ul><li><b>A</b> is an intermediate variable</li><li><b>Ti</b> is the <b>i<
'bonus_amount_not_allowed_two' => "Bonus amount not allowed! You can only give away from 1000.0 to 50000.0 points every time.",
'bonus_ratio_not_allowed' => "Bonus ratio not allowed! Only users whose ratio below 0.8 need charity.",
'std_no_users_need_charity' => "No users need charity at the moment.",
'text_success_charity' => "Thank you! Your generosity is appreciated."
'text_success_charity' => "Thank you! Your generosity is appreciated.",
'text_cancel_hr_title' => 'H&R cancel',
'text_cancel_hr_label' => 'Type in H&R ID:',
'text_success_cancel_hr' => "Success cancel one H&R.",
);
?>
+4
View File
@@ -712,6 +712,10 @@ $lang_settings = array
'text_sticky_second_level_background_color_note' => 'Sticky second level bg color, it will be none if not set.',
'row_download_support_passkey' => 'Support download by passkey',
'text_download_support_passkey_note' => 'Support download torrent file by passkey or not(also require torrent id).',
'row_torrent_hr' => 'H&R',
'text_torrent_hr_note' => '.Set torrent join the H&R inspect',
'row_cancel_hr' => 'Cancel H&R',
'text_cancel_hr_note' => "bonus points to cancel one H&R。Default '10000'。",
);
?>