diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/pt_BR.js | 3 | ||||
-rw-r--r-- | lib/l10n/pt_BR.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 42acfa21733..0c2fefa052f 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -101,6 +101,7 @@ OC.L10N.register( "Invalid path" : "Diretório inválido", "Failed to create file from template" : "Falha ao criar arquivo do modelo ", "Templates" : "Modelos ", + "Storage %s cannot be moved" : "O armazenamento %s não pode ser movido", "Moving a share (%s) into another share (%s) is not allowed" : "Não é permitido mover um compartilhamento (%s) para outro compartilhamento (%s)", "Moving a share (%s) into another storage (%s) is not allowed" : "Não é permitido mover um compartilhamento (%s) para outro armazenamento (%s)", "Moving a storage (%s) into a share (%s) is not allowed" : "Não é permitido mover um armazenamento (%s) para compartilhamento (%s)", @@ -357,6 +358,8 @@ OC.L10N.register( "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", + "Change Tone" : "Mudar o tom", + "Desired tone" : "Tom desejado", "Chat" : "Conversa", "Chat with the assistant" : "Converse com o assistente", "System prompt" : "Prompt do sistema", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index 5f6fe435b87..f78d6db47ec 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -99,6 +99,7 @@ "Invalid path" : "Diretório inválido", "Failed to create file from template" : "Falha ao criar arquivo do modelo ", "Templates" : "Modelos ", + "Storage %s cannot be moved" : "O armazenamento %s não pode ser movido", "Moving a share (%s) into another share (%s) is not allowed" : "Não é permitido mover um compartilhamento (%s) para outro compartilhamento (%s)", "Moving a share (%s) into another storage (%s) is not allowed" : "Não é permitido mover um compartilhamento (%s) para outro armazenamento (%s)", "Moving a storage (%s) into a share (%s) is not allowed" : "Não é permitido mover um armazenamento (%s) para compartilhamento (%s)", @@ -355,6 +356,8 @@ "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", + "Change Tone" : "Mudar o tom", + "Desired tone" : "Tom desejado", "Chat" : "Conversa", "Chat with the assistant" : "Converse com o assistente", "System prompt" : "Prompt do sistema", |