Skip to content

Commit 6ff0041

Browse files
🌍 i18n: Update translation.json with latest translations (danny-avila#7727)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e877e25 commit 6ff0041

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

client/src/locales/en/translation.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@
373373
"com_nav_font_size_xs": "Extra Small",
374374
"com_nav_help_faq": "Help & FAQ",
375375
"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)",
376377
"com_nav_info_code_artifacts": "Enables the display of experimental code artifacts next to the chat",
377378
"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.",
378379
"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 @@
385386
"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.",
386387
"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",
387388
"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)",
389389
"com_nav_lang_arabic": "العربية",
390390
"com_nav_lang_auto": "Auto detect",
391391
"com_nav_lang_brazilian_portuguese": "Português Brasileiro",
@@ -445,8 +445,8 @@
445445
"com_nav_setting_chat": "Chat",
446446
"com_nav_setting_data": "Data controls",
447447
"com_nav_setting_general": "General",
448-
"com_nav_setting_speech": "Speech",
449448
"com_nav_setting_personalization": "Personalization",
449+
"com_nav_setting_speech": "Speech",
450450
"com_nav_settings": "Settings",
451451
"com_nav_shared_links": "Shared links",
452452
"com_nav_show_code": "Always show code when using code interpreter",
@@ -517,7 +517,7 @@
517517
"com_ui_agent_editing_allowed": "Other users can already edit this agent",
518518
"com_ui_agent_recursion_limit": "Max Agent Steps",
519519
"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",
521521
"com_ui_agent_var": "{{0}} agent",
522522
"com_ui_agent_version": "Version",
523523
"com_ui_agent_version_active": "Active Version",
@@ -626,8 +626,10 @@
626626
"com_ui_copy_to_clipboard": "Copy to clipboard",
627627
"com_ui_create": "Create",
628628
"com_ui_create_link": "Create link",
629+
"com_ui_create_memory": "Create Memory",
629630
"com_ui_create_prompt": "Create Prompt",
630631
"com_ui_creating_image": "Creating image. May take a moment",
632+
"com_ui_current": "Current",
631633
"com_ui_currently_production": "Currently in production",
632634
"com_ui_custom": "Custom",
633635
"com_ui_custom_header_name": "Custom Header Name",
@@ -684,15 +686,19 @@
684686
"com_ui_duplication_success": "Successfully duplicated conversation",
685687
"com_ui_edit": "Edit",
686688
"com_ui_edit_editing_image": "Editing image",
689+
"com_ui_edit_memory": "Edit Memory",
687690
"com_ui_empty_category": "-",
688691
"com_ui_endpoint": "Endpoint",
689692
"com_ui_endpoint_menu": "LLM Endpoint Menu",
690693
"com_ui_enter": "Enter",
691694
"com_ui_enter_api_key": "Enter API Key",
695+
"com_ui_enter_key": "Enter key",
692696
"com_ui_enter_openapi_schema": "Enter your OpenAPI schema here",
697+
"com_ui_enter_value": "Enter value",
693698
"com_ui_error": "Error",
694699
"com_ui_error_connection": "Error connecting to server, try refreshing the page.",
695700
"com_ui_error_save_admin_settings": "There was an error saving your admin settings.",
701+
"com_ui_error_updating_preferences": "Error updating preferences",
696702
"com_ui_examples": "Examples",
697703
"com_ui_expand_chat": "Expand Chat",
698704
"com_ui_export_convo_modal": "Export Conversation Modal",
@@ -788,17 +794,19 @@
788794
"com_ui_max_tags": "Maximum number allowed is {{0}}, using latest values.",
789795
"com_ui_mcp_servers": "MCP Servers",
790796
"com_ui_memories": "Memories",
791-
"com_ui_memories_filter": "Filter memories...",
792-
"com_ui_memories_allow_use": "Allow using Memories",
793797
"com_ui_memories_allow_create": "Allow creating Memories",
794-
"com_ui_memories_allow_update": "Allow updating Memories",
795-
"com_ui_memories_allow_read": "Allow reading Memories",
796798
"com_ui_memories_allow_opt_out": "Allow users to opt out of Memories",
799+
"com_ui_memories_allow_read": "Allow reading Memories",
800+
"com_ui_memories_allow_update": "Allow updating Memories",
801+
"com_ui_memories_allow_use": "Allow using Memories",
802+
"com_ui_memories_filter": "Filter memories...",
797803
"com_ui_memory": "Memory",
798-
"com_ui_usage": "Usage",
799-
"com_ui_current": "Current",
800-
"com_ui_tokens": "tokens",
801-
"com_ui_token": "token",
804+
"com_ui_memory_created": "Memory created successfully",
805+
"com_ui_memory_deleted": "Memory deleted",
806+
"com_ui_memory_deleted_items": "Deleted Memories",
807+
"com_ui_memory_key_exists": "A memory with this key already exists. Please use a different key.",
808+
"com_ui_memory_updated": "Updated saved memory",
809+
"com_ui_memory_updated_items": "Updated Memories",
802810
"com_ui_mention": "Mention an endpoint, assistant, or preset to quickly switch to it",
803811
"com_ui_min_tags": "Cannot remove more values, a minimum of {{0}} are required.",
804812
"com_ui_misc": "Misc.",
@@ -816,7 +824,9 @@
816824
"com_ui_no_bookmarks": "it seems like you have no bookmarks yet. Click on a chat and add a new one",
817825
"com_ui_no_category": "No category",
818826
"com_ui_no_changes": "No changes to update",
819-
"com_ui_no_data": "No data available",
827+
"com_ui_no_data": "something needs to go here. was empty",
828+
"com_ui_no_personalization_available": "No personalization options are currently available",
829+
"com_ui_no_read_access": "You don't have permission to view memories",
820830
"com_ui_no_terms_content": "No terms and conditions content to display",
821831
"com_ui_no_valid_items": "something needs to go here. was empty",
822832
"com_ui_none": "None",
@@ -828,6 +838,7 @@
828838
"com_ui_on": "On",
829839
"com_ui_openai": "OpenAI",
830840
"com_ui_page": "Page",
841+
"com_ui_preferences_updated": "Preferences updated successfully",
831842
"com_ui_prev": "Prev",
832843
"com_ui_preview": "Preview",
833844
"com_ui_privacy_policy": "Privacy policy",
@@ -848,6 +859,8 @@
848859
"com_ui_quality": "Quality",
849860
"com_ui_read_aloud": "Read aloud",
850861
"com_ui_redirecting_to_provider": "Redirecting to {{0}}, please wait...",
862+
"com_ui_reference_saved_memories": "Reference saved memories",
863+
"com_ui_reference_saved_memories_description": "Allow the assistant to reference and use your saved memories when responding",
851864
"com_ui_refresh_link": "Refresh link",
852865
"com_ui_regenerate": "Regenerate",
853866
"com_ui_regenerate_backup": "Regenerate Backup Codes",
@@ -926,8 +939,10 @@
926939
"com_ui_terms_of_service": "Terms of service",
927940
"com_ui_thinking": "Thinking...",
928941
"com_ui_thoughts": "Thoughts",
942+
"com_ui_token": "token",
929943
"com_ui_token_exchange_method": "Token Exchange Method",
930944
"com_ui_token_url": "Token URL",
945+
"com_ui_tokens": "tokens",
931946
"com_ui_tools": "Tools",
932947
"com_ui_travel": "Travel",
933948
"com_ui_unarchive": "Unarchive",
@@ -949,19 +964,21 @@
949964
"com_ui_upload_ocr_text": "Upload as Text",
950965
"com_ui_upload_success": "Successfully uploaded file",
951966
"com_ui_upload_type": "Select Upload Type",
967+
"com_ui_usage": "Usage",
952968
"com_ui_use_2fa_code": "Use 2FA Code Instead",
953969
"com_ui_use_backup_code": "Use Backup Code Instead",
970+
"com_ui_use_memory": "Use memory",
954971
"com_ui_use_micrphone": "Use microphone",
955972
"com_ui_use_prompt": "Use prompt",
956973
"com_ui_used": "Used",
974+
"com_ui_value": "Value",
957975
"com_ui_variables": "Variables",
958976
"com_ui_variables_info": "Use double braces in your text to create variables, e.g. `{{example variable}}`, to later fill when using the prompt.",
959977
"com_ui_verify": "Verify",
960978
"com_ui_version_var": "Version {{0}}",
961979
"com_ui_versions": "Versions",
962-
"com_ui_view_source": "View source chat",
963980
"com_ui_view_memory": "View Memory",
964-
"com_ui_no_read_access": "You don't have permission to view memories",
981+
"com_ui_view_source": "View source chat",
965982
"com_ui_web_search": "Web Search",
966983
"com_ui_web_search_api_subtitle": "Search the web for up-to-date information",
967984
"com_ui_web_search_cohere_key": "Enter Cohere API Key",
@@ -988,22 +1005,5 @@
9881005
"com_ui_yes": "Yes",
9891006
"com_ui_zoom": "Zoom",
9901007
"com_user_message": "You",
991-
"com_warning_resubmit_unsupported": "Resubmitting the AI message is not supported for this endpoint.",
992-
"com_ui_value": "Value",
993-
"com_ui_edit_memory": "Edit Memory",
994-
"com_ui_enter_key": "Enter key",
995-
"com_ui_enter_value": "Enter value",
996-
"com_ui_memory_updated": "Updated saved memory",
997-
"com_ui_memory_updated_items": "Updated Memories",
998-
"com_ui_memory_deleted_items": "Deleted Memories",
999-
"com_ui_memory_deleted": "Memory deleted",
1000-
"com_ui_reference_saved_memories": "Reference saved memories",
1001-
"com_ui_reference_saved_memories_description": "Allow the assistant to reference and use your saved memories when responding",
1002-
"com_ui_no_personalization_available": "No personalization options are currently available",
1003-
"com_ui_preferences_updated": "Preferences updated successfully",
1004-
"com_ui_error_updating_preferences": "Error updating preferences",
1005-
"com_ui_use_memory": "Use memory",
1006-
"com_ui_create_memory": "Create Memory",
1007-
"com_ui_memory_created": "Memory created successfully",
1008-
"com_ui_memory_key_exists": "A memory with this key already exists. Please use a different key."
1009-
}
1008+
"com_warning_resubmit_unsupported": "Resubmitting the AI message is not supported for this endpoint."
1009+
}

0 commit comments

Comments
 (0)