diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-07 00:35:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-07 00:35:18 +0000 |
commit | 94a5cdeae245f4c8fdfb61c040f171177314ca50 (patch) | |
tree | bb7ce4540bec61f90c4b852dc8d6739d8729c366 /lib/l10n/zh_HK.js | |
parent | 0310df5d3b7c43352f35a2eef0aa906f1d7d8d93 (diff) | |
download | nextcloud-server-94a5cdeae245f4c8fdfb61c040f171177314ca50.tar.gz nextcloud-server-94a5cdeae245f4c8fdfb61c040f171177314ca50.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/zh_HK.js')
-rw-r--r-- | lib/l10n/zh_HK.js | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 4c0847ec496..96d9ebebe74 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.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" : "産生標題", |