diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-08-17 00:08:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-08-17 00:08:14 +0000 |
commit | 0ceb06fde5d9052285f636d5d9d4329e68d04a0a (patch) | |
tree | 394b7df245c33615e224ae5f6c213062370174a3 /apps/files_external/l10n/pt_BR.js | |
parent | fff192f78fa9672648ffb1226b682e685f784c5a (diff) | |
download | nextcloud-server-0ceb06fde5d9052285f636d5d9d4329e68d04a0a.tar.gz nextcloud-server-0ceb06fde5d9052285f636d5d9d4329e68d04a0a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/pt_BR.js')
-rw-r--r-- | apps/files_external/l10n/pt_BR.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_external/l10n/pt_BR.js b/apps/files_external/l10n/pt_BR.js index 3b1897ee3f2..1cfcd9408a9 100644 --- a/apps/files_external/l10n/pt_BR.js +++ b/apps/files_external/l10n/pt_BR.js @@ -1,18 +1,15 @@ OC.L10N.register( "files_external", { - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Falha ao obter tokens de solicitação. Verifique se sua chave de aplicativo e segurança estão corretos.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Falha ao obter tokens de solicitação. Verifique se sua chave de aplicativo e segurança estão corretos.", - "Please provide a valid app key and secret." : "Por favor forneça uma chave de aplicativo e segurança válidos.", "Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s", "Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s", "External storages" : "Armazenamentos externos", - "Dropbox App Configuration" : "Configuração do Aplicativo Dropbox", "Google Drive App Configuration" : "Configuração do Aplicativo Google Drive", "Personal" : "Pessoal", "System" : "Sistema", "Grant access" : "Garantir acesso", "Error configuring OAuth1" : "Erro configurando OAuth1", + "Please provide a valid app key and secret." : "Por favor forneça uma chave de aplicativo e segurança válidos.", "Error configuring OAuth2" : "Erro configurando OAuth2", "Generate keys" : "Gerar chaves", "Error generating key pair" : "Erro ao gerar o par de chaves", @@ -83,7 +80,6 @@ OC.L10N.register( "URL" : "URL", "Remote subfolder" : "Subpasta remota", "Secure https://" : "https:// seguro", - "Dropbox" : "Dropbox", "FTP" : "FTP", "Host" : "Host", "Secure ftps://" : "ftps:// seguro", @@ -126,7 +122,11 @@ OC.L10N.register( "Delete" : "Excluir", "Allow users to mount external storage" : "Permitir que usuários montem armazenamento externo", "Allow users to mount the following external storage" : "Permitir que usuários montem o seguinte armazenamento externo", + "Fetching request tokens failed. Verify that your app key and secret are correct." : "Falha ao obter tokens de solicitação. Verifique se sua chave de aplicativo e segurança estão corretos.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Falha ao obter tokens de solicitação. Verifique se sua chave de aplicativo e segurança estão corretos.", + "Dropbox App Configuration" : "Configuração do Aplicativo Dropbox", "Storage with id \"%i\" not found" : "Armazenamento com ID \"%i\" não encontrado", - "Storage with id \"%i\" is not user editable" : "Armazenamento com ID \"%i\" não é editável pelo usuário" + "Storage with id \"%i\" is not user editable" : "Armazenamento com ID \"%i\" não é editável pelo usuário", + "Dropbox" : "Dropbox" }, "nplurals=2; plural=(n > 1);"); |