diff options
author | Andreas Jacobsen <anjac@itu.dk> | 2017-07-24 10:15:01 +0200 |
---|---|---|
committer | Andreas Jacobsen <anjac@itu.dk> | 2017-07-24 10:15:01 +0200 |
commit | 25ada8208d2c9c23e5cf6aef542f54433b6faf78 (patch) | |
tree | 10e437317b8f8d9cfd7e74b47f701313eb38567f /lib/l10n/ko.js | |
parent | 35494703f32bb011e66e2a896b36a185b17e10c2 (diff) | |
parent | 118f0d2b4db296b6d4275918813f89340425a4f6 (diff) | |
download | nextcloud-server-25ada8208d2c9c23e5cf6aef542f54433b6faf78.tar.gz nextcloud-server-25ada8208d2c9c23e5cf6aef542f54433b6faf78.zip |
Merge branch 'clean-settings-layout' of https://github.com/andreasjacobsen93/server into clean-settings-layout
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>을 주면 해결됩니다.", |