[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
+26
View File
@@ -0,0 +1,26 @@
<?php
return [
'status_' . \App\Models\HitAndRun::STATUS_INSPECTING => 'Inspecting',
'status_' . \App\Models\HitAndRun::STATUS_REACHED => 'Reached',
'status_' . \App\Models\HitAndRun::STATUS_UNREACHED => 'Unreached',
'status_' . \App\Models\HitAndRun::STATUS_PARDONED => 'Pardoned',
'mode_' . \App\Models\HitAndRun::MODE_DISABLED => 'Disabled',
'mode_' . \App\Models\HitAndRun::MODE_MANUAL => 'Manual',
'mode_' . \App\Models\HitAndRun::MODE_GLOBAL => 'Global',
'reached_by_seed_time_comment' => 'Up to:nowseed time: :seed_time Hour(s) reached :seed_time_minimum Hour(s)',
'reached_by_share_ratio_comment' => "Up to:now \nseed time: :seed_time Hour(s) Unreached :seed_time_minimum Hour(s) \nShare ratio: :share_ratio reached standard:ignore_when_ratio_reach",
'reached_message_subject' => 'H&R(ID: :hit_and_run_id) reached!',
'reached_message_content' => 'Congratulation! The torrent: :torrent_name(ID: :torrent_id) you download at: :completed_at has reach the requirement.',
'unreached_comment' => "Up to:now \nseed time :seed_time Hour(s) Unreached the requirement:seed_time_minimum Hour(s) \nshare ratio:share_ratio unreached the requirement:ignore_when_ratio_reach too",
'unreached_message_subject' => 'H&R(ID: :hit_and_run_id) unreached!',
'unreached_message_content' => 'The torrent :torrent_name(ID: :torrent_id) you downloaded on :completed_at: did not reached! Please note that accumulating a certain number of H&R your account will be disabled.',
'unreached_disable_comment' => 'H&R quantity reached the upper limit and account was disabled by the system',
'unreached_disable_message_content' => 'Your account has been disabled because the cumulative H&R count has been reached the system limit: :ban_user_when_counts_reach',
'bonus_cancel_comment' => ':now, spend :bonus canceled',
];
+26
View File
@@ -0,0 +1,26 @@
<?php
return [
'status_' . \App\Models\HitAndRun::STATUS_INSPECTING => '考察中',
'status_' . \App\Models\HitAndRun::STATUS_REACHED => '已达标',
'status_' . \App\Models\HitAndRun::STATUS_UNREACHED => '未达标',
'status_' . \App\Models\HitAndRun::STATUS_PARDONED => '已免罪',
'mode_' . \App\Models\HitAndRun::MODE_DISABLED => '停用',
'mode_' . \App\Models\HitAndRun::MODE_MANUAL => '手动',
'mode_' . \App\Models\HitAndRun::MODE_GLOBAL => '全局',
'reached_by_seed_time_comment' => '截止::now,做种时间: :seed_time Hour(s) 已达标 :seed_time_minimum Hour(s)',
'reached_by_share_ratio_comment' => "截止::now \n做种时间: :seed_time Hour(s) 未达标 :seed_time_minimum Hour(s) \n分享率: :share_ratio 达忽略标准::ignore_when_ratio_reach",
'reached_message_subject' => 'H&R(ID: :hit_and_run_id) 已达标!',
'reached_message_content' => '你于 :completed_at 下载完成的种子::torrent_name(ID: :torrent_id) H&R 已达标,恭喜!',
'unreached_comment' => "截止::now \n做种时间: :seed_time Hour(s) 未达要求::seed_time_minimum Hour(s) \n分享率::share_ratio 亦未达忽略标准::ignore_when_ratio_reach",
'unreached_message_subject' => 'H&R(ID: :hit_and_run_id) 未达标!',
'unreached_message_content' => '你于 :completed_at 下载完成的种子::torrent_name(ID: :torrent_id) H&R 未达标!累计一定数量账号将会被禁用,请注意。',
'unreached_disable_comment' => 'H&R 数量达上限被系统禁用。',
'unreached_disable_message_content' => '由于累计 H&R 数量已达系统上限::ban_user_when_counts_reach,你的账号已被禁用。',
'bonus_cancel_comment' => ':now 花费 :bonus 魔力进行了消除',
];
+26
View File
@@ -0,0 +1,26 @@
<?php
return [
'status_' . \App\Models\HitAndRun::STATUS_INSPECTING => '考察中',
'status_' . \App\Models\HitAndRun::STATUS_REACHED => '已達標',
'status_' . \App\Models\HitAndRun::STATUS_UNREACHED => '未達標',
'status_' . \App\Models\HitAndRun::STATUS_PARDONED => '已免罪',
'mode_' . \App\Models\HitAndRun::MODE_DISABLED => '停用',
'mode_' . \App\Models\HitAndRun::MODE_MANUAL => '手動',
'mode_' . \App\Models\HitAndRun::MODE_GLOBAL => '全局',
'reached_by_seed_time_comment' => '截止::now,做種時間: :seed_time Hour(s) 已達標 :seed_time_minimum Hour(s)',
'reached_by_share_ratio_comment' => "截止::now \n做種時間: :seed_time Hour(s) 未達標 :seed_time_minimum Hour(s) \n分享率: :share_ratio 達忽略標準::ignore_when_ratio_reach",
'reached_message_subject' => 'H&R(ID: :hit_and_run_id) 已達標!',
'reached_message_content' => '你於 :completed_at 下載完成的種子::torrent_name(ID: :torrent_id) H&R 已達標,恭喜!',
'unreached_comment' => "截止::now \n做種時間: :seed_time Hour(s) 未達要求::seed_time_minimum Hour(s) \n分享率::share_ratio 亦未達忽略標準::ignore_when_ratio_reach",
'unreached_message_subject' => 'H&R(ID: :hit_and_run_id) 未達標!',
'unreached_message_content' => '你於 :completed_at 下載完成的種子::torrent_name(ID: :torrent_id) H&R 未達標!累計一定數量賬號將會被禁用,請註意。',
'unreached_disable_comment' => 'H&R 數量達上限被系統禁用。',
'unreached_disable_message_content' => '由於累計 H&R 數量已達系統上限::ban_user_when_counts_reach,你的賬號已被禁用。',
'bonus_cancel_comment' => ':now 花費 :bonus 魔力進行了消除',
];