mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
improve claim all seeding
This commit is contained in:
@@ -34,6 +34,5 @@ return [
|
||||
'fields' => [
|
||||
'torrent_id' => 'Torrent ID',
|
||||
],
|
||||
'claim_all_seeding_btn' => 'One click to claim',
|
||||
'claim_all_seeding_confirmation' => 'Are you sure you want to claim all the torrents that are currently being seeding?' ,
|
||||
];
|
||||
|
||||
@@ -36,7 +36,6 @@ return [
|
||||
'torrent_id' => '种子 ID',
|
||||
],
|
||||
|
||||
'claim_all_seeding_btn' => '一键认领',
|
||||
'claim_all_seeding_confirmation' => '确定要认领当前全部做种中的种子吗?',
|
||||
|
||||
];
|
||||
|
||||
@@ -33,6 +33,5 @@ return [
|
||||
'fields' => [
|
||||
'torrent_id' => '種子 ID',
|
||||
],
|
||||
'claim_all_seeding_btn' => '一鍵認領',
|
||||
'claim_all_seeding_confirmation' => '確定要認領當前全部做種中的種子嗎?',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user