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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-02-01 04:10:52 +0300
committerNextcloud bot <bot@nextcloud.com>2018-02-01 04:10:52 +0300
commit009874a4c2ac9325b0345d9ce4917d6023e68177 (patch)
treefe5ea1dcaabdc25a32077d393aed910513aca696 /lib/l10n/ko.js
parent46a34f1e27d11b042b0bcf1216f935efd6d04ce1 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ko.js')
-rw-r--r--lib/l10n/ko.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js
index 8593058bf68..46ffd194900 100644
--- a/lib/l10n/ko.js
+++ b/lib/l10n/ko.js
@@ -186,8 +186,6 @@ OC.L10N.register(
"Could not create user" : "사용자를 만들 수 없습니다",
"User disabled" : "사용자 비활성화됨",
"Login canceled by app" : "앱에서 로그인 취소함",
- "No app name specified" : "앱 이름이 지정되지 않았음",
- "App '%s' could not be installed!" : "앱 '%s'을(를) 설치할 수 없습니다!",
"App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "앱 \"%s\"의 다음 의존성을 만족하지 못하므로 설치할 수 없습니다: %s",
"a safe home for all your data" : "내 모든 데이터의 안전한 저장소",
"File is currently busy, please try again later" : "파일이 현재 사용 중, 나중에 다시 시도하십시오",
@@ -246,6 +244,8 @@ OC.L10N.register(
"Cannot set expiration date more than %s days in the future" : "만료 날짜를 %s일 이상 이후로 설정할 수 없습니다",
"Personal" : "개인",
"Admin" : "관리자",
+ "No app name specified" : "앱 이름이 지정되지 않았음",
+ "App '%s' could not be installed!" : "앱 '%s'을(를) 설치할 수 없습니다!",
"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>을 주면 해결됩니다.",