mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-28 02:00:06 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I1c8f4c96753804a1e162be94a9b8df80af048ab8
This commit is contained in:
parent
8c80fdb50d
commit
9d95f4f5ce
|
@ -9,6 +9,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": "קבלת מידע על משתמש <kbd>Example</kbd>",
|
||||
"apihelp-oathvalidate-description": "בדיקת תקינות של אסימון אימות דו־שלבי (OATH).",
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"BaRaN6161 TURK"
|
||||
"BaRaN6161 TURK",
|
||||
"MuratTheTurkish"
|
||||
]
|
||||
},
|
||||
"apihelp-query+oath-description": "Bir kullanıcı için iki faktörlü kimlik doğrulamanın (OATH) etkin olup olmadığını kontrol edin.",
|
||||
"apihelp-query+oath-summary": "Bir kullanıcı için iki faktörlü kimlik doğrulamanın (OATH) etkin olup olmadığını kontrol edin.",
|
||||
"apihelp-query+oath-param-user": "Kullanıcı hakkında bilgi almak için. Geçerli kullanıcıya varsayılanlar.",
|
||||
"apihelp-query+oath-param-reason": "OATH durumunu sorgulamanın nedeni.",
|
||||
"apihelp-query+oath-example-1": "Mevcut kullanıcı hakkında bilgi edinin",
|
||||
"apihelp-query+oath-example-2": "<kbd>Example</kbd> kullanıcısı hakkında bilgi edinin.",
|
||||
"apihelp-oathvalidate-description": "İki faktörlü kimlik doğrulama (OATH) anahtarını doğrulayın.",
|
||||
|
|
Loading…
Reference in a new issue