32 строки
3.2 KiB
JavaScript
32 строки
3.2 KiB
JavaScript
OC.L10N.register(
|
||
"twofactor_u2f",
|
||
{
|
||
"No U2F devices configured. You are not using U2F as second factor at the moment." : "No se han configurado dispositivos U2F. No estás usando U2F como un segundo factor ahora. ",
|
||
"The following devices are configured for U2F second-factor authentication:" : "Los siguientes dispositivos están configurados para autenticación de dos-factores U2F:",
|
||
"Unnamed device" : "Dispositivo sin nombre",
|
||
"Remove" : "Eliminar",
|
||
"Add U2F device" : "Agregar dispositivo U2F",
|
||
"You can add as many devices as you like. It is recommended to give each device a distinct name." : "Puedes agregar tantos dispositivos como gustes. Se recomienda asignar a cada dispositivo un nombre diferente. ",
|
||
"Adding a new device …" : "Agregando un nuevo dispositivo ...",
|
||
"Could not remove your U2F device" : "No fue posible eliminar el dispositivo U2F",
|
||
"Server error while trying to add U2F device" : "Se presentó un error al intentar agregar un dispositivo U2F",
|
||
"U2F device is already registered (error code {errorCode})" : "El dispositivo U2F ya está registrado (código de error {errorCode})",
|
||
"U2F device registration timeout reached (error code {errorCode})" : "Se alcanzó el tiempo de expiración del registro del dispositivo U2F (código de error {errorCode})",
|
||
"U2F device registration failed (error code {errorCode})" : "Se presentó una falla en el registro del dispositivo U2F (código de error {errorCode})",
|
||
"Server error while trying to complete U2F device registration" : "Se presentó un error del servidor al tratar de completar el registro del dispositivo U2F",
|
||
"You added an U2F hardware token" : "Agregaste una ficha U2F física",
|
||
"You removed an U2F hardware token" : "Eliminaste una ficha U2F física",
|
||
"U2F device" : "dispositivo U2F",
|
||
"Authenticate with an U2F device" : "Autenticar con un dispositivo U2F",
|
||
"Two Factor U2F" : "U2F de dos factores",
|
||
"Please plug in your U2F device and press the device button to authorize." : "Por favor conecta tu dispositivo U2F y presiona el botón del dispositivo para autorizar. ",
|
||
"An error occurred. Please try again." : "Se presentó un erorr. Por favor vuelve a intentarlo.",
|
||
"Install the \"U2F Support Add-on\" on Firefox to use U2F, this is not needed on Chrome." : "Por favor instala el \"Complemento de Soportar U2F\" en Firefox para usar U2F, esto no es necesario en Chrome. ",
|
||
"You are accessing this site via an insecure connection. Browsers might therefore refuse the U2F authentication." : "Estás accediendo a este sitio vía una conexión insegura. Los navegadores pueden llegar a reusar la autenticación U2F.",
|
||
"U2F second-factor auth" : "Segundo factor de autenticación U2F",
|
||
"Loading your devices …" : "Cargando sus dispositivos ...",
|
||
"Chrome is the only browser that supports U2F devices. You need to install the \"U2F Support Add-on\" on Firefox to use U2F." : "Chrome es el único navegador que soporta dispositivos U2F. Necesitas instalar el \"Complemento de Soporte U2F\" en Firefox para usar U2F. ",
|
||
"U2F device successfully registered." : "El dispositivo U2F ha sido registrado exitosamente. "
|
||
},
|
||
"nplurals=2; plural=(n != 1);");
|