nextcloud/settings/l10n/pt_BR.php

74 lines
5.5 KiB
PHP

<?php $TRANSLATIONS = array(
"Unable to load list from App Store" => "Não foi possivel carregar lista da App Store",
"Authentication error" => "erro de autenticação",
"Group already exists" => "Grupo já existe",
"Unable to add group" => "Não foi possivel adicionar grupo",
"Could not enable app. " => "Não pôde habilitar aplicação",
"Email saved" => "Email gravado",
"Invalid email" => "Email inválido",
"OpenID Changed" => "Mudou OpenID",
"Invalid request" => "Pedido inválido",
"Unable to delete group" => "Não foi possivel remover grupo",
"Unable to delete user" => "Não foi possivel remover usuário",
"Language changed" => "Mudou Idioma",
"Unable to add user to group %s" => "Não foi possivel adicionar usuário ao grupo %s",
"Unable to remove user from group %s" => "Não foi possivel remover usuário ao grupo %s",
"Disable" => "Desabilitado",
"Enable" => "Habilitado",
"Saving..." => "Gravando...",
"__language_name__" => "Português",
"Security Warning" => "Aviso de Segurança",
"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Seu diretório de dados e seus arquivos estão, provavelmente, acessíveis a partir da internet. O .htaccess que o ownCloud fornece não está funcionando. Nós sugerimos que você configure o seu servidor web de uma forma que o diretório de dados esteja mais acessível ou que você mova o diretório de dados para fora da raiz do servidor web.",
"Cron" => "Cron",
"Execute one task with each page loaded" => "Executa uma tarefa com cada página carregada",
"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php está registrado no serviço webcron. Chama a página cron.php na raíz do owncloud uma vez por minuto via http.",
"Use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Usa o serviço cron do sistema. Chama o arquivo cron.php na pasta do owncloud através do cronjob do sistema uma vez a cada minuto.",
"Sharing" => "Compartilhamento",
"Enable Share API" => "Habilitar API de Compartilhamento",
"Allow apps to use the Share API" => "Permitir aplicações a usar a API de Compartilhamento",
"Allow links" => "Permitir links",
"Allow users to share items to the public with links" => "Permitir usuários a compartilhar itens para o público com links",
"Allow resharing" => "Permitir re-compartilhamento",
"Allow users to share items shared with them again" => "Permitir usuário a compartilhar itens compartilhados com eles novamente",
"Allow users to share with anyone" => "Permitir usuários a compartilhar com qualquer um",
"Allow users to only share with users in their groups" => "Permitir usuários a somente compartilhar com usuários em seus respectivos grupos",
"Log" => "Log",
"More" => "Mais",
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desenvolvido pela <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o <a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está licenciado sob <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Adicione seu Aplicativo",
"More Apps" => "Mais Apps",
"Select an App" => "Selecione uma Aplicação",
"See application page at apps.owncloud.com" => "Ver página do aplicativo em apps.owncloud.com",
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licenciado por <span class=\"author\"></span>",
"Documentation" => "Documentação",
"Managing Big Files" => "Gerênciando Arquivos Grandes",
"Ask a question" => "Faça uma pergunta",
"Problems connecting to help database." => "Problemas ao conectar na base de dados.",
"Go there manually." => "Ir manualmente.",
"Answer" => "Resposta",
"You have used <strong>%s</strong> of the available <strong>%s<strong>" => "Você usou <strong>%s</strong> do espaço disponível de <strong>%s</strong> ",
"Desktop and Mobile Syncing Clients" => "Sincronizando Desktop e Mobile",
"Download" => "Download",
"Your password was changed" => "Sua senha foi alterada",
"Unable to change your password" => "Não é possivel alterar a sua senha",
"Current password" => "Senha atual",
"New password" => "Nova senha",
"show" => "mostrar",
"Change password" => "Alterar senha",
"Email" => "Email",
"Your email address" => "Seu endereço de email",
"Fill in an email address to enable password recovery" => "Preencha um endereço de email para habilitar a recuperação de senha",
"Language" => "Idioma",
"Help translate" => "Ajude a traduzir",
"use this address to connect to your ownCloud in your file manager" => "use este endereço para se conectar ao seu ownCloud no seu gerenciador de arquvos",
"Name" => "Nome",
"Password" => "Senha",
"Groups" => "Grupos",
"Create" => "Criar",
"Default Quota" => "Quota Padrão",
"Other" => "Outro",
"Group Admin" => "Grupo Administrativo",
"Quota" => "Cota",
"Delete" => "Apagar"
);