diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-03-10 02:18:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-03-10 02:18:13 +0000 |
commit | acbe08cd406412183f5d5a55627404d5f1a3a862 (patch) | |
tree | 93af6782e8772db5c857bc9d583eb8de5a2e6965 /apps/files/l10n/pt_BR.js | |
parent | 0d613cd2f03e7d683a782fbb161026db6e4cb3d1 (diff) | |
download | nextcloud-server-acbe08cd406412183f5d5a55627404d5f1a3a862.tar.gz nextcloud-server-acbe08cd406412183f5d5a55627404d5f1a3a862.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/pt_BR.js')
-rw-r--r-- | apps/files/l10n/pt_BR.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 10c8b65f90b..3e005409bcd 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -158,7 +158,6 @@ OC.L10N.register( "Transfer {path} to {userid}" : "Transferir {path} para {userid}", "Invalid path selected" : "Caminho inválido selecionado", "Ownership transfer request sent" : "Solicitação de transferência de propriedade enviada", - "Cannot transfter ownership of a file or folder you don't own" : "Não é possível transferir a propriedade de um arquivo ou pasta que você não é o dono", "Tags" : "Etiquetas", "Error while loading the file data" : "Erro ao carregar os dados do arquivo", "Unable to change the favourite state of the file" : "Não foi possível alterar o estado favorito do arquivo", @@ -188,6 +187,7 @@ OC.L10N.register( "Text file" : "Arquivo texto", "New text file.txt" : "Novo texto file.txt", "%s of %s used" : "%s de %s usado", - "%1$s%% of %2$s used" : "%1$s%% de %2$s usados" + "%1$s%% of %2$s used" : "%1$s%% de %2$s usados", + "Cannot transfter ownership of a file or folder you don't own" : "Não é possível transferir a propriedade de um arquivo ou pasta que você não é o dono" }, "nplurals=2; plural=(n > 1);"); |