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

ko.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da00990d00f9c73962658c819f0412285ecf991e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "registration",
    {
    "Register" : "등록",
    "Saved" : "저장됨",
    "None" : "없음",
    "Username" : "사용자 이름",
    "Password" : "암호",
    "Create account" : "회원 등록",
    "Email" : "이메일"
},
"nplurals=1; plural=0;");