mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-27 17:50:15 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I24c22158d0c358c58ee42f610f19cd6ad07cc9ab
This commit is contained in:
parent
cf1bf17b7a
commit
8fbef6a693
21
i18n/ko.json
21
i18n/ko.json
|
@ -14,31 +14,14 @@
|
|||
"oathauth-account": "계정 이름:",
|
||||
"oathauth-secret": "2요소 인증 비밀 키:",
|
||||
"oathauth-enable": "2요소 인증 활성화",
|
||||
"oathauth-failedtoenableoauth": "2요소 인증을 활성화하는 데 실패했습니다.",
|
||||
"oathauth-alreadyenabled": "2요소 인증이 이미 활성화되어 있습니다.",
|
||||
"oathauth-verify": "2요소 인증 토큰을 검증",
|
||||
"oathauth-scratchtokens": "다음 목록은 일회용 스크래치 토큰 목록입니다. 이 토큰들은 한 번만 사용할 수 있으며 비상용입니다. 이것들을 적어놓고 안전한 위치에 보관하세요. 전화를 분실할 경우 이 토큰들이 당신의 계정을 찾을 유일한 수단입니다. 이 토큰들은 다시 볼 수 없습니다.",
|
||||
"oathauth-reset": "2요소 자격 정보를 다시 설정",
|
||||
"oathauth-donotdeleteoldsecret": "새로운 자격 정보의 검증을 완료할 때까지 이전 자격 정보를 삭제하지 마세요.",
|
||||
"oathauth-token": "토큰",
|
||||
"oathauth-currenttoken": "현재 토큰",
|
||||
"oathauth-newtoken": "새 토큰",
|
||||
"oathauth-disable": "2요소 인증 비활성화",
|
||||
"oathauth-login": "2요소 인증을 이용해 로그인",
|
||||
"oathauth-displayoathinfo": "2요소 인증 선택",
|
||||
"oathauth-validatedoath": "2요소 자격 정보를 검증했습니다. 2요소 인증을 실행합니다.",
|
||||
"oathauth-backtopreferences": "사용자 환경 설정으로 돌아갑니다.",
|
||||
"oathauth-failedtovalidateoauth": "2요소 자격정보를 검증하는 데 실패했습니다",
|
||||
"oathauth-reattemptreset": "2요소 자격 정보 재설정을 재시도",
|
||||
"oathauth-reattemptenable": "2요소 인증 활성화 재시도",
|
||||
"oathauth-noscratchforvalidation": "2요소 인증을 확인하기 위해 스크래치 코드를 사용할 수 없습니다. 스크래치 코드는 백업용 및 부수적인 용도 전용입니다. 코드 생성기의 인증 코드를 사용해 주십시오.",
|
||||
"oathauth-failedtovalidateoath": "2요소 자격정보를 검증하는 데 실패했습니다",
|
||||
"oathauth-disabledoath": "2요소 인증이 비활성화되었습니다.",
|
||||
"oathauth-failedtodisableoauth": "2요소 인증을 비활성화하는 데 실패했습니다.",
|
||||
"oathauth-reattemptdisable": "2요소 인증 비활성화를 재시도합니다.",
|
||||
"oathauth-failedtoresetoath": "2요소 인증 자격 정보 재설정에 실패했습니다.",
|
||||
"oathauth-notloggedin": "로그인 필요",
|
||||
"oathauth-mustbeloggedin": "이 동작을 수행하려면 로그인해야 합니다.",
|
||||
"oathauth-prefs-label": "2요소 인증:",
|
||||
"oathauth-abortlogin": "입력된 2요소 인증 토큰이 유효하지 않습니다.",
|
||||
"oathauth-step1": "1단계: 2요소 인증 프로그램을 다운로드하세요",
|
||||
"oathauth-step1-test": "2요소 인증을 위한 프로그램을 다운로드하세요. 모바일 애플리케이션(Google Authenticator 등)이나 데스크톱 애플리케이션일 수 있습니다.",
|
||||
"oathauth-step2": "2단계: QR 코드를 스캔하세요",
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Milicevic01"
|
||||
"Milicevic01",
|
||||
"Obsuser"
|
||||
]
|
||||
},
|
||||
"oathauth-token": "Жетон"
|
||||
"oathauth-token": "Жетон",
|
||||
"oathauth-noscratchforvalidation": "Не можете да користите скреч код за потврђивање двофакторске аутентификације. Скреч кодови су за подршку и случајну употребу само. Користите верификациони код из свог генератора кода."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue