twofactor_totp/l10n/ko.js

16 строки
936 B
JavaScript
Исходник Обычный вид История

2016-12-20 15:12:32 +03:00
OC.L10N.register(
"twofactor_totp",
{
2017-05-02 03:18:18 +03:00
"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(인증기 앱)",
2017-04-04 03:17:22 +03:00
"Authenticate with a TOTP app" : "TOTP 앱으로 인증",
2018-01-04 04:26:45 +03:00
"Two Factor TOTP Provider" : "TOTP 2단계 인증 공급자",
2018-11-17 04:49:06 +03:00
"Authentication code" : "인증 코드",
2018-10-19 03:32:15 +03:00
"Could not enable TOTP" : "TOTP를 활성화할 수 없음",
"Could not verify your key. Please try again" : "내 키를 확인할 수 없습니다. 다시 시도하십시오",
2017-05-02 03:18:18 +03:00
"Get the authentication code from the two-factor authentication app on your device." : "내 장치에 있는 2단계 인증 앱에서 인증 코드를 확인하십시오.",
2018-10-04 03:39:42 +03:00
"Submit" : "제출"
2016-12-20 15:12:32 +03:00
},
"nplurals=1; plural=0;");