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

24 lines
2.1 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" : "Vous avez activé l'authentification à deux facteurs TOTP pour votre compte",
"You disabled TOTP two-factor authentication for your account" : "Vous avez désactivé l'authentification à deux facteurs TOTP pour votre compte",
"TOTP two-factor authentication disabled by the administration" : "L'authentification à deux facteurs a été désactivée par ladministrateur",
"TOTP (Authenticator app)" : "TOTP (Application d'authentification)",
"Authenticate with a TOTP app" : "Authentification avec votre application TOTP",
"Two-Factor TOTP Provider" : "Fournisseur de TOTP pour l'authentification en deux étapes",
"Two-factor TOTP provider" : "Fournisseur de TOTP pour l'authentification en deux étapes",
"A two-factor authentication provider for TOTP (RFC 6238)" : "Un fournisseur d'authentification à deux facteurs pour TOTP (RFC 6238)",
"Could not enable TOTP" : "Impossible d'activer les mots de passe à usage unique (TOTP)",
"Could not verify your key. Please try again" : "Impossible de vérifier votre clé. Merci de réeessayer",
"Enable TOTP" : "Activer les mots de passe à usage unique (TOTP)",
"Your new TOTP secret is:" : "Votre nouveau secret TOTP est :",
"For quick setup, scan this QR code with your TOTP app:" : "Pour un paramétrage facile, scannez ce QR code avec votre application TOTP.",
"After you configured your app, enter a test code below to ensure everything works correctly:" : "Après avoir configuré votre application, entrez un code de test ci-dessous pour vous assurer que tout fonctionne correctement :",
"Authentication code" : "Code dauthentification",
"Verify" : "Vérifier",
"Get the authentication code from the two-factor authentication app on your device." : "Récupérez un code d'authentification à partir de l'application d'authentification à deux facteurs de votre appareil.",
"Submit" : "Envoyer"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");