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

pt_PT.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ac5d6d86f27f047ca20de5b8ea85ac7b9e19f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "registration",
    {
    "A problem occurred sending email, please contact your administrator." : "Ocorreu um problema ao enviar o e-mail, por favor, contacte o seu administrador.",
    "Saved" : "Guardado",
    "Register" : "Registar",
    "The email address you entered is not valid" : "O endereço de e-mail que inseriu não é válido",
    "Verify your %s registration request" : "Verifique o seu pedido de registo %s",
    "Registration" : "Registo",
    "You can <a href=\"%s\">log in now</a>." : "Agora, pode <a href=\"%s\">iniciar a sessão</a>.",
    "Back to login" : "Voltar à entrada",
    "Email" : "E-mail",
    "Continue" : "Continuar",
    "Full name" : "Nome completo",
    "Phone number" : "Número de telefone",
    "Password" : "Palavra-passe",
    "Loading" : "A carregar",
    "Create account" : "Criar conta",
    "Verify" : "Verificar",
    "Your account has been successfully created, but it still needs approval from an administrator." : "A sua conta foi criada com sucesso, mas esta ainda precisa da aprovação de uma administrador.",
    "Loading …" : "A carregar..."
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");