16 строки
936 B
JavaScript
16 строки
936 B
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 (Authenticator app)" : "TOTP(인증기 앱)",
|
|
"Authenticate with a TOTP app" : "TOTP 앱으로 인증",
|
|
"Two Factor TOTP Provider" : "TOTP 2단계 인증 공급자",
|
|
"Authentication code" : "인증 코드",
|
|
"Could not enable TOTP" : "TOTP를 활성화할 수 없음",
|
|
"Could not verify your key. Please try again" : "내 키를 확인할 수 없습니다. 다시 시도하십시오",
|
|
"Get the authentication code from the two-factor authentication app on your device." : "내 장치에 있는 2단계 인증 앱에서 인증 코드를 확인하십시오.",
|
|
"Submit" : "제출"
|
|
},
|
|
"nplurals=1; plural=0;");
|