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 | |
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')
-rw-r--r-- | lib/l10n/de_DE.js | 6 | ||||
-rw-r--r-- | lib/l10n/de_DE.json | 6 | ||||
-rw-r--r-- | lib/l10n/en_GB.js | 39 | ||||
-rw-r--r-- | lib/l10n/en_GB.json | 39 | ||||
-rw-r--r-- | lib/l10n/pt_BR.js | 39 | ||||
-rw-r--r-- | lib/l10n/pt_BR.json | 39 | ||||
-rw-r--r-- | lib/l10n/zh_HK.js | 39 | ||||
-rw-r--r-- | lib/l10n/zh_HK.json | 39 | ||||
-rw-r--r-- | lib/l10n/zh_TW.js | 39 | ||||
-rw-r--r-- | lib/l10n/zh_TW.json | 39 |
10 files changed, 324 insertions, 0 deletions
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index 27fd0248b09..44801c793ff 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -270,11 +270,14 @@ OC.L10N.register( "The audio to transcribe" : "Die Audio-Datei zum Transkribieren", "Transcription" : "Transkription", "The transcribed text" : "Der transkriptierte Text", + "ContextWrite" : "ContextWrite", "Writes text in a given style based on the provided source material." : "Schreibt Text in einem vorgegebenen Stil auf Basis des bereitgestellten Quellmaterials.", "Writing style" : "Schreibstil", + "Demonstrate a writing style that you would like to immitate" : "Beispiel für einen Schreibstil, den Sie immitieren möchten", "Source material" : "Quellmaterial", "The content that would like to be rewritten in the new writing style" : "Der Inhalt, der in den neuen Schreibstil umgeschrieben werden soll", "Generated text" : "Erstellter Text", + "The generated text with content from the source material in the given style" : "Der erstellte Text mit Inhalten aus dem Quellmaterial im angegebenen Stil", "Emoji generator" : "Emoji-Generator", "Takes text and generates a representative emoji for it." : "Erstellt aus eingegebenem Text ein repräsentatives Emoji.", "The text to generate an emoji for" : "Der Text aus dem ein Emoji erstellt werden soll", @@ -288,6 +291,9 @@ OC.L10N.register( "How many images to generate" : "Wieviele Bilder erstellt werden sollen", "Output images" : "Ausgegebene Bilder", "The generated images" : "Die erstellten Bilder", + "Free text to text prompt" : "Freie Text-zu-Text-Eingabeaufforderung", + "Runs an arbitrary prompt through a language model that retuns a reply" : "Führt eine beliebige Eingabeaufforderung mit einem Sprachmodell aus, das eine Antwort zurückgibt", + "Describe a task that you want the assistant to do or ask a question" : "Beschreiben Sie eine Aufgabe, die der Assistent erledigen soll, oder stellen Sie eine Frage", "Generated reply" : "Erstellte Antwort", "The generated text from the assistant" : "Der vom Assitenten erstellte Text", "Generate a headline" : "Eine Überschirft erstellen", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index 91661c60c56..a3fe7fd50dc 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -268,11 +268,14 @@ "The audio to transcribe" : "Die Audio-Datei zum Transkribieren", "Transcription" : "Transkription", "The transcribed text" : "Der transkriptierte Text", + "ContextWrite" : "ContextWrite", "Writes text in a given style based on the provided source material." : "Schreibt Text in einem vorgegebenen Stil auf Basis des bereitgestellten Quellmaterials.", "Writing style" : "Schreibstil", + "Demonstrate a writing style that you would like to immitate" : "Beispiel für einen Schreibstil, den Sie immitieren möchten", "Source material" : "Quellmaterial", "The content that would like to be rewritten in the new writing style" : "Der Inhalt, der in den neuen Schreibstil umgeschrieben werden soll", "Generated text" : "Erstellter Text", + "The generated text with content from the source material in the given style" : "Der erstellte Text mit Inhalten aus dem Quellmaterial im angegebenen Stil", "Emoji generator" : "Emoji-Generator", "Takes text and generates a representative emoji for it." : "Erstellt aus eingegebenem Text ein repräsentatives Emoji.", "The text to generate an emoji for" : "Der Text aus dem ein Emoji erstellt werden soll", @@ -286,6 +289,9 @@ "How many images to generate" : "Wieviele Bilder erstellt werden sollen", "Output images" : "Ausgegebene Bilder", "The generated images" : "Die erstellten Bilder", + "Free text to text prompt" : "Freie Text-zu-Text-Eingabeaufforderung", + "Runs an arbitrary prompt through a language model that retuns a reply" : "Führt eine beliebige Eingabeaufforderung mit einem Sprachmodell aus, das eine Antwort zurückgibt", + "Describe a task that you want the assistant to do or ask a question" : "Beschreiben Sie eine Aufgabe, die der Assistent erledigen soll, oder stellen Sie eine Frage", "Generated reply" : "Erstellte Antwort", "The generated text from the assistant" : "Der vom Assitenten erstellte Text", "Generate a headline" : "Eine Überschirft erstellen", diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 2488e860af3..00d728b627d 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -159,6 +159,8 @@ OC.L10N.register( "The requested share comes from a disabled user" : "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." : "The user was not created because the user limit has been reached. Check your notifications to learn more.", "Could not find category \"%s\"" : "Could not find category \"%s\"", + "Input text" : "Input text", + "The input text" : "The input text", "Sunday" : "Sunday", "Monday" : "Monday", "Tuesday" : "Tuesday", @@ -262,16 +264,53 @@ OC.L10N.register( "Storage connection error. %s" : "Storage connection error. %s", "Storage is temporarily not available" : "Storage is temporarily not available", "Storage connection timeout. %s" : "Storage connection timeout. %s", + "Transcribe audio" : "Transcribe audio", + "Transcribe the things said in an audio" : "Transcribe the things said in an audio", "Audio input" : "Audio input", + "The audio to transcribe" : "The audio to transcribe", + "Transcription" : "Transcription", + "The transcribed text" : "The transcribed text", + "ContextWrite" : "ContextWrite", "Writes text in a given style based on the provided source material." : "Writes text in a given style based on the provided source material.", "Writing style" : "Writing style", + "Demonstrate a writing style that you would like to immitate" : "Demonstrate a writing style that you would like to immitate", "Source material" : "Source material", + "The content that would like to be rewritten in the new writing style" : "The content that would like to be rewritten in the new writing style", + "Generated text" : "Generated text", + "The generated text with content from the source material in the given style" : "The generated text with content from the source material in the given style", + "Emoji generator" : "Emoji generator", + "Takes text and generates a representative emoji for it." : "Takes text and generates a representative emoji for it.", + "The text to generate an emoji for" : "The text to generate an emoji for", + "Generated emoji" : "Generated emoji", + "The generated emoji based on the input text" : "The generated emoji based on the input text", "Generate image" : "Generate image", + "Generate an image from a text prompt" : "Generate an image from a text prompt", "Prompt" : "Prompt", + "Describe the image you want to generate" : "Describe the image you want to generate", + "Number of images" : "Number of images", + "How many images to generate" : "How many images to generate", + "Output images" : "Output images", + "The generated images" : "The generated images", + "Free text to text prompt" : "Free text to text prompt", + "Runs an arbitrary prompt through a language model that retuns a reply" : "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" : "Describe a task that you want the assistant to do or ask a question", + "Generated reply" : "Generated reply", + "The generated text from the assistant" : "The generated text from the assistant", + "Generate a headline" : "Generate a headline", "Generates a possible headline for a text." : "Generates a possible headline for a text.", + "Original text" : "Original text", + "The original text to generate a headline for" : "The original text to generate a headline for", + "The generated headline" : "The generated headline", "Summarize" : "Summarise", + "Summarizes a text" : "Summarizes a text", + "The original text to summarize" : "The original text to summarize", "Summary" : "Summary", + "The generated summary" : "The generated summary", "Extract topics" : "Extract topics", + "Extracts topics from a text and outputs them separated by commas" : "Extracts topics from a text and outputs them separated by commas", + "The original text to extract topics from" : "The original text to extract topics from", + "Topics" : "Topics", + "The list of extracted topics" : "The list of extracted topics", "Free prompt" : "Free prompt", "Runs an arbitrary prompt through the language model." : "Runs an arbitrary prompt through the language model.", "Generate headline" : "Generate headline", diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 290525f16cd..fa4e258d380 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -157,6 +157,8 @@ "The requested share comes from a disabled user" : "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." : "The user was not created because the user limit has been reached. Check your notifications to learn more.", "Could not find category \"%s\"" : "Could not find category \"%s\"", + "Input text" : "Input text", + "The input text" : "The input text", "Sunday" : "Sunday", "Monday" : "Monday", "Tuesday" : "Tuesday", @@ -260,16 +262,53 @@ "Storage connection error. %s" : "Storage connection error. %s", "Storage is temporarily not available" : "Storage is temporarily not available", "Storage connection timeout. %s" : "Storage connection timeout. %s", + "Transcribe audio" : "Transcribe audio", + "Transcribe the things said in an audio" : "Transcribe the things said in an audio", "Audio input" : "Audio input", + "The audio to transcribe" : "The audio to transcribe", + "Transcription" : "Transcription", + "The transcribed text" : "The transcribed text", + "ContextWrite" : "ContextWrite", "Writes text in a given style based on the provided source material." : "Writes text in a given style based on the provided source material.", "Writing style" : "Writing style", + "Demonstrate a writing style that you would like to immitate" : "Demonstrate a writing style that you would like to immitate", "Source material" : "Source material", + "The content that would like to be rewritten in the new writing style" : "The content that would like to be rewritten in the new writing style", + "Generated text" : "Generated text", + "The generated text with content from the source material in the given style" : "The generated text with content from the source material in the given style", + "Emoji generator" : "Emoji generator", + "Takes text and generates a representative emoji for it." : "Takes text and generates a representative emoji for it.", + "The text to generate an emoji for" : "The text to generate an emoji for", + "Generated emoji" : "Generated emoji", + "The generated emoji based on the input text" : "The generated emoji based on the input text", "Generate image" : "Generate image", + "Generate an image from a text prompt" : "Generate an image from a text prompt", "Prompt" : "Prompt", + "Describe the image you want to generate" : "Describe the image you want to generate", + "Number of images" : "Number of images", + "How many images to generate" : "How many images to generate", + "Output images" : "Output images", + "The generated images" : "The generated images", + "Free text to text prompt" : "Free text to text prompt", + "Runs an arbitrary prompt through a language model that retuns a reply" : "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" : "Describe a task that you want the assistant to do or ask a question", + "Generated reply" : "Generated reply", + "The generated text from the assistant" : "The generated text from the assistant", + "Generate a headline" : "Generate a headline", "Generates a possible headline for a text." : "Generates a possible headline for a text.", + "Original text" : "Original text", + "The original text to generate a headline for" : "The original text to generate a headline for", + "The generated headline" : "The generated headline", "Summarize" : "Summarise", + "Summarizes a text" : "Summarizes a text", + "The original text to summarize" : "The original text to summarize", "Summary" : "Summary", + "The generated summary" : "The generated summary", "Extract topics" : "Extract topics", + "Extracts topics from a text and outputs them separated by commas" : "Extracts topics from a text and outputs them separated by commas", + "The original text to extract topics from" : "The original text to extract topics from", + "Topics" : "Topics", + "The list of extracted topics" : "The list of extracted topics", "Free prompt" : "Free prompt", "Runs an arbitrary prompt through the language model." : "Runs an arbitrary prompt through the language model.", "Generate headline" : "Generate headline", diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 73927b5de56..52d5e642189 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -159,6 +159,8 @@ OC.L10N.register( "The requested share comes from a disabled user" : "O compartilhamento solicitado vem de um usuário desabilitado", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "O usuário não foi criado porque o limite de usuários foi atingido. Confira suas notificações para saber mais.", "Could not find category \"%s\"" : "Impossível localizar a categoria \"%s\"", + "Input text" : "Entrada de texto", + "The input text" : "O texto de entrada", "Sunday" : "Domingo", "Monday" : "Segunda-feira", "Tuesday" : "Terça-feira", @@ -262,16 +264,53 @@ OC.L10N.register( "Storage connection error. %s" : "Erro na conexão de armazenamento. %s", "Storage is temporarily not available" : "Armazenamento temporariamente indisponível", "Storage connection timeout. %s" : "Atingido o tempo limite de conexão ao armazenamento. %s", + "Transcribe audio" : "Transcrever áudio", + "Transcribe the things said in an audio" : "Transcreva as coisas ditas em um áudio", "Audio input" : "Entrada de áudio", + "The audio to transcribe" : "O áudio a ser transcrito", + "Transcription" : "Transcrição", + "The transcribed text" : "O texto transcrito", + "ContextWrite" : "Gravação de Contexto", "Writes text in a given style based on the provided source material." : "Escreve texto em um determinado estilo com base no material de origem fornecido.", "Writing style" : "Estilo de escrita", + "Demonstrate a writing style that you would like to immitate" : "Demonstre um estilo de escrita que você gostaria de imitar", "Source material" : "Material de origem", + "The content that would like to be rewritten in the new writing style" : "O conteúdo que gostaria de ser reescrito no novo estilo de escrita", + "Generated text" : "Texto gerado", + "The generated text with content from the source material in the given style" : "O texto gerado com conteúdo do material de origem no estilo determinado", + "Emoji generator" : "Gerador de emojis", + "Takes text and generates a representative emoji for it." : "Pega texto e gera um emoji representativo para ele.", + "The text to generate an emoji for" : "O texto para gerar um emoji para", + "Generated emoji" : "Emoji gerado", + "The generated emoji based on the input text" : "O emoji gerado com base no texto de entrada", "Generate image" : "Gerar imagem", + "Generate an image from a text prompt" : "Gere uma imagem a partir de um prompt de texto", "Prompt" : "Pronto", + "Describe the image you want to generate" : "Descreva a imagem que você deseja gerar", + "Number of images" : "Número de imagens", + "How many images to generate" : "Quantas imagens gerar", + "Output images" : "Imagens de saída", + "The generated images" : "As imagens geradas", + "Free text to text prompt" : "Texto livre para prompt de texto", + "Runs an arbitrary prompt through a language model that retuns a reply" : "Executa um prompt arbitrário através de um modelo de linguagem que retorna uma resposta", + "Describe a task that you want the assistant to do or ask a question" : "Descreva uma tarefa que você deseja que o assistente execute ou faça uma pergunta", + "Generated reply" : "Resposta gerada", + "The generated text from the assistant" : "O texto gerado do assistente", + "Generate a headline" : "Gere um título", "Generates a possible headline for a text." : "Gera um título possível para um texto.", + "Original text" : "Texto original", + "The original text to generate a headline for" : "O texto original para gerar um título para", + "The generated headline" : "O título gerado", "Summarize" : "Resumir", + "Summarizes a text" : "Resumir um texto", + "The original text to summarize" : "O texto original para resumir", "Summary" : "Resumo", + "The generated summary" : "O resumo gerado", "Extract topics" : "Extrair tópicos", + "Extracts topics from a text and outputs them separated by commas" : "Extrai tópicos de um texto e os exibe separados por vírgulas", + "The original text to extract topics from" : "O texto original para extrair tópicos de", + "Topics" : "Tópicos", + "The list of extracted topics" : "A lista de tópicos extraídos", "Free prompt" : "Solicitação gratuita", "Runs an arbitrary prompt through the language model." : "Executa um prompt arbitrário por meio do modelo de idioma.", "Generate headline" : "Gerar título", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index a4954de3e16..6b46c4f2a39 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -157,6 +157,8 @@ "The requested share comes from a disabled user" : "O compartilhamento solicitado vem de um usuário desabilitado", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "O usuário não foi criado porque o limite de usuários foi atingido. Confira suas notificações para saber mais.", "Could not find category \"%s\"" : "Impossível localizar a categoria \"%s\"", + "Input text" : "Entrada de texto", + "The input text" : "O texto de entrada", "Sunday" : "Domingo", "Monday" : "Segunda-feira", "Tuesday" : "Terça-feira", @@ -260,16 +262,53 @@ "Storage connection error. %s" : "Erro na conexão de armazenamento. %s", "Storage is temporarily not available" : "Armazenamento temporariamente indisponível", "Storage connection timeout. %s" : "Atingido o tempo limite de conexão ao armazenamento. %s", + "Transcribe audio" : "Transcrever áudio", + "Transcribe the things said in an audio" : "Transcreva as coisas ditas em um áudio", "Audio input" : "Entrada de áudio", + "The audio to transcribe" : "O áudio a ser transcrito", + "Transcription" : "Transcrição", + "The transcribed text" : "O texto transcrito", + "ContextWrite" : "Gravação de Contexto", "Writes text in a given style based on the provided source material." : "Escreve texto em um determinado estilo com base no material de origem fornecido.", "Writing style" : "Estilo de escrita", + "Demonstrate a writing style that you would like to immitate" : "Demonstre um estilo de escrita que você gostaria de imitar", "Source material" : "Material de origem", + "The content that would like to be rewritten in the new writing style" : "O conteúdo que gostaria de ser reescrito no novo estilo de escrita", + "Generated text" : "Texto gerado", + "The generated text with content from the source material in the given style" : "O texto gerado com conteúdo do material de origem no estilo determinado", + "Emoji generator" : "Gerador de emojis", + "Takes text and generates a representative emoji for it." : "Pega texto e gera um emoji representativo para ele.", + "The text to generate an emoji for" : "O texto para gerar um emoji para", + "Generated emoji" : "Emoji gerado", + "The generated emoji based on the input text" : "O emoji gerado com base no texto de entrada", "Generate image" : "Gerar imagem", + "Generate an image from a text prompt" : "Gere uma imagem a partir de um prompt de texto", "Prompt" : "Pronto", + "Describe the image you want to generate" : "Descreva a imagem que você deseja gerar", + "Number of images" : "Número de imagens", + "How many images to generate" : "Quantas imagens gerar", + "Output images" : "Imagens de saída", + "The generated images" : "As imagens geradas", + "Free text to text prompt" : "Texto livre para prompt de texto", + "Runs an arbitrary prompt through a language model that retuns a reply" : "Executa um prompt arbitrário através de um modelo de linguagem que retorna uma resposta", + "Describe a task that you want the assistant to do or ask a question" : "Descreva uma tarefa que você deseja que o assistente execute ou faça uma pergunta", + "Generated reply" : "Resposta gerada", + "The generated text from the assistant" : "O texto gerado do assistente", + "Generate a headline" : "Gere um título", "Generates a possible headline for a text." : "Gera um título possível para um texto.", + "Original text" : "Texto original", + "The original text to generate a headline for" : "O texto original para gerar um título para", + "The generated headline" : "O título gerado", "Summarize" : "Resumir", + "Summarizes a text" : "Resumir um texto", + "The original text to summarize" : "O texto original para resumir", "Summary" : "Resumo", + "The generated summary" : "O resumo gerado", "Extract topics" : "Extrair tópicos", + "Extracts topics from a text and outputs them separated by commas" : "Extrai tópicos de um texto e os exibe separados por vírgulas", + "The original text to extract topics from" : "O texto original para extrair tópicos de", + "Topics" : "Tópicos", + "The list of extracted topics" : "A lista de tópicos extraídos", "Free prompt" : "Solicitação gratuita", "Runs an arbitrary prompt through the language model." : "Executa um prompt arbitrário por meio do modelo de idioma.", "Generate headline" : "Gerar título", 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" : "産生標題", diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index 8208ecc7ae6..a843856771f 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -157,6 +157,8 @@ "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" : "星期二", @@ -260,16 +262,53 @@ "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" : "産生標題", 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" : "產生標題", diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index 44e7e4da81c..bedcfb1f134 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -157,6 +157,8 @@ "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" : "週二", @@ -260,16 +262,53 @@ "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" : "產生標題", |