mediawiki-extensions-OATHAuth/i18n/api/fr.json
Translation updater bot 8c80fdb50d Localisation updates from https://translatewiki.net.
Change-Id: I2b75b7967e04992183fd30834f18c27817a05761
2020-10-07 08:36:35 +02:00

26 lines
1.6 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",
"Wladek92"
]
},
"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-param-reason": "Motif pour lequel vous demandez l'état OATH.",
"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"
}