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": "Üdvözöljük a(z) {{board}} oldalon",
"comment_too_long": "A megjegyzés túl hosszú. <1>Kattintson ide</1> a teljes szöveg megtekintéséhez.",
"replies_omitted": "{{repliesCount}} válasz kihagyva. <1>Kattintson ide</1> a megtekintéshez.",
"replies_and_links_omitted": "{{repliesCount}} válasz és {{linksCount}} link kihagyva. <1>Kattintson ide</1> a megtekintéshez."
"replies_and_links_omitted": "{{repliesCount}} válasz és {{linksCount}} link kihagyva. <1>Kattintson ide</1> a megtekintéshez.",
"thread_closed_alert": "A téma lezárva"
}