mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-12 04:24:24 +01:00
🗣 fix: Add Various State Change Announcements (#11495)
* fix: Agent Builder Reset button announcements * fix: special variables announcements * fix: model select announcements * fix: prompt deletion announcement * refactor: encapsulate model display name logic * chore: address comments * chore: re-order i18n strings
This commit is contained in:
parent
fcb363403a
commit
46624798b6
5 changed files with 39 additions and 2 deletions
|
|
@ -1174,6 +1174,8 @@
|
|||
"com_ui_misc": "Misc.",
|
||||
"com_ui_model": "Model",
|
||||
"com_ui_model_parameters": "Model Parameters",
|
||||
"com_ui_model_parameters_reset": "Model Parameters have been reset.",
|
||||
"com_ui_model_selected": "{{0}} selected",
|
||||
"com_ui_more_info": "More info",
|
||||
"com_ui_my_prompts": "My Prompts",
|
||||
"com_ui_name": "Name",
|
||||
|
|
@ -1240,6 +1242,7 @@
|
|||
"com_ui_privacy_policy": "Privacy policy",
|
||||
"com_ui_privacy_policy_url": "Privacy Policy URL",
|
||||
"com_ui_prompt": "Prompt",
|
||||
"com_ui_prompt_deleted": "{{0}} deleted",
|
||||
"com_ui_prompt_group_button": "{{name}} prompt, {{category}} category",
|
||||
"com_ui_prompt_group_button_no_category": "{{name}} prompt",
|
||||
"com_ui_prompt_groups": "Prompt Groups List",
|
||||
|
|
@ -1380,6 +1383,7 @@
|
|||
"com_ui_special_var_current_datetime": "Current Date & Time",
|
||||
"com_ui_special_var_current_user": "Current User",
|
||||
"com_ui_special_var_iso_datetime": "UTC ISO Datetime",
|
||||
"com_ui_special_variable_added": "{{0}} special variable added.",
|
||||
"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_not_supported": "Your browser does not support speech recognition",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue