diff options
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index c40548b1502..106b4de8e31 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -159,6 +159,8 @@ OC.L10N.register( "The requested share comes from a disabled user" : "請求的分享來自已停用的使用者", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "未建立使用者,因為已達使用者上限。請檢查您的通知以取得更多資訊。", "Could not find category \"%s\"" : "找不到分類:\"%s\"", + "Input text" : "輸入文字", + "The input text" : "輸入文字", "Sunday" : "週日", "Monday" : "週一", "Tuesday" : "週二", @@ -262,16 +264,53 @@ OC.L10N.register( "Storage connection error. %s" : "儲存空間連線錯誤。%s", "Storage is temporarily not available" : "儲存空間暫時無法使用", "Storage connection timeout. %s" : "儲存空間連線逾時。%s", + "Transcribe audio" : "轉錄音訊", + "Transcribe the things said in an audio" : "轉錄音訊中所說的話", "Audio input" : "音訊輸入", + "The audio to transcribe" : "要轉錄的音訊", + "Transcription" : "轉錄", + "The transcribed text" : "已轉錄的文字", + "ContextWrite" : "ContextWrite", "Writes text in a given style based on the provided source material." : "根據提供的來源資料以指定的風格編寫文字", "Writing style" : "寫作風格", + "Demonstrate a writing style that you would like to immitate" : "展現您想模仿的寫作風格", "Source material" : "來源資料", + "The content that would like to be rewritten in the new writing style" : "想要用新的寫作風格重寫的內容", + "Generated text" : "產生的文字", + "The generated text with content from the source material in the given style" : "產生的文字包含來自指定樣式的原始素材的內容", + "Emoji generator" : "表情符號產生程式", + "Takes text and generates a representative emoji for it." : "取得文字並為其產生代表性表情符號。", + "The text to generate an emoji for" : "用來產生表情符號的文字", + "Generated emoji" : "已產生表情符號", + "The generated emoji based on the input text" : "以輸入文字為基礎產生的表情符號", "Generate image" : "產生影像", + "Generate an image from a text prompt" : "根據文字提示產生影像", "Prompt" : "提示詞", + "Describe the image you want to generate" : "描述您想要產生的影像", + "Number of images" : "影像數量", + "How many images to generate" : "要產生多少影像", + "Output images" : "輸出影像", + "The generated images" : "產生的影像", + "Free text to text prompt" : "文字提示的自由文字", + "Runs an arbitrary prompt through a language model that retuns a reply" : "透過回傳回覆的語言模型執行任意提示", + "Describe a task that you want the assistant to do or ask a question" : "描述您希望助理執行的任務或提出問題", + "Generated reply" : "已產生的回覆", + "The generated text from the assistant" : "從助理產生的文字", + "Generate a headline" : "產生標題", "Generates a possible headline for a text." : "為文字產生可能的標題。", + "Original text" : "原始文字", + "The original text to generate a headline for" : "用來產生標題的原始文字", + "The generated headline" : "產生的標題", "Summarize" : "總結", + "Summarizes a text" : "總結一段文字", + "The original text to summarize" : "要總結的原始文字", "Summary" : "摘要", + "The generated summary" : "產生的總結", "Extract topics" : "擷取主題", + "Extracts topics from a text and outputs them separated by commas" : "從文字中擷取主題並輸出,然後用逗號分隔", + "The original text to extract topics from" : "用來擷取主題的原始文字", + "Topics" : "主題", + "The list of extracted topics" : "擷取的主題清單", "Free prompt" : "免費提示詞", "Runs an arbitrary prompt through the language model." : "透過語言模型執行任意提示詞。", "Generate headline" : "產生標題", |