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: 4b952b97ccd55b3a414d54a3d7d593a721bc9ad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "twofactor_totp",
    {
    "Enable TOTP" : "Włącz TOTP",
    "This is your new TOTP secret:" : "To jest twoje nowe tajne TOTP:",
    "Scan this QR code with your TOTP app" : "Zeskanuj kod QR przy pomocy swojej aplikacji TOTP",
    "You enabled TOTP two-factor authentication for your account" : "Włączono dwukrotne uwierzytelnienie TOTP na twoim koncie",
    "You disabled TOTP two-factor authentication for your account" : "Wyłączono dwukrotne uwierzytelnienie TOTP na twoim koncie",
    "TOTP (Authenticator app)" : "TOTP (aplikacja uwierzytelniająca)",
    "Authenticate with a TOTP app" : "Uwierzytelnij przy pomocy aplikacji TOTP",
    "Authentication code" : "Kod uwierzytelnienia",
    "Get the authentication code from the two-factor authentication app on your device." : "Pobierz kod uwierzytelnienia z aplikacji dwuskładnikowego uwierzytelniania na swoim urządzeniu.",
    "TOTP second-factor auth" : "Drugi składnik uwierzytelnienia TOTP"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");