feat(reply modal): change displayName from name field, style focused inputs, translate title

This commit is contained in:
plebeius.eth
2024-04-29 14:26:02 +02:00
parent 05cc3c4174
commit 1e5c675e95
37 changed files with 110 additions and 74 deletions
+2 -1
View File
@@ -59,5 +59,6 @@
"comment_too_long": "Комментарий слишком длинный. <1>Нажмите здесь</1>, чтобы прочитать полный текст.",
"replies_omitted": "{{repliesCount}} ответов пропущено. <1>Нажмите здесь</1>, чтобы посмотреть.",
"replies_and_links_omitted": "{{repliesCount}} ответов и {{linksCount}} ссылок пропущено. <1>Нажмите здесь</1>, чтобы посмотреть.",
"thread_closed_alert": "Тема закрыта"
"thread_closed_alert": "Тема закрыта",
"reply_to_cid": "Ответить на {{cid}}"
}