mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-29 22:05:18 +01:00
💬 feat: Improve speech recognition UX for unsupported browsers (#10964)
Show helpful error message when browser doesn't support speech recognition, suggesting external STT option only when it's configured on the server.
This commit is contained in:
parent
6ae839c14d
commit
02fc4647e1
2 changed files with 12 additions and 2 deletions
|
|
@ -1295,6 +1295,9 @@
|
|||
"com_ui_special_variables": "Special variables:",
|
||||
"com_ui_special_variables_more_info": "You can select special variables from the dropdown: `{{current_date}}` (today's date and day of week), `{{current_datetime}}` (local date and time), `{{utc_iso_datetime}}` (UTC ISO datetime), and `{{current_user}}` (your account name).",
|
||||
"com_ui_speech_while_submitting": "Can't submit speech while a response is being generated",
|
||||
"com_ui_speech_not_supported": "Your browser does not support speech recognition",
|
||||
"com_ui_speech_not_supported_use_external": "Your browser does not support speech recognition. Try switching to External STT in Settings > Speech.",
|
||||
"com_ui_microphone_unavailable": "Microphone is not available",
|
||||
"com_ui_sr_actions_menu": "Open actions menu for \"{{0}}\" prompt",
|
||||
"com_ui_sr_global_prompt": "Global prompt group",
|
||||
"com_ui_stack_trace": "Stack Trace",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue