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: I730d35a7c58d5e1c052f6cf6a9df95ae7bce58ca
This commit is contained in:
parent
40c119c172
commit
3f128dadab
|
@ -8,6 +8,7 @@
|
|||
]
|
||||
},
|
||||
"oathauth-desc": "يوفر دعم المصادقة باستخدام كلمات مرور لمرة واحدة تستند إلى HMAC",
|
||||
"disableoathforuser": "تعطيل توثيق المستخدم ذي العاملين",
|
||||
"oath": "أوث أوث",
|
||||
"specialpages-group-oath": "توثيق ذو عاملين",
|
||||
"oathauth-account": "اسم المستخدم:",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
]
|
||||
},
|
||||
"oathauth-desc": "Ermöglicht die Authentifizierung mit HMAC-gestützten Einmalpasswörtern",
|
||||
"disableoathforuser": "Zwei-Faktor-Authentifizierung für Benutzer deaktivieren",
|
||||
"specialpages-group-oath": "Zwei-Faktor-Authentifizierung",
|
||||
"oathauth-account": "Benutzerkonto:",
|
||||
"oathauth-secret": "Geheimer Schlüssel für die Zwei-Faktor-Authentifizierung:",
|
||||
|
@ -44,6 +45,7 @@
|
|||
"grant-oath": "Auf Zwei-Faktor-Authentifizierungsinformationen für sich selbst und andere zugreifen",
|
||||
"right-oathauth-api-all": "Zwei-Faktor-Authentifizierungsinformationen für sich selbst und andere abfragen und validieren",
|
||||
"action-oathauth-api-all": "den Zwei-Faktor-Authentifizierungsstatus zu überprüfen",
|
||||
"oathauth-user-not-found": "Mit diesem Namen wurde kein Benutzerkonto gefunden",
|
||||
"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.",
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
]
|
||||
},
|
||||
"oathauth-desc": "{{desc|name=OATH Auth|url=https://www.mediawiki.org/wiki/Extension:OATHAuth}}",
|
||||
"oath": "{{optional}}\n{{doc-special|OATH}}",
|
||||
"disableoathforuser": "{{doc-special|DisableOATHForUser}}",
|
||||
"oath": "{{optional}}\n{{doc-special|OATH}}",
|
||||
"specialpages-group-oath": "{{doc-special-group|like=[[Special:OATH]]}}\n\nSee [[w:en:Two_factor_authentication|Wikipedia article on two factor authentication]].\n\n{{Identical|Two factor authentication}}",
|
||||
"oathauth-account": "Plain text associated with [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication] on this wiki (username@<wiki name>) found on Special:OATH.\n{{Identical|Account name}}",
|
||||
"oathauth-secret": "Plain text found on Special:OATH while enabling OATH\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
|
||||
|
@ -47,11 +47,11 @@
|
|||
"oathauth-throttled": "Error message when throttling limit is hit.\n\nParameters:\n* $1 - throttle block duration",
|
||||
"oathauth-login-failed": "Error message when verifying the second factor failed.",
|
||||
"oathauth-describe-provider": "Description of the extension as an authentication provider.",
|
||||
"oathauth-user-not-found": "Message that Special:DisableOATHForUser will display when no user account can be found with the name provided",
|
||||
"grant-group-authentication": "{{Related|Grant-group}}",
|
||||
"grant-oath": "Name for grant \"oath\".\n{{Related|Grant}}",
|
||||
"right-oathauth-api-all": "{{doc-right|oathauth-api-all}}",
|
||||
"action-oathauth-api-all": "{{doc-action|oathauth-api-all}}",
|
||||
"oathauth-user-not-found": "Message that Special:DisableOATHForUser will display when no user account can be found with the name provided",
|
||||
"apihelp-query+oath-description": "{{doc-apihelp-description|query+oath}}",
|
||||
"apihelp-query+oath-summary": "{{doc-apihelp-summary|query+oath}}",
|
||||
"apihelp-query+oath-param-user": "{{doc-apihelp-param|query+oath|user}}",
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
]
|
||||
},
|
||||
"oathauth-desc": "提供支援 HMAC 為基礎的一次性密碼認證",
|
||||
"disableoathforuser": "停用使用者的雙重認證",
|
||||
"specialpages-group-oath": "雙重認證",
|
||||
"oathauth-account": "帳號名稱:",
|
||||
"oathauth-secret": "雙重認證秘密金鑰:",
|
||||
|
|
Loading…
Reference in a new issue