feat(post): add 'this thread is closed" alert for locked, removed, deleted comments

This commit is contained in:
plebeius.eth
2024-04-29 12:17:48 +02:00
parent ad84bb69ee
commit 84f55557c1
36 changed files with 76 additions and 36 deletions
+2 -1
View File
@@ -58,5 +58,6 @@
"welcome_to_board": "欢迎来到{{board}}",
"comment_too_long": "评论太长。 <1>点击这里</1>查看完整文本。",
"replies_omitted": "省略了{{repliesCount}}条回复。 <1>点击这里</1>查看。",
"replies_and_links_omitted": "省略了{{repliesCount}}条回复和{{linksCount}}个链接。 <1>点击这里</1>查看。"
"replies_and_links_omitted": "省略了{{repliesCount}}条回复和{{linksCount}}个链接。 <1>点击这里</1>查看。",
"thread_closed_alert": "该主题已关闭"
}