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: 2e391834cd55e95d3abe8ba2959f8168b6ee1c51 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "twofactor_gateway",
    {
    "%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);");