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": "Mirë se vini te {{board}}",
"comment_too_long": "Komenti është shumë i gjatë. <1>Kliko këtu</1> për të parë tekstin e plotë.",
"replies_omitted": "{{repliesCount}} përgjigje janë lënë jashtë. <1>Kliko këtu</1> për t'i shikuar.",
"replies_and_links_omitted": "{{repliesCount}} përgjigje dhe {{linksCount}} lidhje janë lënë jashtë. <1>Kliko këtu</1> për t'i shikuar."
"replies_and_links_omitted": "{{repliesCount}} përgjigje dhe {{linksCount}} lidhje janë lënë jashtë. <1>Kliko këtu</1> për t'i shikuar.",
"thread_closed_alert": "Temë është mbyllur"
}