mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(mod queue): restrict trash action to trash board
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user