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

pt_PT.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d35c9893456825da39777780587823d9051ed43 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "Verificação por SMS",
    "Send an authentication code via SMS" : "Enviar código de autorização por SMS",
    "%s is your Nextcloud authentication code" : "%s é o seu código de autenticação Nextcloud",
    "Authentication code" : "Código de autenticação",
    "An access code has been sent to %s" : "Um código de acesso foi enviado para %s"
},
"nplurals=2; plural=(n != 1);");