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: 630b3c644a3f1685cd974045b039f8d5d9162ba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "twofactor_totp",
    {
    "You enabled TOTP two-factor authentication for your account" : "Włączono uwierzytelnienie dwuskładnikowe TOTP na Twoim koncie",
    "You disabled TOTP two-factor authentication for your account" : "Wyłączono uwierzytelnienie dwuskładnikowe TOTP na Twoim koncie",
    "TOTP two-factor authentication disabled by an admin" : "Uwierzytelnienie dwuskładnikowe TOTP wyłączone przez administratora",
    "TOTP (Authenticator app)" : "TOTP (aplikacja uwierzytelniająca)",
    "Authenticate with a TOTP app" : "Uwierzytelnij przy pomocy aplikacji TOTP",
    "Two-Factor TOTP Provider" : "Dostawca uwierzytelnienia dwuskładnikowego TOTP",
    "TOTP two-factor provider" : "Dostawca TOTP dla uwierzytelniania dwuskładnikowego",
    "A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "Dostawca autoryzacji dwuskładnikowej dla TOTP (RFC 6238)",
    "Enable TOTP" : "Włącz TOTP",
    "Could not enable TOTP" : "Nie można włączyć TOTP",
    "Your new TOTP secret is:" : "Twoje nowe poufne hasło TOTP to:",
    "Authentication code" : "Kod uwierzytelnienia",
    "Verify" : "Weryfikuj",
    "Get the authentication code from the two-factor authentication app on your device." : "Pobierz kod uwierzytelnienia z aplikacji uwierzytelniania dwuskładnikowego na swoim urządzeniu.",
    "Submit" : "Zatwierdź"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");