diff options
Diffstat (limited to 'lib/l10n/pt_BR.js')
-rw-r--r-- | lib/l10n/pt_BR.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 77971fe196d..6b396edfead 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -296,6 +296,7 @@ OC.L10N.register( "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 returns a reply" : "Usa um modelo de linguagem para gerar uma resposta a partir de um prompt.", "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", @@ -339,8 +340,15 @@ OC.L10N.register( "Topics" : "Tópicos", "The list of extracted topics" : "A lista de tópicos extraídos", "Translate" : "Traduzir", + "Translate text from one language to another" : "Traduzir o texto de um idioma para outro", + "Origin text" : "Texto original", + "The text to translate" : "O texto a ser traduzido", + "Origin language" : "Idioma original", + "The language of the origin text" : "O idioma do texto original", "Target language" : "Target language", + "The desired language to translate the origin text in" : "O idioma definido para traduzir o texto original", "Result" : "Resultado", + "The translated text" : "O texto traduzido", "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", |