Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ko.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a650f62ebacc56247975fda2bbd25929e10b4eea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "twofactor_totp",
    {
    "You enabled TOTP two-factor authentication for your account" : "내 계정의 TOTP 2단계 인증을 활성화함",
    "You disabled TOTP two-factor authentication for your account" : "내 계정의 TOTP 2단계 인증을 비활성화함",
    "TOTP two-factor authentication disabled by an admin" : "관리자가 TOTP 2단계 인증을 비활성화함",
    "TOTP (Authenticator app)" : "TOTP(인증기 앱)",
    "Authenticate with a TOTP app" : "TOTP 앱으로 인증",
    "Two-Factor TOTP Provider" : "2단계 인증 TOTP 공급자",
    "TOTP two-factor provider" : "TOTP 2단계 인증 공급자",
    "A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "TOTP 2단계 인증 공급자(RFC 6238)",
    "Enable TOTP" : "TOTP 활성화",
    "Could not enable TOTP" : "TOTP를 활성화할 수 없음",
    "Could not verify your key. Please try again" : "내 키를 확인할 수 없습니다. 다시 시도하십시오",
    "Your new TOTP secret is:" : "새로운 TOTP 비밀 키:",
    "For quick setup, scan this QR code with your TOTP app:" : "빠르게 설정하려면 다음 QR 코드를 TOTP 앱으로 스캔하십시오:",
    "After you configured your app, enter a test code below to ensure everything works correctly:" : "앱을 설정한 후 아래에 테스트 코드를 입력하여 앱 설정이 올바른지 확인하십시오:",
    "Authentication code" : "인증 코드",
    "Verify" : "검사",
    "Get the authentication code from the two-factor authentication app on your device." : "내 장치에 있는 2단계 인증 앱에서 인증 코드를 확인하십시오.",
    "Submit" : "제출"
},
"nplurals=1; plural=0;");