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": "เลือกอย่างน้อยหนึ่งฟิลด์ที่จะคัดลอก",
"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": "ถังขยะ"
}