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: 282cd50edf60fdcd3efc3ee5c53269becc8841a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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",
    "Once you have configured your app, enter a test code below to ensure that your app has been configured correctly." : "Kiedy skonfigurujesz aplikację, wprowadź poniżej testowy kod, aby upewnić się, że twoja aplikacja jest skonfigurowana poprawnie.",
    "Authentication code" : "Kod uwierzytelnienia",
    "Verify" : "Weryfikuj",
    "Could not verify your key. Please try again" : "Nie można zweryfikować twojego klucza. Prosze spróbować ponownie",
    "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",
    "Submit" : "Zatwierdź",
    "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" : "Dwuskładnikowe uwierzytelnienie TOTP"
},
"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);");