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

ko.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b18fb2584c9e4c8bf23072dcfeef8bc695bea33e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "twofactor_gateway",
    {
    "%s is your Nextcloud authentication code" : "%s: Nextcloud 인증 코드입니다",
    "Signal verification" : "Signal 인증",
    "Authenticate via Signal" : "Signal로 인증",
    "Message gateway verification" : "메시지 게이트웨이 확인",
    "Authenticate via SMS" : "SMS로 인증",
    "Telegram verification" : "Telegram 확인",
    "Authenticate via Telegram" : "Telegram으로 인증",
    "Two-Factor Gateway" : "2단계 인증 게이트웨이",
    "Two-factor gateway providers (SMS, Telegram, Signal)" : "2단계 인증 게이트웨이 공급자(SMS, Telegram, Signal)",
    "A set of Nextcloud two-factor providers to send authentication codes via Signal, SMS and Telegram." : "Signal, SMS, Telegram으로 인증 코드를 전송하는 Nextcloud 2단계 인증 공급자입니다.",
    "Authentication code" : "인증 코드",
    "An access code has been sent to %s" : "접근 코드를 %s(으)로 보냄",
    "Error while sending the Message. Please try again later or contact the administrator." : "메시지를 전송하는 중 오류가 발생했습니다. 다시 시도하거나 관리자에게 연락하십시오.",
    "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "전화번호를 변경한 후 다시 인증하지 않았습니다. 다른 2단계 인증 방법을 사용하거나 관리자에게 연락하십시오."
},
"nplurals=1; plural=0;");