diff --git a/client/src/locales/ar/translation.json b/client/src/locales/ar/translation.json index 610faa8c54..ce7d02fa18 100644 --- a/client/src/locales/ar/translation.json +++ b/client/src/locales/ar/translation.json @@ -695,6 +695,5 @@ "com_ui_versions": "الإصدارات", "com_ui_yes": "نعم", "com_ui_zoom": "تكبير", - "com_user_message": "أنت", - "com_warning_resubmit_unsupported": "إعادة إرسال رسالة الذكاء الاصطناعي غير مدعومة لنقطة النهاية هذه" + "com_user_message": "أنت" } \ No newline at end of file diff --git a/client/src/locales/ca/translation.json b/client/src/locales/ca/translation.json index 2c415fbe57..1bfb0a98d2 100644 --- a/client/src/locales/ca/translation.json +++ b/client/src/locales/ca/translation.json @@ -868,6 +868,5 @@ "com_ui_x_selected": "{{0}} seleccionats", "com_ui_yes": "Sí", "com_ui_zoom": "Zoom", - "com_user_message": "Tu", - "com_warning_resubmit_unsupported": "Tornar a enviar el missatge de la IA no està suportat per aquest endpoint." + "com_user_message": "Tu" } \ No newline at end of file diff --git a/client/src/locales/cs/translation.json b/client/src/locales/cs/translation.json index 369e615ded..8c2bad6a5b 100644 --- a/client/src/locales/cs/translation.json +++ b/client/src/locales/cs/translation.json @@ -720,6 +720,5 @@ "com_ui_write": "Psát", "com_ui_yes": "Ano", "com_ui_zoom": "Přiblížit", - "com_user_message": "Vy", - "com_warning_resubmit_unsupported": "Opětovné odeslání AI zprávy není pro tento koncový bod podporováno." + "com_user_message": "Vy" } \ No newline at end of file diff --git a/client/src/locales/da/translation.json b/client/src/locales/da/translation.json index b615d28ac3..084125ec77 100644 --- a/client/src/locales/da/translation.json +++ b/client/src/locales/da/translation.json @@ -823,6 +823,5 @@ "com_ui_x_selected": "{{0}} udvalgt", "com_ui_yes": "Ja", "com_ui_zoom": "Zoom", - "com_user_message": "Du", - "com_warning_resubmit_unsupported": "Genindsendelse af AI-beskeden understøttes ikke for dette slutpunkt." + "com_user_message": "Du" } \ No newline at end of file diff --git a/client/src/locales/de/translation.json b/client/src/locales/de/translation.json index 77ea8f3cda..0be5997f70 100644 --- a/client/src/locales/de/translation.json +++ b/client/src/locales/de/translation.json @@ -917,6 +917,5 @@ "com_ui_x_selected": "{{0}} ausgewählt", "com_ui_yes": "Ja", "com_ui_zoom": "Zoom", - "com_user_message": "Du", - "com_warning_resubmit_unsupported": "Das erneute Senden der KI-Nachricht wird für diesen Endpunkt nicht unterstützt." + "com_user_message": "Du" } \ No newline at end of file diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json index 1e130a0f82..d85b1c5f8d 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -209,6 +209,7 @@ "com_endpoint_google_thinking_budget": "Guides the number of thinking tokens the model uses. The actual amount may exceed or fall below this value depending on the prompt.\n\nThis setting is only supported by certain models (2.5 series). Gemini 2.5 Pro supports 128-32,768 tokens. Gemini 2.5 Flash supports 0-24,576 tokens. Gemini 2.5 Flash Lite supports 512-24,576 tokens.\n\nLeave blank or set to \"-1\" to let the model automatically decide when and how much to think. By default, Gemini 2.5 Flash Lite does not think.", "com_endpoint_google_topk": "Top-k changes how the model selects tokens for output. A top-k of 1 means the selected token is the most probable among all tokens in the model's vocabulary (also called greedy decoding), while a top-k of 3 means that the next token is selected from among the 3 most probable tokens (using temperature).", "com_endpoint_google_topp": "Top-p changes how the model selects tokens for output. Tokens are selected from most K (see topK parameter) probable to least until the sum of their probabilities equals the top-p value.", + "com_endpoint_google_use_search_grounding": "Use Google's search grounding feature to enhance responses with real-time web search results. This enables models to access current information and provide more accurate, up-to-date answers.", "com_endpoint_instructions_assistants": "Override Instructions", "com_endpoint_instructions_assistants_placeholder": "Overrides the instructions of the assistant. This is useful for modifying the behavior on a per-run basis.", "com_endpoint_max_output_tokens": "Max Output Tokens", @@ -225,7 +226,7 @@ "com_endpoint_openai_max_tokens": "Optional 'max_tokens' field, representing the maximum number of tokens that can be generated in the chat completion. The total length of input tokens and generated tokens is limited by the models context length. You may experience errors if this number exceeds the max context tokens.", "com_endpoint_openai_pres": "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.", "com_endpoint_openai_prompt_prefix_placeholder": "Set custom instructions to include in System Message. Default: none", - "com_endpoint_openai_reasoning_effort": "Reasoning models only: constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.", + "com_endpoint_openai_reasoning_effort": "o1 and o3 models only: constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.", "com_endpoint_openai_reasoning_summary": "Responses API only: A summary of the reasoning performed by the model. This can be useful for debugging and understanding the model's reasoning process. Set to none,auto, concise, or detailed.", "com_endpoint_openai_resend": "Resend all previously attached images. Note: this can significantly increase token cost and you may experience errors with many image attachments.", "com_endpoint_openai_resend_files": "Resend all previously attached files. Note: this will increase token cost and you may experience errors with many attachments.", @@ -233,7 +234,6 @@ "com_endpoint_openai_temp": "Higher values = more random, while lower values = more focused and deterministic. We recommend altering this or Top P but not both.", "com_endpoint_openai_topp": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We recommend altering this or temperature but not both.", "com_endpoint_openai_use_responses_api": "Use the Responses API instead of Chat Completions, which includes extended features from OpenAI. Required for o1-pro, o3-pro, and to enable reasoning summaries.", - "com_endpoint_google_use_search_grounding": "Use Google's search grounding feature to enhance responses with real-time web search results. This enables models to access current information and provide more accurate, up-to-date answers.", "com_endpoint_output": "Output", "com_endpoint_plug_image_detail": "Image Detail", "com_endpoint_plug_resend_files": "Resend Files", @@ -290,10 +290,10 @@ "com_error_files_upload": "An error occurred while uploading the file.", "com_error_files_upload_canceled": "The file upload request was canceled. Note: the file upload may still be processing and will need to be manually deleted.", "com_error_files_validation": "An error occurred while validating the file.", + "com_error_google_tool_conflict": "Usage of built-in Google tools are not supported with external tools. Please disable either the built-in tools or the external tools.", "com_error_heic_conversion": "Failed to convert HEIC image to JPEG. Please try converting the image manually or use a different format.", "com_error_input_length": "The latest message token count is too long, exceeding the token limit, or your token limit parameters are misconfigured, adversely affecting the context window. More info: {{0}}. Please shorten your message, adjust the max context size from the conversation parameters, or fork the conversation to continue.", "com_error_invalid_agent_provider": "The \"{{0}}\" provider is not available for use with Agents. Please go to your agent's settings and select a currently available provider.", - "com_error_google_tool_conflict": "Usage of built-in Google tools are not supported with external tools. Please disable either the built-in tools or the external tools.", "com_error_invalid_user_key": "Invalid key provided. Please provide a valid key and try again.", "com_error_moderation": "It appears that the content submitted has been flagged by our moderation system for not aligning with our community guidelines. We're unable to proceed with this specific topic. If you have any other questions or topics you'd like to explore, please edit your message, or create a new conversation.", "com_error_no_base_url": "No base URL found. Please provide one and try again.", @@ -641,6 +641,7 @@ "com_ui_command_placeholder": "Optional: Enter a command for the prompt or name will be used", "com_ui_command_usage_placeholder": "Select a Prompt by command or name", "com_ui_complete_setup": "Complete Setup", + "com_ui_concise": "Concise", "com_ui_configure_mcp_variables_for": "Configure Variables for {{0}}", "com_ui_confirm_action": "Confirm Action", "com_ui_confirm_admin_use_change": "Changing this setting will block access for admins, including yourself. Are you sure you want to proceed?", @@ -706,6 +707,7 @@ "com_ui_description": "Description", "com_ui_description_placeholder": "Optional: Enter a description to display for the prompt", "com_ui_deselect_all": "Deselect All", + "com_ui_detailed": "Detailed", "com_ui_disabling": "Disabling...", "com_ui_download": "Download", "com_ui_download_artifact": "Download Artifact", @@ -800,6 +802,7 @@ "com_ui_happy_birthday": "It's my 1st birthday!", "com_ui_hide_image_details": "Hide Image Details", "com_ui_hide_qr": "Hide QR Code", + "com_ui_high": "High", "com_ui_host": "Host", "com_ui_icon": "Icon", "com_ui_idea": "Ideas", @@ -828,10 +831,6 @@ "com_ui_locked": "Locked", "com_ui_logo": "{{0}} Logo", "com_ui_low": "Low", - "com_ui_concise": "Concise", - "com_ui_detailed": "Detailed", - "com_ui_high": "High", - "com_ui_medium": "Medium", "com_ui_manage": "Manage", "com_ui_max_tags": "Maximum number allowed is {{0}}, using latest values.", "com_ui_mcp_dialog_desc": "Please enter the necessary information below.", @@ -839,6 +838,7 @@ "com_ui_mcp_server_not_found": "Server not found.", "com_ui_mcp_servers": "MCP Servers", "com_ui_mcp_url": "MCP Server URL", + "com_ui_medium": "Medium", "com_ui_memories": "Memories", "com_ui_memories_allow_create": "Allow creating Memories", "com_ui_memories_allow_opt_out": "Allow users to opt out of Memories", @@ -1071,4 +1071,4 @@ "com_ui_yes": "Yes", "com_ui_zoom": "Zoom", "com_user_message": "You" -} +} \ No newline at end of file diff --git a/client/src/locales/es/translation.json b/client/src/locales/es/translation.json index d6ced00f9e..19cab0caa5 100644 --- a/client/src/locales/es/translation.json +++ b/client/src/locales/es/translation.json @@ -752,6 +752,5 @@ "com_ui_x_selected": "{{0}} seleccionado", "com_ui_yes": "Sí", "com_ui_zoom": "Zoom", - "com_user_message": "Usted", - "com_warning_resubmit_unsupported": "No se admite el reenvío del mensaje de IA para este punto de conexión." + "com_user_message": "Usted" } \ No newline at end of file diff --git a/client/src/locales/et/translation.json b/client/src/locales/et/translation.json index de761d54fa..f01f048eee 100644 --- a/client/src/locales/et/translation.json +++ b/client/src/locales/et/translation.json @@ -865,6 +865,5 @@ "com_ui_x_selected": "{{0}} valitud", "com_ui_yes": "Jah", "com_ui_zoom": "Suumi", - "com_user_message": "Sina", - "com_warning_resubmit_unsupported": "AI sõnumi uuesti esitamine pole selle otspunkti jaoks toetatud." + "com_user_message": "Sina" } \ No newline at end of file diff --git a/client/src/locales/fa/translation.json b/client/src/locales/fa/translation.json index 2072d0c1fd..2da7f262cc 100644 --- a/client/src/locales/fa/translation.json +++ b/client/src/locales/fa/translation.json @@ -847,6 +847,5 @@ "com_ui_write": "نوشتن", "com_ui_yes": "بله", "com_ui_zoom": "بزرگنمایی ضربه بزنید؛", - "com_user_message": "شما", - "com_warning_resubmit_unsupported": "ارسال مجدد پیام هوش مصنوعی برای این نقطه پایانی پشتیبانی نمی شود." + "com_user_message": "شما" } \ No newline at end of file diff --git a/client/src/locales/fr/translation.json b/client/src/locales/fr/translation.json index c685003f40..38bc1b54f2 100644 --- a/client/src/locales/fr/translation.json +++ b/client/src/locales/fr/translation.json @@ -752,6 +752,5 @@ "com_ui_versions": "Versions", "com_ui_yes": "Oui", "com_ui_zoom": "Zoom", - "com_user_message": "Vous", - "com_warning_resubmit_unsupported": "La resoumission du message IA n'est pas prise en charge pour ce point de terminaison." + "com_user_message": "Vous" } \ No newline at end of file diff --git a/client/src/locales/he/translation.json b/client/src/locales/he/translation.json index 0f0739530f..ae3a9506e7 100644 --- a/client/src/locales/he/translation.json +++ b/client/src/locales/he/translation.json @@ -863,6 +863,5 @@ "com_ui_x_selected": "{{0}} נבחר", "com_ui_yes": "כן", "com_ui_zoom": "זום", - "com_user_message": "אתה", - "com_warning_resubmit_unsupported": "שליחת הודעה מחדש אינה נתמכת עבור נקודת קצה זו." + "com_user_message": "אתה" } \ No newline at end of file diff --git a/client/src/locales/hu/translation.json b/client/src/locales/hu/translation.json index b4ec81c9d3..26d8afc628 100644 --- a/client/src/locales/hu/translation.json +++ b/client/src/locales/hu/translation.json @@ -847,6 +847,5 @@ "com_ui_write": "Írás", "com_ui_yes": "Igen", "com_ui_zoom": "Zoom", - "com_user_message": "Ön", - "com_warning_resubmit_unsupported": "Az AI üzenet újraküldése nem támogatott ennél a végpontnál." + "com_user_message": "Ön" } \ No newline at end of file diff --git a/client/src/locales/it/translation.json b/client/src/locales/it/translation.json index 62047643ca..7b233e3751 100644 --- a/client/src/locales/it/translation.json +++ b/client/src/locales/it/translation.json @@ -829,6 +829,5 @@ "com_ui_write": "Scrittura", "com_ui_yes": "Sì", "com_ui_zoom": "Zoom", - "com_user_message": "Mostra nome utente nei messaggi", - "com_warning_resubmit_unsupported": "Il reinvio del messaggio AI non è supportato per questo endpoint." + "com_user_message": "Mostra nome utente nei messaggi" } \ No newline at end of file diff --git a/client/src/locales/ja/translation.json b/client/src/locales/ja/translation.json index 6562c7b1b2..6ef780a2d6 100644 --- a/client/src/locales/ja/translation.json +++ b/client/src/locales/ja/translation.json @@ -868,6 +868,5 @@ "com_ui_x_selected": "{{0}}が選択された", "com_ui_yes": "はい", "com_ui_zoom": "ズーム", - "com_user_message": "あなた", - "com_warning_resubmit_unsupported": "このエンドポイントではAIメッセージの再送信はサポートされていません" + "com_user_message": "あなた" } \ No newline at end of file diff --git a/client/src/locales/ko/translation.json b/client/src/locales/ko/translation.json index e21fc11193..1c060852d7 100644 --- a/client/src/locales/ko/translation.json +++ b/client/src/locales/ko/translation.json @@ -921,6 +921,5 @@ "com_ui_x_selected": "{{0}}개 선택됨", "com_ui_yes": "네", "com_ui_zoom": "확대/축소", - "com_user_message": "당신", - "com_warning_resubmit_unsupported": "이 엔드포인트에서는 AI 메시지 재전송이 지원되지 않습니다" + "com_user_message": "당신" } \ No newline at end of file diff --git a/client/src/locales/pl/translation.json b/client/src/locales/pl/translation.json index 2ca784e68d..244c4536b0 100644 --- a/client/src/locales/pl/translation.json +++ b/client/src/locales/pl/translation.json @@ -714,6 +714,5 @@ "com_ui_view_source": "Zobacz źródłowy czat", "com_ui_yes": "Tak", "com_ui_zoom": "Powiększ", - "com_user_message": "Ty", - "com_warning_resubmit_unsupported": "Ponowne przesyłanie wiadomości AI nie jest obsługiwane dla tego punktu końcowego." + "com_user_message": "Ty" } \ No newline at end of file diff --git a/client/src/locales/pt-BR/translation.json b/client/src/locales/pt-BR/translation.json index 4941994d94..c252d0a2d2 100644 --- a/client/src/locales/pt-BR/translation.json +++ b/client/src/locales/pt-BR/translation.json @@ -817,6 +817,5 @@ "com_ui_write": "Escrevendo", "com_ui_yes": "Sim", "com_ui_zoom": "Zoom", - "com_user_message": "Você", - "com_warning_resubmit_unsupported": "O reenvio da mensagem de IA não é suportado para este endpoint." + "com_user_message": "Você" } \ No newline at end of file diff --git a/client/src/locales/pt-PT/translation.json b/client/src/locales/pt-PT/translation.json index e80017c92b..09f5deed20 100644 --- a/client/src/locales/pt-PT/translation.json +++ b/client/src/locales/pt-PT/translation.json @@ -819,6 +819,5 @@ "com_ui_write": "A escrever", "com_ui_yes": "Sim", "com_ui_zoom": "Ampliar", - "com_user_message": "Você", - "com_warning_resubmit_unsupported": "O reenvio da mensagem de IA não é suportado por este endereço." + "com_user_message": "Você" } \ No newline at end of file diff --git a/client/src/locales/ru/translation.json b/client/src/locales/ru/translation.json index 0797320c4f..6bc10ccb19 100644 --- a/client/src/locales/ru/translation.json +++ b/client/src/locales/ru/translation.json @@ -865,6 +865,5 @@ "com_ui_x_selected": "{{0}} выбрано", "com_ui_yes": "Да", "com_ui_zoom": "Масштаб", - "com_user_message": "Вы", - "com_warning_resubmit_unsupported": "Повторная отправка сообщения ИИ не поддерживается для данной конечной точки" + "com_user_message": "Вы" } \ No newline at end of file diff --git a/client/src/locales/th/translation.json b/client/src/locales/th/translation.json index 6d7445647f..bdd1aece5b 100644 --- a/client/src/locales/th/translation.json +++ b/client/src/locales/th/translation.json @@ -802,6 +802,5 @@ "com_ui_write": "การเขียน", "com_ui_yes": "ใช่", "com_ui_zoom": "ขยาย", - "com_user_message": "คุณ", - "com_warning_resubmit_unsupported": "การส่งข้อความ AI ซ้ำไม่รองรับสำหรับจุดสิ้นสุดนี้" + "com_user_message": "คุณ" } \ No newline at end of file diff --git a/client/src/locales/tr/translation.json b/client/src/locales/tr/translation.json index aabb2d6073..3d2b8b75d4 100644 --- a/client/src/locales/tr/translation.json +++ b/client/src/locales/tr/translation.json @@ -725,6 +725,5 @@ "com_ui_view_source": "Kaynak sohbeti görüntüle", "com_ui_yes": "Evet", "com_ui_zoom": "Yakınlaştır", - "com_user_message": "Sen", - "com_warning_resubmit_unsupported": "Bu uç nokta için yapay zeka mesajını yeniden gönderme desteklenmiyor." + "com_user_message": "Sen" } \ No newline at end of file diff --git a/client/src/locales/zh-Hans/translation.json b/client/src/locales/zh-Hans/translation.json index 772a872fb3..749102c8ec 100644 --- a/client/src/locales/zh-Hans/translation.json +++ b/client/src/locales/zh-Hans/translation.json @@ -852,6 +852,5 @@ "com_ui_x_selected": "{{0}} 已选择", "com_ui_yes": "是的", "com_ui_zoom": "缩放", - "com_user_message": "您", - "com_warning_resubmit_unsupported": "此终端不支持重新提交AI消息" + "com_user_message": "您" } \ No newline at end of file diff --git a/client/src/locales/zh-Hant/translation.json b/client/src/locales/zh-Hant/translation.json index 089a703794..63dd2ed2d3 100644 --- a/client/src/locales/zh-Hant/translation.json +++ b/client/src/locales/zh-Hant/translation.json @@ -695,6 +695,5 @@ "com_ui_versions": "版本", "com_ui_yes": "是", "com_ui_zoom": "縮放", - "com_user_message": "您", - "com_warning_resubmit_unsupported": "此端點不支援重新送出 AI 訊息。" + "com_user_message": "您" } \ No newline at end of file