Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt_BR.js « l10n - github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62b6213fb58d447048bb79d3a2f8cf3699436887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
OC.L10N.register(
    "twofactor_u2f",
    {
    "You added an U2F hardware token" : "Você adicionou um token de hardware U2F",
    "You removed an U2F hardware token" : "Você excluiu um token de hardware U2F",
    "U2F disabled by an admin" : "U2F desativado pelo administrador",
    "U2F device" : "Dispositivo U2F",
    "Authenticate with an U2F device" : "Autenticar com um dispositivo U2F",
    "⚠️ Deprecated ⚠️ Two-Factor U2F" : "⚠️ Obsoleto ⚠️ Dois-Fatores U2F",
    "U2F two-factor provider (deprecated)" : "Provedor de dois fatores U2F (obsoleto)",
    "Deprecated two-factor provider for U2F devices. The Two-Factor WebAuthn provider replaces this app." : "Provedor de dois fatores obsoleto para dispositivos U2F. O provedor Two-Factor WebAuthn substitui este aplicativo.",
    "Add U2F device" : "Adicionar dispositivo U2F",
    "Please plug in your U2F device and press the device button to authorize." : "Por favor, conecte seu dispositivo U2F e pressione o botão do dispositivo para autorizar.",
    "Name your device" : "Nomeie seu dispositivo",
    "Add" : "Adicionar",
    "Adding your device …" : "Adicionando seu dispositivo...",
    "Server error while trying to add U2F device" : "Erro de servidor ao tentar adicionar o dispositivo U2F",
    "U2F device is already registered (error code {errorCode})" : "O dispositivo U2F já está registrado (código de erro {errorCode})",
    "U2F device registration timeout reached (error code {errorCode})" : "Tempo limite de registro do dispositivo U2F atingido (código de erro {errorCode})",
    "U2F device registration failed (error code {errorCode})" : "Falha no registro do dispositivo U2F (código de erro {errorCode})",
    "Server error while trying to complete U2F device registration" : "Erro de servidor ao tentar concluir o registro do dispositivo U2F",
    "An error occurred: {msg}" : "Ocorreu um erro: {msg}",
    "Retry" : "Retentar",
    "Plug in your U2F device and press the device button to authorize." : "Abra seu dispositivo U2F e pressione autorize.",
    "An error occurred. Please try again." : "Ocorreu um erro. Tente novamente.",
    "Your browser does not support U2F." : "Seu navegador não suporta U2F.",
    "Please use an up-to-date browser that supports U2F devices, such as Chrome, Edge, Firefox, Opera or Safari." : "Use um navegador atualizado que suporte dispositivos U2F, como Chrome, Edge, Firefox, Opera ou Safari.",
    "You are accessing this site via an insecure connection. Browsers might therefore refuse the U2F authentication." : "Você está acessando este site por meio de uma conexão insegura. Portanto, os navegadores podem recusar a autenticação U2F.",
    "Unnamed device" : "Dispositivo sem nome",
    "Remove" : "Remover",
    "No U2F devices configured. You are not using U2F as second factor at the moment." : "Nenhum dispositivo U2F configurado. Você não está usando o U2F como segundo fator no momento.",
    "The following devices are configured for U2F second-factor authentication:" : "Os seguintes dispositivos estão configurados para autenticação de segundo fator U2F:"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");