30 строки
3.0 KiB
JavaScript
30 строки
3.0 KiB
JavaScript
OC.L10N.register(
|
|
"twofactor_u2f",
|
|
{
|
|
"No U2F devices configured. You are not using U2F as second factor at the moment." : "Nie znaleziono skonfigurowanego urządzenia U2F. Nie używasz w tej chwili U2F jako elementu dwuskładnikowego uwierzytelnienia.",
|
|
"The following devices are configured for U2F second-factor authentication:" : "Następujące urządzenia są skonfigurowane do dwuskładnikowego uwierzytelnienia U2F: ",
|
|
"Unnamed device" : "Nienazwane urządzenie",
|
|
"Remove" : "Usuń",
|
|
"Add U2F device" : "Dodaj urządzenie U2F",
|
|
"You can add as many devices as you like. It is recommended to give each device a distinct name." : "Możesz dodać tak wiele urządzeń ile chcesz. Zalecane jest nadanie każdemu urządzeniu osobnej nazwy.",
|
|
"Adding a new device …" : "Dodaję nowe urządzenie…",
|
|
"Could not remove your U2F device" : "Nie można usunąć Twojego urządzenia U2F",
|
|
"Server error while trying to add U2F device" : "Błąd serwera podczas próby dodania urządzenia U2F",
|
|
"U2F device is already registered (error code {errorCode})" : "Urządzenie U2F jest już zarejestrowane (kod błędu {errorCode})",
|
|
"U2F device registration timeout reached (error code {errorCode})" : "Upłynął czas rejestracji urządzenia U2F (kod błędu {errorCode})",
|
|
"U2F device registration failed (error code {errorCode})" : "Rejestracja urządzenia U2F nie powiodła się (kod błędu {errorCode})",
|
|
"Server error while trying to complete U2F device registration" : "Błąd serwera podczas próby zakończenia rejestracji urządzenia U2F",
|
|
"You added an U2F hardware token" : "Dodano token sprzętowy U2F",
|
|
"You removed an U2F hardware token" : "Usunięto token sprzętowy U2F",
|
|
"U2F device" : "Urządzenie U2F",
|
|
"Authenticate with an U2F device" : "Uwierzytelnij za pomocą urządzenia U2F",
|
|
"Two Factor U2F" : "Dwuskładnikowe uwierzytelnianie U2F",
|
|
"An error occurred. Please try again." : "Wystąpił błąd. Spróbuj ponownie.",
|
|
"You are accessing this site via an insecure connection. Browsers might therefore refuse the U2F authentication." : "Uzyskujesz dostęp do tej witryny przez niezabezpieczone połączenie. Przeglądarki mogą zatem odmówić autoryzacji U2F.",
|
|
"Loading your devices …" : "Ładuję Twoje urządzenia…",
|
|
"Please plug in your U2F device and press the device button to authorize." : "Podłącz swoje urządzenie U2F i naciśnij przycisk urządzenia aby uwierzytelnić",
|
|
"Chrome is the only browser that supports U2F devices. You need to install the \"U2F Support Add-on\" on Firefox to use U2F." : "Chrome jest jedyną przeglądarką obsługującą urządzenia U2F. Aby używać U2F w przeglądarce Firefox należy zainstalować dodatek \"U2F Support Add-on\".",
|
|
"U2F device successfully registered." : "Urządzenie U2F zostało zarejestrowane."
|
|
},
|
|
"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);");
|