Skip to content

Commit 5cba139

Browse files
github-actions[bot]danny-avila
authored andcommitted
🌍 i18n: Update translation.json with latest translations (#6009)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4b46bf9 commit 5cba139

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

client/src/locales/en/translation.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,9 @@
140140
"com_endpoint_ai": "AI",
141141
"com_endpoint_anthropic_maxoutputtokens": "Maximum number of tokens that can be generated in the response. Specify a lower value for shorter responses and a higher value for longer responses. Note: models may stop before reaching this maximum.",
142142
"com_endpoint_anthropic_prompt_cache": "Prompt caching allows reusing large context or instructions across API calls, reducing costs and latency",
143-
"com_endpoint_thinking": "Thinking",
144-
"com_endpoint_thinking_budget": "Thinking Budget",
145-
"com_endpoint_anthropic_thinking": "Enables internal reasoning for supported Claude models (3.7 Sonnet). Note: requires \"Thinking Budget\" to be set and lower than \"Max Output Tokens\"",
146-
"com_endpoint_anthropic_thinking_budget": "Determines the max number of tokens Claude is allowed to use for its internal reasoning process. Larger budgets can improve response quality by enabling more thorough analysis for complex problems, although Claude may not use the entire budget allocated, especially at ranges above 32K. This setting must be lower than \"Max Output Tokens.\"",
147143
"com_endpoint_anthropic_temp": "Ranges from 0 to 1. Use temp closer to 0 for analytical / multiple choice, and closer to 1 for creative and generative tasks. We recommend altering this or Top P but not both.",
144+
"com_endpoint_anthropic_thinking": "Enables internal reasoning for supported Claude models (3.7 Sonnet). Note: requires \"Thinking Budget\" to be set and lower than \"Max Output Tokens\"",
145+
"com_endpoint_anthropic_thinking_budget": "Determines the max number of tokens Claude is allowed use for its internal reasoning process. Larger budgets can improve response quality by enabling more thorough analysis for complex problems, although Claude may not use the entire budget allocated, especially at ranges above 32K. This setting must be lower than \"Max Output Tokens.\"",
148146
"com_endpoint_anthropic_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).",
149147
"com_endpoint_anthropic_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.",
150148
"com_endpoint_assistant": "Assistant",
@@ -250,6 +248,8 @@
250248
"com_endpoint_stop": "Stop Sequences",
251249
"com_endpoint_stop_placeholder": "Separate values by pressing `Enter`",
252250
"com_endpoint_temperature": "Temperature",
251+
"com_endpoint_thinking": "Thinking",
252+
"com_endpoint_thinking_budget": "Thinking Budget",
253253
"com_endpoint_top_k": "Top K",
254254
"com_endpoint_top_p": "Top P",
255255
"com_endpoint_use_active_assistant": "Use Active Assistant",
@@ -357,12 +357,12 @@
357357
"com_nav_lang_estonian": "Eesti keel",
358358
"com_nav_lang_finnish": "Suomi",
359359
"com_nav_lang_french": "Français ",
360+
"com_nav_lang_georgian": "ქართული",
360361
"com_nav_lang_german": "Deutsch",
361362
"com_nav_lang_hebrew": "עברית",
362363
"com_nav_lang_indonesia": "Indonesia",
363364
"com_nav_lang_italian": "Italiano",
364365
"com_nav_lang_japanese": "日本語",
365-
"com_nav_lang_georgian": "ქართული",
366366
"com_nav_lang_korean": "한국어",
367367
"com_nav_lang_polish": "Polski",
368368
"com_nav_lang_portuguese": "Português",
@@ -834,4 +834,4 @@
834834
"com_ui_zoom": "Zoom",
835835
"com_user_message": "You",
836836
"com_warning_resubmit_unsupported": "Resubmitting the AI message is not supported for this endpoint."
837-
}
837+
}

client/src/locales/zh-Hans/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@
720720
"com_ui_stop": "停止",
721721
"com_ui_storage": "存储",
722722
"com_ui_submit": "提交",
723+
"com_ui_teach_or_explain": "学习中",
723724
"com_ui_temporary_chat": "临时对话",
724725
"com_ui_terms_and_conditions": "条款和条件",
725726
"com_ui_terms_of_service": "服务政策",

0 commit comments

Comments
 (0)