mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
Detect if IP is SeedBox
This commit is contained in:
@@ -118,6 +118,8 @@ return [
|
||||
],
|
||||
'seed_box_record' => [
|
||||
'toggle_status' => 'Change status',
|
||||
'check_modal_btn' => 'Check',
|
||||
'check_modal_header' => 'Detect if IP is SeedBox',
|
||||
],
|
||||
'tag' => [
|
||||
'detach_torrents' => 'Detach all torrents',
|
||||
|
||||
@@ -14,4 +14,6 @@ return [
|
||||
'subject' => 'SeedBox record status changed',
|
||||
'body' => 'The status of your SeedBox record with ID :id was changed by :operator from :old_status to :new_status. Reason: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'This IP is SeedBox, identified by the record with ID :id',
|
||||
'is_seed_box_no' => 'This IP is not SeedBox',
|
||||
];
|
||||
|
||||
@@ -116,6 +116,8 @@ return [
|
||||
],
|
||||
'seed_box_record' => [
|
||||
'toggle_status' => '更改状态',
|
||||
'check_modal_btn' => '检测',
|
||||
'check_modal_header' => '检测 IP 是否为 SeedBox',
|
||||
],
|
||||
'tag' => [
|
||||
'detach_torrents' => '分离所有种子',
|
||||
|
||||
@@ -14,4 +14,6 @@ return [
|
||||
'subject' => 'SeedBox 记录状态变更',
|
||||
'body' => '你的 ID 为 :id 的 SeedBox 记录状态被 :operator 由 :old_status 变更为 :new_status。原因::reason',
|
||||
],
|
||||
'is_seed_box_yes' => '此 IP 是 SeedBox, 由 ID 为 :id 的记录确定',
|
||||
'is_seed_box_no' => '此 IP 不是 SeedBox',
|
||||
];
|
||||
|
||||
@@ -118,6 +118,8 @@ return [
|
||||
],
|
||||
'seed_box_record' => [
|
||||
'toggle_status' => '更改狀態',
|
||||
'check_modal_btn' => '檢測',
|
||||
'check_modal_header' => '檢測 IP 是否為 SeedBox',
|
||||
],
|
||||
'tag' => [
|
||||
'detach_torrents' => '分離所有種子',
|
||||
|
||||
@@ -14,4 +14,6 @@ return [
|
||||
'subject' => 'SeedBox 記錄狀態變更',
|
||||
'body' => '你的 ID 為 :id 的 SeedBox 記錄狀態被 :operator 由 :old_status 變更為 :new_status。原因::reason',
|
||||
],
|
||||
'is_seed_box_yes' => '此 IP 是 SeedBox, 由 ID 為 :id 的記錄確定',
|
||||
'is_seed_box_no' => '此 IP 不是 SeedBox',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user