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: If5c3a7a3981a912875396ae29a04190f1139d0e9
This commit is contained in:
parent
6cfad3fedf
commit
a8bc0f58d1
|
@ -44,6 +44,7 @@
|
|||
"action-oathauth-api-all": "den OATH-Status zu überprüfen",
|
||||
"apihelp-query+oath-example-1": "Ruft Informationen über den aktuellen Benutzer ab",
|
||||
"apihelp-oathvalidate-description": "Validiert einen Token der Zwei-Faktor-Authentifizierung (OATH).",
|
||||
"apihelp-oathvalidate-summary": "Überprüft einen Token zur Zwei-Faktor-Authentifizierung (OATH).",
|
||||
"apihelp-oathvalidate-param-user": "Benutzer, für den der Token validiert werden soll. Standard ist der aktuelle Benutzer.",
|
||||
"apihelp-oathvalidate-param-totp": "Token der Zwei-Faktor-Authentifizierung (OATH).",
|
||||
"apihelp-oathvalidate-example-1": "Validiert einen Token für den aktuellen Benutzer",
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
]
|
||||
},
|
||||
"oathauth-account": "Հաշվի անունը",
|
||||
"oathauth-enteruser": "Մասնակցային անուն",
|
||||
"oathauth-auth-ui": "Խնդրում ենք մուտքագրել հաստատման կոդը ձեր նույնականացման սարքից"
|
||||
}
|
||||
|
|
|
@ -26,6 +26,11 @@
|
|||
"oathauth-step3": "Passo 3: Anote os códigos de uso único",
|
||||
"oathauth-step4": "Passo 4: Verificação",
|
||||
"oathauth-entertoken": "Introduza um código do seu dispositivo de autenticação para verificação:",
|
||||
"oathauth-disable-for-user": "Desativar a autenticação de dois fatores para um utilizador",
|
||||
"right-oathauth-disable-for-user": "Desativar a autenticação de dois fatores para um utilizador",
|
||||
"oathauth-disable-intro": "Grandes poderes acarretam grandes responsabilidades",
|
||||
"oathauth-enteruser": "Nome de utilizador:",
|
||||
"oathauth-user-not-does-not-have-oath-enabled": "O utilizador não tem a autenticação de dois fatores ativada, por isso não há nada para desativar",
|
||||
"right-oathauth-enable": "Ativar autenticação de dois fatores",
|
||||
"action-oathauth-enable": "ativar autenticação de dois fatores",
|
||||
"oathauth-auth-token-label": "Chave",
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"NehalDaveND"
|
||||
"NehalDaveND",
|
||||
"Charunandan16"
|
||||
]
|
||||
},
|
||||
"oathauth-token": "स्तोकम् (token)"
|
||||
"oathauth-token": "स्तोकम् (token)",
|
||||
"oathauth-disable-intro": "बलाधिक्ये दायित्वाधिक्यम्।"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue