mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-13 18:16:56 +00:00
fd2542fc8b
Change-Id: Id6766475d0552681fbaad3250424b992b6580b70
18 lines
792 B
JSON
18 lines
792 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Anarhistička Maca",
|
|
"Dgstranz",
|
|
"Jelou",
|
|
"La Mantis"
|
|
]
|
|
},
|
|
"apihelp-query+oath-summary": "Verificar si un usuario tiene activada la autenticación en dos pasos (OATH).",
|
|
"apihelp-query+oath-param-user": "Usuario del que obtener información. Por defecto, se trata del usuario actual.",
|
|
"apihelp-query+oath-example-1": "Obtener información sobre el usuario actual",
|
|
"apihelp-query+oath-example-2": "Obtener información sobre el usuario <kbd>Ejemplo</kbd>",
|
|
"apihelp-oathvalidate-summary": "Validar una clave de autenticación en dos pasos (OATH).",
|
|
"apihelp-oathvalidate-param-user": "Usuario al que validar la clave. Por defecto al usuario actual.",
|
|
"apihelp-oathvalidate-example-1": "Validar los datos JSON para el usuario actual"
|
|
}
|