feat(edit menu): alert "you cannot edit this thread/reply" if without permission

This commit is contained in:
Tom (plebeius.eth)
2025-02-24 22:41:16 +01:00
parent b8668d1e6d
commit 377d8cdffa
36 changed files with 120 additions and 40 deletions
+3 -1
View File
@@ -284,5 +284,7 @@
"loading_subscriptions": "సబ్‌స్క్రిప్షన్‌లు లోడ్ అవుతున్నాయి",
"create_board": "బోర్డ్ రూపొందించండి",
"enter_board_address": "ఏదైనా బోర్డ్ అడ్రస్ నమోదు చేయండి",
"board_not_reachable": "బోర్డు అందుబాటులో లేదు"
"board_not_reachable": "బోర్డు అందుబాటులో లేదు",
"cannot_edit_thread": "మీరు ఈ థ్రెడ్‌ని ఎడిట్ చేయలేరు",
"cannot_edit_reply": "మీరు ఈ రిప్లయ్‌ను ఎడిట్ చేయలేరు"
}