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: 17adf1da765bc1e61466b22ddadb366f09c7ad87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_totp",
    {
    "Enable TOTP" : "TOTP 활성화",
    "This is your new TOTP secret:" : "이것은 새 TOTP 비밀 키입니다:",
    "Scan this QR code with your TOTP app" : "이 QR 코드를 TOTP 앱으로 스캔하십시오",
    "Authentication code" : "인증 코드",
    "Authenticate with a TOTP app" : "TOTP 앱으로 인증",
    "Get the authentication code from the two-factor authentication app on your device." : "사용자 장치에 있는 이중 인증 앱에서 인증 코드를 확인하십시오.",
    "TOTP second-factor auth" : "TOTP 이중 인증"
},
"nplurals=1; plural=0;");