Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/ko.js')
-rw-r--r--l10n/ko.js17
1 files changed, 12 insertions, 5 deletions
diff --git a/l10n/ko.js b/l10n/ko.js
index 17adf1d..16dd29a 100644
--- a/l10n/ko.js
+++ b/l10n/ko.js
@@ -1,12 +1,19 @@
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 앱으로 스캔하십시오",
+ "Enable TOTP" : "TOTP 사용",
+ "This is your new TOTP secret:" : "새로운 TOTP 비밀 키 값입니다:",
+ "Scan this QR code with your TOTP app" : "다음 QR 코드를 TOTP 앱으로 스캔하십시오",
+ "Once you have configured your app, enter a test code below to ensure that your app has been configured correctly." : "앱을 설정한 후 아래에 테스트 코드를 입력하여 앱 설정이 올바른지 확인하십시오.",
"Authentication code" : "인증 코드",
+ "Verify" : "확인",
+ "Could not verify your key. Please try again" : "내 키를 확인할 수 없습니다. 다시 시도하십시오",
+ "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 앱으로 인증",
- "Get the authentication code from the two-factor authentication app on your device." : "사용자 장치에 있는 이중 인증 앱에서 인증 코드를 확인하십시오.",
- "TOTP second-factor auth" : "TOTP 이중 인증"
+ "Submit" : "제출",
+ "Get the authentication code from the two-factor authentication app on your device." : "내 장치에 있는 2단계 인증 앱에서 인증 코드를 확인하십시오.",
+ "TOTP second-factor auth" : "TOTP 2단계 인증"
},
"nplurals=1; plural=0;");