diff options
Diffstat (limited to 'lib/l10n/ko.js')
-rw-r--r-- | lib/l10n/ko.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index bd0090dd974..66ca7aab6b4 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -49,10 +49,8 @@ OC.L10N.register( "This is an automatically sent email, please do not reply." : "자동으로 전송한 이메일입니다. 답장하지 마십시오.", "Help" : "도움말", "Apps" : "앱", - "Personal" : "개인", "Log out" : "로그아웃", "Users" : "사용자", - "Admin" : "관리자", "APCu" : "APCu", "Redis" : "Redis", "Basic settings" : "기본 설정", @@ -214,6 +212,8 @@ OC.L10N.register( "Files can't be shared with delete permissions" : "파일을 삭제 권한으로 공유할 수 없습니다", "Files can't be shared with create permissions" : "파일을 생성 권한으로 공유할 수 없습니다", "Cannot set expiration date more than %s days in the future" : "만료 날짜를 %s일 이상 이후로 설정할 수 없습니다", + "Personal" : "개인", + "Admin" : "관리자", "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "%sapps 디렉터리에 웹 서버 쓰기 권한%s을 주거나 설정 파일에서 앱 스토어를 비활성화하면 해결됩니다.", "Cannot create \"data\" directory (%s)" : "\"data\" 디렉터리를 만들 수 없음(%s)", "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">루트 디렉터리에 웹 서버 쓰기 권한</a>을 주면 해결됩니다.", |