diff options
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 06b68eeba65..5ff920bcae8 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -312,9 +312,20 @@ OC.L10N.register( "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" : "寫作風格", @@ -342,6 +353,7 @@ OC.L10N.register( "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?" : "您的文字應該以哪種語氣重寫?", @@ -354,6 +366,15 @@ OC.L10N.register( "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" : "寫下您希望小幫手協助您正式化的文字", |