mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-11 17:01:13 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Id913eb075b342b48396e16c2cb2921486a0a60cc
This commit is contained in:
parent
972c9bc00f
commit
1533d0ab13
|
@ -3,7 +3,8 @@
|
|||
"authors": [
|
||||
"Base",
|
||||
"Movses",
|
||||
"Piramidion"
|
||||
"Piramidion",
|
||||
"Ата"
|
||||
]
|
||||
},
|
||||
"apihelp-query+oath-summary": "Перевірка чи двофакторна автентифікація (OATH) увімкнена для користувача.",
|
||||
|
@ -13,7 +14,7 @@
|
|||
"apihelp-query+oath-example-2": "Отримати інформацію про користувача <kbd>Example</kbd>",
|
||||
"apihelp-oathvalidate-summary": "Перевірити токен двофакторної автентифікації (OATH).",
|
||||
"apihelp-oathvalidate-param-user": "Користувач, для якого треба перевірити токен. За замовчуванням ним є поточний користувач.",
|
||||
"apihelp-oathvalidate-example-1": "Перевірити токен для поточного користувача",
|
||||
"apihelp-oathvalidate-example-1": "Перевірити дані JSON для поточного користувача",
|
||||
"apihelp-oathvalidate-example-3": "Валідувати JSON-дані для користувача <kbd>Example</kbd>",
|
||||
"apihelp-oathvalidate-param-data": "JSON-закодовані дані, що очікуються модулем, що наразі активовано для користувача в процесі автентифікації"
|
||||
}
|
||||
|
|
|
@ -92,9 +92,11 @@
|
|||
"notification-body-oathauth-disable": "Hvis {{GENDER:$2|du}} ikke gjorde dette, kan {{GENDER:$2|kontoen tin}} ha blitt kompromittert.",
|
||||
"notification-body-oathauth-disable-other": "Hvis {{GENDER:$2|du}} ikke ba om dette, burde {{GENDER:$2|du}} ta kontakt med en administrator.",
|
||||
"oathauth-notifications-disable-help": "Hjelp",
|
||||
"oathauth-notifications-disable-primary": "Sjekk innstillingene dine for tofaktorautentisering",
|
||||
"notification-header-oathauth-enable": "Tofaktorautentisering har blitt aktivert på kontoen {{GENDER:$2|din}}",
|
||||
"notification-body-oathauth-enable": "Hvis {{GENDER:$2|du}} ikke gjorde dette kan kontoen din ha blitt kompromittert.",
|
||||
"oathauth-notifications-enable-help": "Hjelp",
|
||||
"oathauth-notifications-enable-primary": "Sjekk innstillingene dine for tofaktorautentisering",
|
||||
"oathauth-verify-enabled": "{{GENDER:$1|$1}} har slått på tofaktorautentisering.",
|
||||
"oathauth-verify-disabled": "{{GENDER:$1|$1}} har ikke slått på tofaktorautentisering.",
|
||||
"oathauth-prefs-disabledgroups": "Skrudd av for {{PLURAL:$1|gruppen|gruppene}}:",
|
||||
|
|
Loading…
Reference in a new issue