improve claim all seeding

This commit is contained in:
xiaomlove
2023-04-09 16:33:36 +08:00
parent 33b16ed7ac
commit b8f1690124
10 changed files with 10 additions and 58 deletions

View File

@@ -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?' ,
];

View File

@@ -36,7 +36,6 @@ return [
'torrent_id' => '种子 ID',
],
'claim_all_seeding_btn' => '一键认领',
'claim_all_seeding_confirmation' => '确定要认领当前全部做种中的种子吗?',
];

View File

@@ -33,6 +33,5 @@ return [
'fields' => [
'torrent_id' => '種子 ID',
],
'claim_all_seeding_btn' => '一鍵認領',
'claim_all_seeding_confirmation' => '確定要認領當前全部做種中的種子嗎?',
];