mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-07 05:20:59 +08:00
fix: 补全工具调用显示名称的 i18n 翻译
This commit is contained in:
@@ -61,7 +61,12 @@
|
||||
"get_members": "Get Members",
|
||||
"get_member_name_history": "Get Nickname History",
|
||||
"get_conversation_between": "Get Conversation",
|
||||
"get_message_context": "Get Message Context"
|
||||
"get_message_context": "Get Message Context",
|
||||
"search_sessions": "Search Sessions",
|
||||
"get_session_messages": "Get Session Messages",
|
||||
"get_session_summaries": "Get Session Summaries",
|
||||
"response_time_analysis": "Response Time Analysis",
|
||||
"keyword_frequency": "Keyword Frequency"
|
||||
},
|
||||
"generating": "Generating response...",
|
||||
"think": {
|
||||
|
||||
@@ -61,7 +61,12 @@
|
||||
"get_members": "メンバー一覧を取得",
|
||||
"get_member_name_history": "ニックネーム履歴を取得",
|
||||
"get_conversation_between": "やり取り履歴を取得",
|
||||
"get_message_context": "コンテキストを取得"
|
||||
"get_message_context": "コンテキストを取得",
|
||||
"search_sessions": "セッションを検索",
|
||||
"get_session_messages": "セッションメッセージを取得",
|
||||
"get_session_summaries": "セッション要約を取得",
|
||||
"response_time_analysis": "応答時間分析",
|
||||
"keyword_frequency": "キーワード頻度分析"
|
||||
},
|
||||
"generating": "回答を作成中...",
|
||||
"think": {
|
||||
|
||||
@@ -61,7 +61,12 @@
|
||||
"get_members": "获取成员列表",
|
||||
"get_member_name_history": "获取昵称历史",
|
||||
"get_conversation_between": "获取对话记录",
|
||||
"get_message_context": "获取上下文"
|
||||
"get_message_context": "获取上下文",
|
||||
"search_sessions": "搜索会话",
|
||||
"get_session_messages": "获取会话消息",
|
||||
"get_session_summaries": "获取会话摘要",
|
||||
"response_time_analysis": "回复时间分析",
|
||||
"keyword_frequency": "关键词频率分析"
|
||||
},
|
||||
"generating": "正在生成回复...",
|
||||
"think": {
|
||||
|
||||
@@ -61,7 +61,12 @@
|
||||
"get_members": "取得成員列表",
|
||||
"get_member_name_history": "取得暱稱歷史",
|
||||
"get_conversation_between": "取得對話紀錄",
|
||||
"get_message_context": "取得上下文"
|
||||
"get_message_context": "取得上下文",
|
||||
"search_sessions": "搜尋會話",
|
||||
"get_session_messages": "取得會話訊息",
|
||||
"get_session_summaries": "取得會話摘要",
|
||||
"response_time_analysis": "回覆時間分析",
|
||||
"keyword_frequency": "關鍵詞頻率分析"
|
||||
},
|
||||
"generating": "正在產生回覆...",
|
||||
"think": {
|
||||
|
||||
Reference in New Issue
Block a user