Skip to content

Commit f5e4185

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 0051c8e commit f5e4185

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

l10n/pt_BR.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ OC.L10N.register(
188188
"AI Providers need to be installed to use the Assistant" : "Os provedores de IA precisam ser instalados para usar o Assistente",
189189
"Assistant options saved" : "Opções do Assistente salvas",
190190
"Failed to save assistant options" : "Falha ao salvar as opções do assistente",
191+
"Auto-play audio chat responses" : "Reproduzir automaticamente as respostas do bate-papo de áudio",
191192
"Enable AI image generation in smart picker" : "Ativar geração de imagens por IA no seletor inteligente",
192193
"Enable AI transcription in smart picker" : "Ativar transcrição por IA no seletor inteligente",
193194
"No suitable providers are available. They must first be enabled by your administrator." : "Não há provedores adequados disponíveis. Primeiro, eles devem ser ativados por seu administrador.",
@@ -262,6 +263,7 @@ OC.L10N.register(
262263
"Please inform the server administrators of this issue." : "Informe os administradores do servidor sobre este problema.",
263264
"Assistant error" : "Erro do assistente",
264265
"Please log in to view the task result" : "Faça login para ver o resultado da tarefa",
265-
"This task does not exist or has been cleaned up" : "Esta tarefa não existe ou foi limpa"
266+
"This task does not exist or has been cleaned up" : "Esta tarefa não existe ou foi limpa",
267+
"Assistant failed to schedule your task" : "O assistente não conseguiu agendar sua tarefa"
266268
},
267269
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

l10n/pt_BR.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
"AI Providers need to be installed to use the Assistant" : "Os provedores de IA precisam ser instalados para usar o Assistente",
187187
"Assistant options saved" : "Opções do Assistente salvas",
188188
"Failed to save assistant options" : "Falha ao salvar as opções do assistente",
189+
"Auto-play audio chat responses" : "Reproduzir automaticamente as respostas do bate-papo de áudio",
189190
"Enable AI image generation in smart picker" : "Ativar geração de imagens por IA no seletor inteligente",
190191
"Enable AI transcription in smart picker" : "Ativar transcrição por IA no seletor inteligente",
191192
"No suitable providers are available. They must first be enabled by your administrator." : "Não há provedores adequados disponíveis. Primeiro, eles devem ser ativados por seu administrador.",
@@ -260,6 +261,7 @@
260261
"Please inform the server administrators of this issue." : "Informe os administradores do servidor sobre este problema.",
261262
"Assistant error" : "Erro do assistente",
262263
"Please log in to view the task result" : "Faça login para ver o resultado da tarefa",
263-
"This task does not exist or has been cleaned up" : "Esta tarefa não existe ou foi limpa"
264+
"This task does not exist or has been cleaned up" : "Esta tarefa não existe ou foi limpa",
265+
"Assistant failed to schedule your task" : "O assistente não conseguiu agendar sua tarefa"
264266
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
265267
}

0 commit comments

Comments
 (0)