forked from nextcloud/twofactor_gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathes_CO.js
10 lines (10 loc) · 807 Bytes
/
es_CO.js
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
"twofactor_gateway",
{
"%s is your Nextcloud authentication code" : "%s es su código de autenticación de Nextcloud",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
"Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
"Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},
"nplurals=2; plural=(n != 1);");