mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 00:05:24 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I2b75b7967e04992183fd30834f18c27817a05761
This commit is contained in:
parent
7d13959016
commit
8c80fdb50d
|
@ -10,6 +10,7 @@
|
|||
"apihelp-query+oath-description": "Überprüft, ob für einen Benutzer die Zwei-Faktor-Authentifizierung (OATH) aktiviert ist.",
|
||||
"apihelp-query+oath-summary": "Überprüft, ob für einen Benutzer die Zwei-Faktor-Authentifizierung (OATH) aktiviert ist.",
|
||||
"apihelp-query+oath-param-user": "Benutzer, über den Informationen erhalten werden soll. Standardmäßig ist der aktuelle Benutzer voreingestellt.",
|
||||
"apihelp-query+oath-param-reason": "Grund für die Abfrage des OATH-Status.",
|
||||
"apihelp-query+oath-example-1": "Ruft Informationen über den aktuellen Benutzer ab",
|
||||
"apihelp-query+oath-example-2": "Ruft Informationen über den Benutzer <kbd>Beispiel</kbd> ab",
|
||||
"apihelp-oathvalidate-description": "Validiert einen Token der Zwei-Faktor-Authentifizierung (OATH).",
|
||||
|
@ -18,5 +19,6 @@
|
|||
"apihelp-oathvalidate-param-totp": "Token der Zwei-Faktor-Authentifizierung (OATH). Veraltet, nutze den \"data\"-Parameter stattdessen.",
|
||||
"apihelp-oathvalidate-example-1": "Validiert einen Token für den aktuellen Benutzer",
|
||||
"apihelp-oathvalidate-example-2": "Validiert einen Token für den Benutzer <kbd>Beispiel</kbd>",
|
||||
"apihelp-oathvalidate-example-3": "JSON-Daten für Benutzer <kbd>Example</kbd> validieren"
|
||||
"apihelp-oathvalidate-example-3": "JSON-Daten für Benutzer <kbd>Example</kbd> validieren",
|
||||
"apihelp-oathvalidate-param-data": "JSON-kodierte Daten, die von dem Modul erwartet werden, das derzeit für den zu authentifizierenden Benutzer aktiviert ist"
|
||||
}
|
||||
|
|
|
@ -4,12 +4,14 @@
|
|||
"Gomoko",
|
||||
"Thibaut120094",
|
||||
"Urhixidur",
|
||||
"Verdy p"
|
||||
"Verdy p",
|
||||
"Wladek92"
|
||||
]
|
||||
},
|
||||
"apihelp-query+oath-description": "Vérifier si l’authentification à deux facteurs (OATH) est activée pour un utilisateur.",
|
||||
"apihelp-query+oath-summary": "Vérifie si l’authentification à deux facteurs (OATH) est activée chez un utilisateur.",
|
||||
"apihelp-query+oath-param-user": "Utilisateur au sujet duquel obtenir des informations. Par défaut, l’utilisateur actuel.",
|
||||
"apihelp-query+oath-param-reason": "Motif pour lequel vous demandez l'état OATH.",
|
||||
"apihelp-query+oath-example-1": "Obtenir des informations sur l’utilisateur actuel",
|
||||
"apihelp-query+oath-example-2": "Obtenir des informations sur l’utilisateur <kbd>Example</kbd>",
|
||||
"apihelp-oathvalidate-description": "Valider un jeton d’authentification à deux facteurs (OATH).",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"apihelp-query+oath-description": "檢查是否有替使用者啟用雙重認證(OATH)。",
|
||||
"apihelp-query+oath-summary": "檢查是否有替使用者啟用雙因素驗證(OATH)。",
|
||||
"apihelp-query+oath-param-user": "要取得有關資訊的使用者。預設是目前使用者。",
|
||||
"apihelp-query+oath-param-reason": "查詢 OATH 狀態的原因。",
|
||||
"apihelp-query+oath-example-1": "取得目前使用者的資訊",
|
||||
"apihelp-query+oath-example-2": "取得使用者 <kbd>Example</kbd> 的資訊",
|
||||
"apihelp-oathvalidate-description": "驗證雙因素驗證(OATH)權杖。",
|
||||
|
|
Loading…
Reference in a new issue