claim bulk

This commit is contained in:
xiaomlove
2023-03-13 17:41:03 +08:00
parent 77420ea1e1
commit 709ca90458
12 changed files with 98 additions and 22 deletions
+2
View File
@@ -34,4 +34,6 @@ 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?' ,
];
+4
View File
@@ -35,4 +35,8 @@ return [
'fields' => [
'torrent_id' => '种子 ID',
],
'claim_all_seeding_btn' => '一键认领',
'claim_all_seeding_confirmation' => '确定要认领当前全部做种中的种子吗?',
];
+2
View File
@@ -33,4 +33,6 @@ return [
'fields' => [
'torrent_id' => '種子 ID',
],
'claim_all_seeding_btn' => '一鍵認領',
'claim_all_seeding_confirmation' => '確定要認領當前全部做種中的種子嗎?',
];