diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files_external/l10n/pt_BR.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files_external/l10n/pt_BR.js')
-rw-r--r-- | apps/files_external/l10n/pt_BR.js | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/apps/files_external/l10n/pt_BR.js b/apps/files_external/l10n/pt_BR.js new file mode 100644 index 00000000000..e9ec582e182 --- /dev/null +++ b/apps/files_external/l10n/pt_BR.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "A busca de fichas de solicitação falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "A busca de tokens de acesso falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", + "Please provide a valid Dropbox app key and secret." : "Por favor forneça uma chave de aplicativo e segurança válidos para o Dropbox", + "Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s", + "Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s", + "External storage" : "Armazenamento Externo", + "Local" : "Local", + "Location" : "Localização", + "Amazon S3" : "Amazon S3", + "Key" : "Chave", + "Secret" : "Segredo", + "Bucket" : "Cesta", + "Amazon S3 and compliant" : "Amazon S3 e compatível", + "Access Key" : "Chave de Acesso", + "Secret Key" : "Chave Secreta", + "Hostname" : "Nome do Host", + "Port" : "Porta", + "Region" : "Região", + "Enable SSL" : "Habilitar SSL", + "Enable Path Style" : "Habilitar Estilo do Caminho", + "App key" : "Chave do Aplicativo", + "App secret" : "Segredo da Aplicação", + "Host" : "Host", + "Username" : "Nome de Usuário", + "Password" : "Senha", + "Root" : "Raiz", + "Secure ftps://" : "Seguro ftps://", + "Client ID" : "ID do Cliente", + "Client secret" : "Segredo do cliente", + "OpenStack Object Storage" : "Armazenamento de Objetos OpenStack", + "Region (optional for OpenStack Object Storage)" : "Região (opcional para armazenamento de objetos OpenStack)", + "API Key (required for Rackspace Cloud Files)" : "Chave API (necessário para Rackspace Cloud File)", + "Tenantname (required for OpenStack Object Storage)" : "Nome Tenant (necessário para armazenamento de objetos OpenStack)", + "Password (required for OpenStack Object Storage)" : "Senha (necessário para armazenamento de objetos OpenStack)", + "Service Name (required for OpenStack Object Storage)" : "Nome do Serviço (necessário para armazenamento de objetos OpenStack)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "Ponto final de identidade da URL (obrigatório para armazenamento de objetos OpenStack)", + "Timeout of HTTP requests in seconds" : "Tempo de vencimento do pedido HTTP em segundos", + "Share" : "Compartilhar", + "SMB / CIFS using OC login" : "SMB / CIFS usando OC login", + "Username as share" : "Nome de usuário como compartilhado", + "URL" : "URL", + "Secure https://" : "https:// segura", + "Remote subfolder" : "Subpasta remota", + "Access granted" : "Acesso concedido", + "Error configuring Dropbox storage" : "Erro ao configurar armazenamento do Dropbox", + "Grant access" : "Permitir acesso", + "Error configuring Google Drive storage" : "Erro ao configurar armazenamento do Google Drive", + "Personal" : "Pessoal", + "System" : "Sistema", + "All users. Type to select user or group." : "Todos os usuários. Digite para selecionar usuário ou grupo.", + "(group)" : "(grupo)", + "Saved" : "Salvo", + "<b>Note:</b> " : "<b>Nota:</b>", + " and " : "e", + "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> O suporte cURL do PHP não está habilitado ou instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", + "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> O suporte FTP no PHP não está habilitado ou instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", + "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" não está instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", + "You don't have any external storages" : "Você não tem nenhuma armazenamento externa", + "Name" : "Nome", + "Storage type" : "Tipo de armazenamento", + "Scope" : "Escopo", + "External Storage" : "Armazenamento Externo", + "Folder name" : "Nome da pasta", + "Configuration" : "Configuração", + "Available for" : "Disponível para", + "Add storage" : "Adicionar Armazenamento", + "Delete" : "Excluir", + "Enable User External Storage" : "Habilitar Armazenamento Externo do Usuário", + "Allow users to mount the following external storage" : "Permitir que usuários montem o seguinte armazenamento externo" +}, +"nplurals=2; plural=(n > 1);"); |