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: I69bc1fcce7f34c8a0240bdfeaf5ee9504a5b6e53
This commit is contained in:
parent
d1b2cfdac2
commit
521a9ef599
10
i18n/ko.json
10
i18n/ko.json
|
@ -3,6 +3,7 @@
|
|||
"authors": [
|
||||
"IRTC1015",
|
||||
"Jonghaya",
|
||||
"MemphisA5",
|
||||
"Priviet",
|
||||
"Revi",
|
||||
"Ykhwong",
|
||||
|
@ -38,6 +39,7 @@
|
|||
"oathauth-disable-intro": "권한이 클수록 책임이 커집니다",
|
||||
"oathauth-enteruser": "사용자 이름:",
|
||||
"oathauth-enterdisablereason": "비활성화 이유:",
|
||||
"oathauth-enterverifyreason": "확인 이유:",
|
||||
"oathauth-user-not-does-not-have-oath-enabled": "사용자는 2요소 인증이 활성화되어 있지 않아 비활성화할 항목이 없습니다",
|
||||
"right-oathauth-enable": "2요소 인증 활성화",
|
||||
"action-oathauth-enable": "2요소 인증 활성화",
|
||||
|
@ -50,12 +52,15 @@
|
|||
"grant-group-authentication": "자신과 다른 사용자를 위한 인증 작업을 수행합니다",
|
||||
"grant-oath": "자기 자신과 다른 사람에 대한 2요소 인증(OATH) 정보에 접근합니다",
|
||||
"action-oathauth-api-all": "OATH 상태 학인",
|
||||
"oathauth-user-not-found": "해당 이름을 가진 사용자 계정을 찾을 수 없습니다",
|
||||
"oath-log-name": "2요소 인증 기록",
|
||||
"oauthauth-ui-no-module": "활성화된 항목 없음",
|
||||
"oathauth-module-invalid": "사용자가 등록한 OATHAuth 모듈이 유효하지 않습니다.",
|
||||
"oathauth-module-totp-label": "TOTP (1회용 토큰)",
|
||||
"oathauth-ui-manage": "관리",
|
||||
"oathmanage": "2요소 인증 관리",
|
||||
"oathauth-ui-not-enabled-modules": "다른 인증 방식으로 전환",
|
||||
"oathauth-ui-enabled-module": "활성화된 인증 방식",
|
||||
"oathauth-enable-generic": "활성화",
|
||||
"oathauth-disable-generic": "비활성화",
|
||||
"oathauth-disable-page-title": "$1 비활성화",
|
||||
|
@ -63,6 +68,9 @@
|
|||
"oathauth-ui-available-modules": "사용 가능한 방식",
|
||||
"oathauth-ui-general-help": "'''다요소 인증'''('''MFA''')은 지식 (사용자가 알고 있는 것), 소유 (사용자가 가지고 있는 것), 고유 (사용자에게만 있는 것) 중 두 개 이상의 증거 (또는 요인) 를 인증 매커니즘에 성공적으로 제시한 후에야 컴퓨터 사용자에게 접근 권한을 부여하는 인증 방식입니다. [https://ko.wikipedia.org/wiki/다요소_인증 더 읽기]",
|
||||
"oathauth-totp-description": "TOTP (Time-based One-Time Password 알고리즘)는 HMAC 기반 HOTP (HMAC-Based One-time Password) 알고리즘에서 일회성 암호를 생성하는데, TOTP는 현재 시간을 고유한 값으로 취급하여 일회용 비밀번호를 생성하는 확장 기능입니다.",
|
||||
"oathauth-disable-method-warning-header": "인증 방식 비활성화 확인",
|
||||
"oathauth-disable-method-warning-button-label": "확인하고 계속하기",
|
||||
"oathauth-invalidrequest": "잘못된 요청"
|
||||
"oathauth-invalidrequest": "잘못된 요청",
|
||||
"oathauth-verify-enabled": "{{GENDER:$1|$1}}은(는) 2요소 인증이 활성화 되어있습니다.",
|
||||
"oathauth-verify-disabled": "{{GENDER:$1|$1}}은(는) 2요소 인증이 활성화 되어있지 않습니다."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue