f7cloud_client/apps/twofactor_totp/l10n/ca.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

21 lines
1.5 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"twofactor_totp",
{
"You enabled TOTP two-factor authentication for your account" : "Heu activat l'autenticació de dos factors TOTP per al vostre compte",
"You disabled TOTP two-factor authentication for your account" : "Heu desactivat l'autenticació de dos factors TOTP per al vostre compte",
"TOTP (Authenticator app)" : "TOTP (Autenticació de l'aplicació)",
"Authenticate with a TOTP app" : "Autentiqueu-vos amb l'aplicació TOTP",
"Two-Factor TOTP Provider" : "Proveïdor TOTP de dos factors",
"Could not enable TOTP" : "No s'ha pogut activar TOTP",
"Could not verify your key. Please try again" : "No es va poder verificar la vostra clau. Si us plau, torneu-ho a provar",
"Enable TOTP" : "Activa TOTP",
"Your new TOTP secret is:" : "El vostre nou secret TOTP és:",
"For quick setup, scan this QR code with your TOTP app:" : "Per a una configuració ràpida, escaneu aquest codi QR amb l'aplicació TOTP:",
"After you configured your app, enter a test code below to ensure everything works correctly:" : "Després de configurar l'aplicació, introduïu un codi de prova a sota per garantir que tot funciona correctament:",
"Authentication code" : "Codi d'autenticació",
"Verify" : "Verifica",
"Get the authentication code from the two-factor authentication app on your device." : "Obteniu el codi dautenticació de laplicació dautenticació de dos factors al vostre dispositiu.",
"Submit" : "Envia"
},
"nplurals=2; plural=(n != 1);");