mediawiki-extensions-OATHAuth/i18n/api/fr.json
Translation updater bot f140524d98 Localisation updates from https://translatewiki.net.
Change-Id: I29e7ea347f00a2630942083236c9d35111f648f6
2019-09-30 09:20:15 +02:00

24 lines
1.5 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.

{
"@metadata": {
"authors": [
"Gomoko",
"Thibaut120094",
"Urhixidur",
"Verdy p"
]
},
"apihelp-query+oath-description": "Vérifier si lauthentification à deux facteurs (OATH) est activée pour un utilisateur.",
"apihelp-query+oath-summary": "Vérifie si lauthentification à deux facteurs (OATH) est activée chez un utilisateur.",
"apihelp-query+oath-param-user": "Utilisateur au sujet duquel obtenir des informations. Par défaut, lutilisateur actuel.",
"apihelp-query+oath-example-1": "Obtenir des informations sur lutilisateur actuel",
"apihelp-query+oath-example-2": "Obtenir des informations sur lutilisateur <kbd>Example</kbd>",
"apihelp-oathvalidate-description": "Valider un jeton dauthentification à deux facteurs (OATH).",
"apihelp-oathvalidate-summary": "Valider un jeton dauthentification à deux facteurs (OATH).",
"apihelp-oathvalidate-param-user": "Utilisateur pour lequel valider le jeton. Par défaut, lutilisateur actuel.",
"apihelp-oathvalidate-param-totp": "Jeton dauthentification à deux facteurs (OATH). De façon héritée, utiliser plutôt le paramètre «data».",
"apihelp-oathvalidate-example-1": "Valider un jeton pour lutilisateur actuel",
"apihelp-oathvalidate-example-2": "Valider un jeton pour lutilisateur <kbd>Example</kbd>",
"apihelp-oathvalidate-example-3": "Valider les données JSON pour lutilisateur <kbd>Exemple</kbd>",
"apihelp-oathvalidate-param-data": "Données encodées en JSON attendues par le module actuellement activé pour lutilisateur à authentifier"
}