diff options
Diffstat (limited to 'lib/l10n/zh_HK.json')
-rw-r--r-- | lib/l10n/zh_HK.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index 000d7a5db17..8b1e279f87b 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -310,9 +310,20 @@ "The audio to transcribe" : "要轉錄的音頻", "Transcription" : "轉錄", "The transcribed text" : "已轉錄的文字", + "ContextAgent" : "ContextAgent", + "Chat with an agent" : "與 agent 聊天", "Chat message" : "聊天訊息", + "A chat message to send to the agent." : "要發送給 agent 的聊天消息。", "Confirmation" : "確認", + "Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "是否確認之前請求的操作:0 表示拒絕,1 表示確認。", + "Conversation token" : "對話權杖", + "A token representing the conversation." : "一個代表對話的權杖。", "Generated response" : "已產生的回應", + "The response from the chat model." : "來自聊天模型的回應。", + "The new conversation token" : "新對話權杖", + "Send this along with the next interaction." : "將此與下一次互動一起發送。", + "Requested actions by the agent" : "Agent 所要求的操作", + "Actions that the agent would like to carry out in JSON format." : "Agent 希望以 JSON 格式執行的操作。", "Context write" : "寫作情境", "Writes text in a given style based on the provided source material." : "根據提供的來源資料以指定的風格編寫文字。", "Writing style" : "寫作風格", @@ -340,6 +351,7 @@ "Generated reply" : "已產生的回覆", "The generated text from the assistant" : "從助理產生的文字", "Change Tone" : "改變語氣", + "Change the tone of a piece of text." : "更改一段文字的語調。", "Write a text that you want the assistant to rewrite in another tone." : "請提供您希望助手以其他語氣重寫的文本。", "Desired tone" : "希望的語氣", "In which tone should your text be rewritten?" : "您的文本應該以哪種語氣重寫?", @@ -352,6 +364,15 @@ "The history of chat messages before the current message, starting with a message by the user" : "目前訊息開始之前的聊天紀錄,從用戶的訊息開始", "Response message" : "回應訊息", "The generated response as part of the conversation" : "作為對話一部份產生的回應", + "Chat with tools" : "與工具聊天", + "Chat with the language model with tool calling support." : "與支持工具調用的語言模型聊天。", + "Tool message" : "工具訊息", + "The result of tool calls in the last interaction" : "上一次互動中工具調用的結果", + "Available tools" : "可用的工具", + "The available tools in JSON format" : "以 JSON 格式列出的可用工具", + "The response from the chat model" : "來自聊天模型的回應", + "Tool calls" : "工具調用", + "Tools call instructions from the model in JSON format" : "模型的工具調用指令,以 JSON 格式表示。", "Formalize text" : "正式化文字", "Takes a text and makes it sound more formal" : "取得文字並使其看起來更正式", "Write a text that you want the assistant to formalize" : "寫下您希望小幫手協助您正式化的文字", |