diff --git a/l10n/ko.js b/l10n/ko.js index feb5bef..657645e 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -1,6 +1,7 @@ OC.L10N.register( "registration", { + "Register" : "등록", "Email address you entered is not valid" : "입력한 이메일 주소가 올바르지 않음", "There is already a pending registration with this email" : "입력한 이메일 주소로 가입 대기 중", "Verify your ownCloud registration request" : "ownCloud 가입 요청 확인", diff --git a/l10n/ko.json b/l10n/ko.json index 0510f27..6b4ee48 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -1,4 +1,5 @@ { "translations": { + "Register" : "등록", "Email address you entered is not valid" : "입력한 이메일 주소가 올바르지 않음", "There is already a pending registration with this email" : "입력한 이메일 주소로 가입 대기 중", "Verify your ownCloud registration request" : "ownCloud 가입 요청 확인", diff --git a/l10n/ko.php b/l10n/ko.php index 6947d68..a52c17b 100644 --- a/l10n/ko.php +++ b/l10n/ko.php @@ -1,5 +1,6 @@ "등록", "Email address you entered is not valid" => "입력한 이메일 주소가 올바르지 않음", "There is already a pending registration with this email" => "입력한 이메일 주소로 가입 대기 중", "Verify your ownCloud registration request" => "ownCloud 가입 요청 확인",