diff options
Diffstat (limited to 'core/l10n/pt_BR.js')
-rw-r--r-- | core/l10n/pt_BR.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 2bbbdecf8dc..a8dfcbed277 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -39,10 +39,11 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Clique no botão abaixo para redefinir sua senha. Se você não solicitou isso, ignore este e-mail.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Clique no link abaixo para redefinir sua senha. Se você não solicitou isso, ignore este e-mail.", "Reset your password" : "Redefinir sua senha", - "Requested task type does not exist" : "O tipo de tarefa solicitada não existe", - "Necessary language model provider is not available" : "O provedor de modelo de idioma necessário não está disponível", "Task not found" : "Tarefa não encontrada", "Internal error" : "Erro interno", + "Not found" : "Não encontrado", + "Requested task type does not exist" : "O tipo de tarefa solicitada não existe", + "Necessary language model provider is not available" : "O provedor de modelo de idioma necessário não está disponível", "No text to image provider is available" : "Nenhum provedor de texto para imagem está disponível", "Image not found" : "Imagem não encontrada", "No translation provider available" : "Nenhum provedor de tradução disponível", @@ -117,8 +118,7 @@ OC.L10N.register( "Wrong login or password." : "Login ou senha incorretos.", "This account is disabled" : "Essa conta está desativada", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Detectamos várias tentativas de login inválidas de seu IP. Portanto, seu próximo login será desacelerado em até 30 segundos.", - "Login with username or email" : "Faça login com nome de usuário ou e-mail", - "Login with username" : "Faça login com nome de usuário", + "Account name or email" : "Nome da conta ou e-mail", "Log in with a device" : "Logar-se com um dispositivo", "Login or email" : "Login ou e-mail", "Your account is not setup for passwordless login." : "Sua conta não está configurada para login sem senha.", @@ -190,7 +190,6 @@ OC.L10N.register( "This year" : "Este ano", "Last year" : "Último ano", "Search people" : "Procure pessoas", - "Not found" : "Não encontrado", "People" : "Pessoas", "Filter in current view" : "Filtrar na visualização atual", "Search in" : "Procurar em", @@ -425,7 +424,6 @@ OC.L10N.register( "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "O cabeçalho HTTP \"{header}\" não está definido para \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ou \"{val5}\". Isso pode vazar informações de referer. Veja {linkstart}Recomendações W3C ↗{linkend}.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para pelo menos \"{seconds}\" seguntos. Para maior segurança, é recomendável habilitar o HSTS conforme descrito nas {linkstart}dicas de segurança ↗{linkend}.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!", - "Account name or email" : "Nome da conta ou e-mail", "Wrong username or password." : "Senha ou nome de usuário incorretos.", "User disabled" : "Usuário desativado", "Username or email" : "Nome de usuário ou e-mail", @@ -465,6 +463,8 @@ OC.L10N.register( "App token" : "Token de aplicativo", "Alternative log in using app token" : "Login alternativo usando token de aplicativo", "Please use the command line updater because you have a big instance with more than 50 users." : "Use o atualizador pela linha de comando pois você tem uma grande instalação com mais de 50 usuários", + "Login with username or email" : "Faça login com nome de usuário ou e-mail", + "Login with username" : "Faça login com nome de usuário", "Apps and Settings" : "Apps e Configurações" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |