2016-12-20 15:12:32 +03:00
|
|
|
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" : "인증 코드",
|
2017-04-04 03:17:22 +03:00
|
|
|
"Authenticate with a TOTP app" : "TOTP 앱으로 인증",
|
2016-12-20 15:12:32 +03:00
|
|
|
"Get the authentication code from the two-factor authentication app on your device." : "사용자 장치에 있는 이중 인증 앱에서 인증 코드를 확인하십시오.",
|
|
|
|
"TOTP second-factor auth" : "TOTP 이중 인증"
|
|
|
|
},
|
|
|
|
"nplurals=1; plural=0;");
|