You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/src/locales/en/translation.json
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -373,6 +373,7 @@
373
373
"com_nav_font_size_xs": "Extra Small",
374
374
"com_nav_help_faq": "Help & FAQ",
375
375
"com_nav_hide_panel": "Hide right-most side panel",
376
+
"com_nav_info_balance": "Balance shows how many token credits you have left to use. Token credits translate to monetary value (e.g., 1000 credits = $0.001 USD)",
376
377
"com_nav_info_code_artifacts": "Enables the display of experimental code artifacts next to the chat",
377
378
"com_nav_info_code_artifacts_agent": "Enables the use of code artifacts for this agent. By default, additional instructions specific to the use of artifacts are added, unless \"Custom Prompt Mode\" is enabled.",
378
379
"com_nav_info_custom_prompt_mode": "When enabled, the default artifacts system prompt will not be included. All artifact-generating instructions must be provided manually in this mode.",
@@ -385,7 +386,6 @@
385
386
"com_nav_info_save_draft": "When enabled, the text and attachments you enter in the chat form will be automatically saved locally as drafts. These drafts will be available even if you reload the page or switch to a different conversation. Drafts are stored locally on your device and are deleted once the message is sent.",
386
387
"com_nav_info_show_thinking": "When enabled, the chat will display the thinking dropdowns open by default, allowing you to view the AI's reasoning in real-time. When disabled, the thinking dropdowns will remain closed by default for a cleaner and more streamlined interface",
387
388
"com_nav_info_user_name_display": "When enabled, the username of the sender will be shown above each message you send. When disabled, you will only see \"You\" above your messages.",
388
-
"com_nav_info_balance": "Balance shows how many token credits you have left to use. Token credits translate to monetary value (e.g., 1000 credits = $0.001 USD)",
"com_ui_agent_recursion_limit_info": "Limits how many steps the agent can take in a run before giving a final response. Default is 25 steps. A step is either an AI API request or a tool usage round. For example, a basic tool interaction takes 3 steps: initial request, tool usage, and follow-up request.",
520
-
"com_ui_agent_shared_to_all": "Agent is shared to all users",
520
+
"com_ui_agent_shared_to_all": "something needs to go here. was empty",
521
521
"com_ui_agent_var": "{{0}} agent",
522
522
"com_ui_agent_version": "Version",
523
523
"com_ui_agent_version_active": "Active Version",
@@ -626,8 +626,10 @@
626
626
"com_ui_copy_to_clipboard": "Copy to clipboard",
627
627
"com_ui_create": "Create",
628
628
"com_ui_create_link": "Create link",
629
+
"com_ui_create_memory": "Create Memory",
629
630
"com_ui_create_prompt": "Create Prompt",
630
631
"com_ui_creating_image": "Creating image. May take a moment",
632
+
"com_ui_current": "Current",
631
633
"com_ui_currently_production": "Currently in production",
0 commit comments