fix(mod queue): restrict trash action to trash board

This commit is contained in:
Tommaso Casaburi
2026-07-04 23:48:43 +07:00
parent dad43a0830
commit 9dfd638b71
45 changed files with 383 additions and 439 deletions
+8 -8
View File
@@ -469,16 +469,16 @@
"reply_link_required_alert": "You must reply with a link.",
"reply_media_link_required_alert": "You must reply with an image or video link.",
"reply_links_not_allowed_alert": "Reply links are not allowed on this board.",
"transfer": "Transfer",
"modQueue.transferTitle": "Transfer post",
"modQueue.transferTitle": "Move post to /trash/",
"modQueue.transferSource": "From",
"modQueue.transferTarget": "To board",
"modQueue.transferTarget": "To",
"modQueue.transferFields": "Copy fields",
"modQueue.transferNoFields": "Choose at least one field to copy.",
"modQueue.transferSuccess": "Transferred. The original post now points to the new board.",
"modQueue.transferSuccess": "Moved to /trash/. The original post now points to /trash/.",
"transferred": "Transferred",
"modQueue.transferTitleWithNumber": "Transfer Post No.{{number}}",
"modQueue.transferRecreateNotice": "This is not a real protocol transfer. 5chan recreates the post on the selected board and removes the original.",
"modQueue.transferRepliesNotice": "Replies are not transferred. They are deleted with the original post.",
"modQueue.transferTemporaryAccountNotice": "5chan will create a new temporary account just for this copied post, then delete it after publishing."
"modQueue.transferTitleWithNumber": "Move Post No.{{number}} to /trash/",
"modQueue.transferRecreateNotice": "This is not a real protocol transfer. 5chan recreates the post on /trash/ and removes the original.",
"modQueue.transferRepliesNotice": "Replies are not moved. They are deleted with the original post.",
"modQueue.transferTemporaryAccountNotice": "5chan will create a new temporary account just for this copied post, then delete it after publishing.",
"trash": "Trash"
}