Added ability to change notify settings for reactions and poll votes.

This commit is contained in:
23rd
2026-03-29 20:16:12 +03:00
parent 90191819bd
commit b86ed7775a
6 changed files with 497 additions and 61 deletions
+13
View File
@@ -565,6 +565,19 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
"lng_notification_private_chats" = "Private chats";
"lng_notification_groups" = "Groups";
"lng_notification_channels" = "Channels";
"lng_notification_reactions" = "Reactions";
"lng_notification_reactions_title" = "Notifications for reactions";
"lng_notification_reactions_notify_about" = "Notify me about";
"lng_notification_reactions_messages" = "Messages";
"lng_notification_reactions_messages_full" = "Reactions to my messages";
"lng_notification_reactions_poll_votes" = "Poll votes";
"lng_notification_reactions_poll_votes_full" = "Votes in my polls";
"lng_notification_reactions_from" = "Notify about reactions from";
"lng_notification_reactions_from_nobody" = "Off";
"lng_notification_reactions_from_contacts" = "From my contacts";
"lng_notification_reactions_from_all" = "From everyone";
"lng_notification_reactions_settings" = "Settings";
"lng_notification_reactions_show_sender" = "Show sender's name";
"lng_notification_click_to_change" = "Click here to change";
"lng_notification_on" = "On, {exceptions}";
"lng_notification_off" = "Off, {exceptions}";