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

pl.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c946544ec27af93183c0570e83c92fcb976cea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_totp",
    {
    "Enable TOTP" : "Włącz TOTP",
    "This is your new TOTP secret:" : "To jest Twój nowy tajny dla TOTP:",
    "Scan this QR code with your TOTP app" : "Zeskanuj ten kod QR przy pomocy swojej aplikacji TOTP",
    "Authenticate with a TOTP app" : "Uwierzytelnij przy pomocy aplikacji TOTP",
    "Authentication code" : "Kod autoryzacji",
    "Get the authentication code from the two-factor authentication app on your device." : "Pobierz kod autoryzacji z dwuskładnikowego uwierzytelniania aplikacji na urządzeniu.",
    "TOTP second-factor auth" : "TOTP druga opcja auth"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");