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

pt_PT.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9019c2480af5d53415ae6b593436badeecf3b1e (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "twofactor_totp",
    {
    "Authenticate with a TOTP app" : "Autenticação com uma app TOTP",
    "Enable TOTP" : "Ativar TOTP",
    "Authentication code" : "Código de autenticação",
    "Verify" : "Verificar",
    "Submit" : "Submeter"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");