diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-29 01:06:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-29 01:06:47 +0000 |
commit | e8ea9a5d276369c83d98ba4efe9bc969d06a9148 (patch) | |
tree | c2e1d255a435f813f412319a83cf19d5f9cb578a /apps/files/l10n/pt_BR.js | |
parent | ee0bb6e17b0105655af5364305f74f394ec0632c (diff) | |
download | nextcloud-server-e8ea9a5d276369c83d98ba4efe9bc969d06a9148.tar.gz nextcloud-server-e8ea9a5d276369c83d98ba4efe9bc969d06a9148.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/pt_BR.js')
-rw-r--r-- | apps/files/l10n/pt_BR.js | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 6e3b1525982..518e72c5fa3 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -76,32 +76,17 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "Favorito", "Favorite" : "Favorito", + "Copy local link" : "Copiar link local", "Folder" : "Pasta", "New folder" : "Nova pasta", "Upload" : "Enviar", "An error occurred while trying to update the tags" : "Ocorreu um erro enquanto tentava atualizar as etiquetas", "File changes" : "Alterações do arquivo", - "Changed by %2$s" : "Modificado por %2$s", - "Deleted by %2$s" : "Excluído por %2$s", - "Restored by %2$s" : "Restaurado por %2$s", - "Renamed by %2$s" : "Renomeado por %2$s", - "Moved by %2$s" : "Movido por %2$s", - "You created %1$s" : "Você criou %1$s", - "%2$s created %1$s" : "%2$s criou %1$s", - "%1$s was created in a public folder" : "%1$s foi criado em uma pasta pública", - "You changed %1$s" : "Você modificou %1$s", - "%2$s changed %1$s" : "%2$s modificou %1$s", - "You deleted %1$s" : "Você excluiu %1$s ", - "%2$s deleted %1$s" : "%2$s excluiu %1$s", - "You restored %1$s" : "Você restaurou %1$s", - "%2$s restored %1$s" : "%2$s restaurou %1$s", - "You renamed %2$s to %1$s" : "Voce renomeou %2$s para %1$s", - "%2$s renamed %3$s to %1$s" : "%2$s renomeado %3$s para %1$s", - "You moved %2$s to %1$s" : "Você moveu %2$s para %1$s", - "%2$s moved %3$s to %1$s" : "%2$s moveu %3$s para %1$s", "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Um arquivo ou pasta foi <strong>alterado</strong> ou <strong>renomeado</strong>", "A new file or folder has been <strong>created</strong>" : "Um novo arquivo ou pasta foi <strong>criado</strong>", + "A new file or folder has been <strong>deleted</strong>" : "Um novo arquivo ou pasta foi <strong> deletado </strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limite de notificações sobre a criação e alterações em seus <strong>arquivos favoritos</strong> <em>(apenas Stream)</em>", + "A new file or folder has been <strong>restored</strong>" : "Um novo arquivo ou pasta foi <strong> recuperado </strong>", "Upload (max. %s)" : "Envio (max. %s)", "File handling" : "Tratamento de arquivo", "Maximum upload size" : "Tamanho máximo para envio", @@ -153,6 +138,18 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "Um arquivo ou pasta foi <strong>modificado</strong>", "A file or folder has been <strong>deleted</strong>" : "Um arquivo ou pasta foi <strong>excluído</strong>", "A file or folder has been <strong>restored</strong>" : "Um arquivo ou pasta foi <strong>restaurado</strong>", + "You created %1$s" : "Você criou %1$s", + "%2$s created %1$s" : "%2$s criou %1$s", + "%1$s was created in a public folder" : "%1$s foi criado em uma pasta pública", + "You changed %1$s" : "Você modificou %1$s", + "%2$s changed %1$s" : "%2$s modificou %1$s", + "You deleted %1$s" : "Você excluiu %1$s ", + "%2$s deleted %1$s" : "%2$s excluiu %1$s", + "You restored %1$s" : "Você restaurou %1$s", + "%2$s restored %1$s" : "%2$s restaurou %1$s", + "Changed by %2$s" : "Modificado por %2$s", + "Deleted by %2$s" : "Excluído por %2$s", + "Restored by %2$s" : "Restaurado por %2$s", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Use este endereço para <a href=\"%s\" target=\"_blank\">acessar seus arquivos via WebDAV</a>", "Cancel upload" : "Cancelar envio" }, |