18 lines
1.3 KiB
JavaScript
18 lines
1.3 KiB
JavaScript
OC.L10N.register(
|
|
"twofactor_nextcloud_notification",
|
|
{
|
|
"TwoFactor Nextcloud notification" : "TwoFactor Nextcloud obavijest",
|
|
"Approve" : "Odobri",
|
|
"Cancel" : "Odustani",
|
|
"Nextcloud Notification" : "Nextcloud obavijest",
|
|
"Authenticate using a device that is already logged in to your account" : "Izvršite autentifikaciju uređajem koji je već prijavljen u vaš račun",
|
|
"Two-Factor Authentication via Nextcloud notification" : "Dvofaktorska autentifikacija putem Nextcloud obavijesti",
|
|
"Allows using any of your logged in devices as second factor" : "Omogućuje upotrebu bilo kojeg od prijavljenih uređaja kao drugog faktora",
|
|
"Please accept the request on one of your logged in devices." : "Prihvatite zahtjev na jednom od svojih prijavljenih uređaja.",
|
|
"You will be redirected automatically once this login has been accepted." : "Bit ćete automatski preusmjereni nakon prihvaćanja ove prijave.",
|
|
"Please wait …" : "Pričekajte...",
|
|
"Your login attempt was rejected." : "Vaš pokušaj prijave je odbijen.",
|
|
"Use two-factor authentication via Nextcloud notifications" : "Koristite dvofaktorsku autentifikaciju putem Nextcloud obavijesti"
|
|
},
|
|
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
|