15 строки
910 B
JavaScript
15 строки
910 B
JavaScript
OC.L10N.register(
|
|
"twofactor_u2f",
|
|
{
|
|
"Remove" : "Šalinti",
|
|
"Adding a new device …" : "Pridedamas naujas įrenginys …",
|
|
"Could not remove your U2F device" : "Nepavyko pašalinti jūsų U2F įrenginio",
|
|
"U2F device registration failed (error code {errorCode})" : "U2F įrenginio registracija nepavyko (klaidos kodas {errorCode})",
|
|
"You added an U2F hardware token" : "Jūs pridėjote U2F aparatinės įrangos prieigos raktą",
|
|
"You removed an U2F hardware token" : "Jūs pašalinote U2F aparatinės įrangos prieigos raktą",
|
|
"An error occurred. Please try again." : "Įvyko klaida. Prašome bandyti dar kartą.",
|
|
"Loading your devices …" : "Įkeliami jūsų įrenginiai …",
|
|
"U2F device successfully registered." : "U2F įrenginys sėkmingai užregistruotas."
|
|
},
|
|
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
|