diff --git a/i18n/api/de.json b/i18n/api/de.json index 1f465a03..ca667421 100644 --- a/i18n/api/de.json +++ b/i18n/api/de.json @@ -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 Beispiel 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 Beispiel", - "apihelp-oathvalidate-example-3": "JSON-Daten für Benutzer Example validieren" + "apihelp-oathvalidate-example-3": "JSON-Daten für Benutzer Example validieren", + "apihelp-oathvalidate-param-data": "JSON-kodierte Daten, die von dem Modul erwartet werden, das derzeit für den zu authentifizierenden Benutzer aktiviert ist" } diff --git a/i18n/api/fr.json b/i18n/api/fr.json index b04d29bc..4db761a9 100644 --- a/i18n/api/fr.json +++ b/i18n/api/fr.json @@ -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 Example", "apihelp-oathvalidate-description": "Valider un jeton d’authentification à deux facteurs (OATH).", diff --git a/i18n/api/zh-hant.json b/i18n/api/zh-hant.json index a202c7c7..72bc0a65 100644 --- a/i18n/api/zh-hant.json +++ b/i18n/api/zh-hant.json @@ -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": "取得使用者 Example 的資訊", "apihelp-oathvalidate-description": "驗證雙因素驗證(OATH)權杖。",