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: 641f3b8f6b21e81648167d6ff7e3f7a0af668957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS 인증",
    "Send an authentication code via SMS" : "SMS로 인증 코드 보내기",
    "%s is your Nextcloud authentication code" : "%s: Nextcloud 인증 코드입니다",
    "Two Factor SMS Provider" : "SMS 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." : "메시지를 전송하는 중 오류가 발생했습니다. 다시 시도하거나 관리자에게 연락하십시오."
},
"nplurals=1; plural=0;");