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": "이 스레드는 닫혔습니다"
}