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
@@ -450,16 +450,16 @@
"reply_link_required_alert": "リンク付きで返信する必要があります。",
"reply_media_link_required_alert": "画像または動画のリンク付きで返信する必要があります。",
"reply_links_not_allowed_alert": "この板では返信リンクは許可されていません。",
"transfer": "転送",
"modQueue.transferTitle": "投稿を転送",
"modQueue.transferTitle": "投稿を /trash/ へ移動",
"modQueue.transferSource": "移行元",
"modQueue.transferTarget": "掲示板へ",
"modQueue.transferTarget": "移動先",
"modQueue.transferFields": "フィールドをコピー",
"modQueue.transferNoFields": "コピーする項目を1つ以上選択してください。",
"modQueue.transferSuccess": "転送しました。元の投稿は新しい板を指すようになりました。",
"modQueue.transferSuccess": "/trash/ へ移動しました。元の投稿は /trash/ を指すようになりました。",
"transferred": "転送済み",
"modQueue.transferTitleWithNumber": "投稿 No.{{number}} を転送",
"modQueue.transferRecreateNotice": "これはプロトコル上の本当の転送ではありません。5chan は選択した板に投稿を再作成し、元の投稿を削除します。",
"modQueue.transferRepliesNotice": "返信は転送されません。元の投稿と一緒に削除されます。",
"modQueue.transferTemporaryAccountNotice": "5chan はこのコピー投稿専用の一時アカウントを新しく作成し、公開後に削除します。"
"modQueue.transferTitleWithNumber": "投稿 No.{{number}} を /trash/ へ移動",
"modQueue.transferRecreateNotice": "これはプロトコル上の本当の転送ではありません。5chan は /trash/ に投稿を再作成し、元の投稿を削除します。",
"modQueue.transferRepliesNotice": "返信は移動されません。元の投稿と一緒に削除されます。",
"modQueue.transferTemporaryAccountNotice": "5chan はこのコピー投稿専用の一時アカウントを新しく作成し、公開後に削除します。",
"trash": "ゴミ箱"
}