mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 08:14:15 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I214d8aaa113cf6cd7ba6ae13d3aa14c9ff85357e
This commit is contained in:
parent
31166e1305
commit
2f434c074f
|
@ -12,7 +12,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"oathauth-desc": "HMAC に基づいたワンタイムパスワードを使用する認証機能を提供する",
|
"oathauth-desc": "HMAC に基づいたワンタイムパスワードを使用する認証機能を提供する",
|
||||||
"disableoathforuser": "利用者の二要素認証を無効化",
|
"disableoathforuser": "利用者の多要素認証を無効化",
|
||||||
"specialpages-group-oath": "二要素認証",
|
"specialpages-group-oath": "二要素認証",
|
||||||
"oathauth-account": "アカウント名:",
|
"oathauth-account": "アカウント名:",
|
||||||
"oathauth-secret": "二要素認証の秘密鍵:",
|
"oathauth-secret": "二要素認証の秘密鍵:",
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
"oathauth-step3": "手順3: スクラッチコードを書き留めてください",
|
"oathauth-step3": "手順3: スクラッチコードを書き留めてください",
|
||||||
"oathauth-step4": "手順4: 検証",
|
"oathauth-step4": "手順4: 検証",
|
||||||
"oathauth-entertoken": "検証のため、あなたの認証デバイスに表示されたコードを入力してください:",
|
"oathauth-entertoken": "検証のため、あなたの認証デバイスに表示されたコードを入力してください:",
|
||||||
"oathauth-disable-for-user": "二要素認証を無効化",
|
"oathauth-disable-for-user": "多要素認証を無効化",
|
||||||
"right-oathauth-disable-for-user": "利用者の二要素認証を無効化",
|
"right-oathauth-disable-for-user": "利用者の二要素認証を無効化",
|
||||||
"action-oathauth-disable-for-user": "利用者の二要素認証の無効化",
|
"action-oathauth-disable-for-user": "利用者の二要素認証の無効化",
|
||||||
"right-oathauth-view-log": "二要素認証の変更記録を閲覧",
|
"right-oathauth-view-log": "二要素認証の変更記録を閲覧",
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
"oathauth-module-totp-label": "TOTP(ワンタイムトークン)",
|
"oathauth-module-totp-label": "TOTP(ワンタイムトークン)",
|
||||||
"oathauth-ui-manage": "管理",
|
"oathauth-ui-manage": "管理",
|
||||||
"oathmanage": "二要素認証の管理",
|
"oathmanage": "二要素認証の管理",
|
||||||
"oathauth-enable-generic": "有効化",
|
"oathauth-enable-generic": "有効にする",
|
||||||
"oathauth-disable-generic": "無効化",
|
"oathauth-disable-generic": "無効にする",
|
||||||
"oathauth-ui-available-modules": "利用可能な方式"
|
"oathauth-ui-available-modules": "利用可能な方式"
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
},
|
},
|
||||||
"oathauth-desc": "Dodaje wsparcie weryfikacji za pomocą jednorazowych kodów HMAC",
|
"oathauth-desc": "Dodaje wsparcie weryfikacji za pomocą jednorazowych kodów HMAC",
|
||||||
"disableoathforuser": "Wyłącz weryfikację dwuetapową użytkownika",
|
"disableoathforuser": "Wyłącz weryfikację dwuetapową użytkownika",
|
||||||
|
"verifyoathforuser": "Zweryfikuj status weryfikacji dwuetapowej",
|
||||||
"specialpages-group-oath": "Weryfikacja dwuetapowa",
|
"specialpages-group-oath": "Weryfikacja dwuetapowa",
|
||||||
"oathauth-account": "Nazwa konta:",
|
"oathauth-account": "Nazwa konta:",
|
||||||
"oathauth-secret": "Tajny klucz weryfikacji dwuetapowej:",
|
"oathauth-secret": "Tajny klucz weryfikacji dwuetapowej:",
|
||||||
|
|
Loading…
Reference in a new issue