20 строки
1.1 KiB
JavaScript
20 строки
1.1 KiB
JavaScript
OC.L10N.register(
|
|
"twofactor_u2f",
|
|
{
|
|
"You added an U2F hardware token" : "Amestesti un pase U2F de hardware",
|
|
"You removed an U2F hardware token" : "Desaniciesti un pase U2F de hardware",
|
|
"U2F device" : "Preséu U2F",
|
|
"Authenticate with an U2F device" : "Autenticar con un preséu U2F",
|
|
"Add U2F device" : "Amestar preséu U2F",
|
|
"Please plug in your U2F device and press the device button to authorize." : "Coneuta'l to preséu U2F y primi nel botón del preséu p'autorizar, por favor.",
|
|
"Add" : "Amestar",
|
|
"Server error while trying to add U2F device" : "Fallu del sirvidor entrín se tentaba d'amestar el preséu U2F",
|
|
"U2F device registration failed (error code {errorCode})" : "Falló'l rexistru del preséu U2F (códigu de fallu {errorCode})",
|
|
"Server error while trying to complete U2F device registration" : "Fallu del sirvidor entrín se tentaba de completar el rexistru del preséu U2F",
|
|
"Retry" : "Retentar",
|
|
"An error occurred. Please try again." : "Asocedió un fallu. Volvi tentalo, por favor.",
|
|
"Unnamed device" : "Preséu ensin nomar",
|
|
"Remove" : "Desaniciar"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|