diff options
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 106b4de8e31..ec14176982b 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -296,11 +296,35 @@ OC.L10N.register( "Describe a task that you want the assistant to do or ask a question" : "描述您希望助理執行的任務或提出問題", "Generated reply" : "已產生的回覆", "The generated text from the assistant" : "從助理產生的文字", + "Chat" : "聊天", + "Chat with the assistant" : "與小幫手聊天", + "System prompt" : "系統提示詞", + "Define rules and assumptions that the assistant should follow during the conversation." : "定義小幫手在對話期間應遵守的規則與假設。", + "Chat message" : "聊天訊息", + "Chat history" : "聊天歷史紀錄", + "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" : "作為對話一部份產生的回應", + "Formalize text" : "正式化文字", + "Takes a text and makes it sound more formal" : "取得文字並使其看起來更正式", + "Write a text that you want the assistant to formalize" : "寫下您希望小幫手協助您正式化的文字", + "Formalized text" : "正式化文字", + "The formalized text" : "正式化文字", "Generate a headline" : "產生標題", "Generates a possible headline for a text." : "為文字產生可能的標題。", "Original text" : "原始文字", "The original text to generate a headline for" : "用來產生標題的原始文字", "The generated headline" : "產生的標題", + "Reformulate text" : "重新表述文字", + "Takes a text and reformulates it" : "取得文字並將其重新表述", + "Write a text that you want the assistant to reformulate" : "寫下您希望小幫手協助您重新表述的文字", + "Reformulated text" : "已重新表述的文字", + "The reformulated text, written by the assistant" : "已重新表述的文字,由小幫手編寫", + "Simplify text" : "簡化文字", + "Takes a text and simplifies it" : "取得文字並將其簡化", + "Write a text that you want the assistant to simplify" : "寫下您希望小幫手協助您簡化的文字", + "Simplified text" : "簡化後的文字", + "The simplified text" : "簡化後的文字", "Summarize" : "總結", "Summarizes a text" : "總結一段文字", "The original text to summarize" : "要總結的原始文字", |