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: I37c58596e845f958a1337193fbabca36b843209a
This commit is contained in:
parent
0c389f5025
commit
a161c3122c
10
i18n/de.json
10
i18n/de.json
|
@ -8,6 +8,7 @@
|
|||
"oathauth-desc": "Ermöglicht die Authentifizierung mit HMAC-gestützten Einmalpasswörtern",
|
||||
"specialpages-group-oath": "Zwei-Faktor-Authentifizierung",
|
||||
"oathauth-account": "Zwei-Faktor-Kontoname:",
|
||||
"oathauth-legend": "Deine Anmeldeinformationen verifizieren",
|
||||
"oathauth-secret": "Zwei-Faktor-Geheimschlüssel:",
|
||||
"oathauth-enable": "Die Zwei-Faktor-Authentifizierung aktivieren",
|
||||
"oathauth-failedtoenableoauth": "Die Zwei-Faktor-Authentifizierung konnte nicht aktiviert werden.",
|
||||
|
@ -33,5 +34,12 @@
|
|||
"oathauth-notloggedin": "Anmeldung erforderlich",
|
||||
"oathauth-mustbeloggedin": "Du musst angemeldet sein, um diese Aktion durchführen zu können.",
|
||||
"oathauth-prefs-label": "Zwei-Faktor-Authentifizierung:",
|
||||
"oathauth-abortlogin": "Der angegebene Zweifaktor-Authentifizierungstoken war ungültig."
|
||||
"oathauth-abortlogin": "Der angegebene Zweifaktor-Authentifizierungstoken war ungültig.",
|
||||
"oathauth-step1": "Schritt 1: Lade die App herunter",
|
||||
"oathauth-step1-test": "Lade eine mobile App (wie Google Authenticator) für die Zwei-Faktor-Authentifizierung auf dein Telefon herunter.",
|
||||
"oathauth-step2": "Schritt 2: Scanne den QR-Code",
|
||||
"oathauth-step2alt": "Oder gib das Geheimnis manuell ein:",
|
||||
"oathauth-step3": "Schritt 3: Schreibe die Sondercodes auf",
|
||||
"oathauth-step4": "Schritt 4: Verifizierung",
|
||||
"oathauth-entertoken": "Gib zur Verifizierung einen Code von deiner mobilen App ein:"
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"Shirayuki",
|
||||
"Purodha",
|
||||
"Umherirrender",
|
||||
"Tyler Romeo <tylerromeo@gmail.com>"
|
||||
"Tyler Romeo <tylerromeo@gmail.com>"
|
||||
]
|
||||
},
|
||||
"oathauth-desc": "{{desc|name=OATH Auth|url=https://www.mediawiki.org/wiki/Extension:OATHAuth}}",
|
||||
|
@ -40,11 +40,11 @@
|
|||
"oathauth-mustbeloggedin": "Plain text seen on Special:OATH when a user is not logged in.",
|
||||
"oathauth-prefs-label": "Plain text label seen on Special:Preferences\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
|
||||
"oathauth-abortlogin": "Error message shown on login and password change pages when authentication is aborted.\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
|
||||
"oathauth-step1": "Label for step 1 on Special:OATH form",
|
||||
"oathauth-step1-test": "Text for step 1 on Special:OATH form",
|
||||
"oathauth-step2": "Label for step 2, the QR code, on Special:OATH",
|
||||
"oathauth-step2alt": "Label for information on how to manually do step 2 on Special:OATH",
|
||||
"oathauth-step3": "Label for step 3 information on Special:OATH",
|
||||
"oathauth-step4": "Label for step 4 information on Special:OATH",
|
||||
"oathauth-entertoken": "Label on input field on Special:OATH asking user to enter token"
|
||||
"oathauth-step1": "Label for step 1 on Special:OATH form",
|
||||
"oathauth-step1-test": "Text for step 1 on Special:OATH form",
|
||||
"oathauth-step2": "Label for step 2, the QR code, on Special:OATH",
|
||||
"oathauth-step2alt": "Label for information on how to manually do step 2 on Special:OATH",
|
||||
"oathauth-step3": "Label for step 3 information on Special:OATH",
|
||||
"oathauth-step4": "Label for step 4 information on Special:OATH",
|
||||
"oathauth-entertoken": "Label on input field on Special:OATH asking user to enter token"
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"oathauth-verify": "Проверить двухфакторный токен",
|
||||
"openstackmanager-scratchtokens": "Это — список одноразовых токенов. Эти токены могут быть использованы только один раз и предназначены для использования в чрезвычайных ситуациях. Пожалуйста, запишите их и хранить в безопасном месте. Если вы потеряете свой телефон, они будут единственным способом спасти ваш аккаунт. Эти токены больше никогда не будут показаны.",
|
||||
"oathauth-reset": "Сбросить двухфакторные учётные данные",
|
||||
"oathauth-donotdeleteoldsecret": "Пожалуйста, не удаляйте старые учётные данные до тех пор, пока вы успешно не проверите ваши новые учётные данные.",
|
||||
"oathauth-donotdeleteoldsecret": "Пожалуйста, не удаляйте старые учётные данные до тех пор, пока вы не проверите ваши новые учётные данные.",
|
||||
"oathauth-token": "Токен",
|
||||
"oathauth-currenttoken": "Текущий токен",
|
||||
"oathauth-newtoken": "Новый токен",
|
||||
|
|
Loading…
Reference in a new issue