diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-04-03 02:26:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-04-03 02:26:56 +0000 |
commit | 17222eb55975cffbb5175e4642f21e222726711e (patch) | |
tree | 1cf34d2d82873c1693fe2682797c3c9407d7afd9 /apps/files_sharing/l10n/pt_BR.js | |
parent | b914e657ef712b08124fb65047adeb30a5c3cbcf (diff) | |
download | nextcloud-server-17222eb55975cffbb5175e4642f21e222726711e.tar.gz nextcloud-server-17222eb55975cffbb5175e4642f21e222726711e.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/pt_BR.js')
-rw-r--r-- | apps/files_sharing/l10n/pt_BR.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 963ba85fa8b..73194661c8b 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -122,6 +122,7 @@ OC.L10N.register( "Could not lock node" : "Não foi possível bloquear o nó", "Could not lock path" : "Não foi possível bloquear o caminho", "Wrong or no update parameter given" : "O parâmetro da atualização fornecido está errado ou não existe", + "Share must at least have READ or CREATE permissions" : "O compartilhamento deve ter pelo menos permissões de LER ou CRIAR", "\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "O \"envio da senha pelo Bate Papo Nextcloud\" para compartilhar um arquivo ou pasta falhou porque o Bate Papo Nextcloud não está habilitado. ", "shared by %s" : "compartilhado por %s", "Download all files" : "Baixar todos os arquivos", @@ -150,6 +151,11 @@ OC.L10N.register( "Read only" : "Somente leitura", "Allow upload and editing" : "Permitir envio e edição", "File drop (upload only)" : "Soltar arquivo (somente envio)", + "Custom permissions" : "Permissões personalizadas", + "Read" : "Leitura", + "Upload" : "Enviar", + "Edit" : "Editar", + "Bundled permissions" : "Permissões agrupadas", "Allow creating" : "Permitir criar", "Allow deleting" : "Permitir excluir", "Allow resharing" : "Permitir recompartilhar", |