mediawiki-extensions-OATHAuth/i18n/api/fr.json
Translation updater bot fd2542fc8b Localisation updates from https://translatewiki.net.
Change-Id: Id6766475d0552681fbaad3250424b992b6580b70
2023-06-26 12:40:09 +02:00

22 lines
1.2 KiB
JSON
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.

{
"@metadata": {
"authors": [
"Gomoko",
"Thibaut120094",
"Urhixidur",
"Verdy p",
"Wladek92"
]
},
"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-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-example-1": "Valider les données JSON pour lutilisateur actuel",
"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"
}