upload when exists redirect to details page

This commit is contained in:
xiaomlove
2024-07-03 04:26:56 +08:00
parent 285e1061ce
commit 36fef3e834
6 changed files with 13 additions and 5 deletions
+1
View File
@@ -242,6 +242,7 @@ $lang_details = array
'claim_confirm' => '确定要认领此种子吗?',
'action_approval' => '审核',
'row_tags' => '标签',
'torrent_existed' => '该种子已存在!'
);
?>
+1
View File
@@ -241,6 +241,7 @@ $lang_details = array
'claim_confirm' => '確定要認領此種子嗎?',
'action_approval' => '審核',
'row_tags' => '標簽',
'torrent_existed' => '該種子已存在!',
);
?>
+1
View File
@@ -241,6 +241,7 @@ $lang_details = array
'claim_confirm' => 'Are you sure to claim this torrent?',
'action_approval' => 'Approval',
'row_tags' => 'Tags',
'torrent_existed' => 'Torrent already uploaded!',
);
?>