f7cloud_client/apps/twofactor_totp/l10n/ko.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

24 lines
1.7 KiB
JavaScript

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 the administration" : "TOTP 2단계 인증이 관리자에 의해 비활성화됨",
"TOTP (Authenticator app)" : "TOTP(인증기 앱)",
"Authenticate with a TOTP app" : "TOTP 앱으로 인증",
"Two-Factor TOTP Provider" : "2단계 인증 TOTP 공급자",
"Two-factor TOTP provider" : "2단계 인증 TOTP 공급자",
"A two-factor authentication provider for TOTP (RFC 6238)" : "TOTP 2단계 인증 공급자 (RFC 6238)",
"Could not enable TOTP" : "TOTP를 활성화할 수 없음",
"Could not verify your key. Please try again" : "내 키를 확인할 수 없습니다. 다시 시도하십시오",
"Enable TOTP" : "TOTP 활성화",
"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;");