Accessibility: add labels for buttons history (#30213)

* Add labeling for buttons in history top bar widget
* Add labeling for send button
* Add labeling to buttons in history widget
* Add screen reader support for silent toggle button as checkbox.
* Add labeling to buttons in voice record bar
This commit is contained in:
K H Musthafal Mukthar
2026-02-07 00:30:20 +05:30
committed by GitHub
parent e94373f264
commit b0f7846832
6 changed files with 71 additions and 0 deletions
+14
View File
@@ -712,6 +712,14 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
"lng_shortcuts_record_round_message" = "Record Round Message";
"lng_shortcuts_admin_log" = "Group/Channel Recent Actions";
"lng_attach" = "Add attachment";
"lng_attach_replace" = "Replace attachment";
"lng_emoji_sticker_gif" = "Choose emoji, sticker or gif";
"lng_bot_keyboard_show" = "Show bot keyboard";
"lng_bot_keyboard_hide" = "Hide bot keyboard";
"lng_bot_commands_start" = "Bot commands start";
"lng_broadcast_silent" = "Silent broadcast";
"lng_settings_chat_reactions_title" = "Quick Reaction";
"lng_settings_chat_reactions_subtitle" = "Choose your favorite reaction";
"lng_settings_chat_message_reply_from" = "Bob Harris";
@@ -4533,6 +4541,12 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
"lng_record_listen_cancel_sure" = "Do you want to discard your recorded voice message?";
"lng_record_listen_cancel_sure_round" = "Do you want to discard your recorded video message?";
"lng_record_lock_discard" = "Discard";
"lng_record_lock" = "Lock recording";
"lng_record_lock_resume" = "Resume recording";
"lng_record_lock_delete" = "Delete recording";
"lng_record_lock_play" = "Play recording";
"lng_record_lock_pause" = "Pause recording";
"lng_record_cancel_recording" = "Cancel recording";
"lng_record_hold_tip" = "Please hold the mouse button pressed to record a voice message.";
"lng_record_voice_tip" = "Hold to record audio. Click to switch to video.";
"lng_record_video_tip" = "Hold to record video. Click to switch to audio.";