diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-10-04 01:55:02 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-10-04 01:55:02 -0400 |
commit | 2ffb1c2135d80ac82f62c2bd403fe452e2c4e51d (patch) | |
tree | 8438ffc4d4b70dd8f885d7b9bdbaa5318aa1b400 /core/l10n/ko.js | |
parent | 122141be92febc6c47cec2be71b2b72c54c9f72c (diff) | |
download | nextcloud-server-2ffb1c2135d80ac82f62c2bd403fe452e2c4e51d.tar.gz nextcloud-server-2ffb1c2135d80ac82f62c2bd403fe452e2c4e51d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r-- | core/l10n/ko.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 3a63df5e745..dd6cb9c664d 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Couldn't send mail to following users: %s " : "%s 님에게 메일을 보낼 수 없습니다.", "Preparing update" : "업데이트 준비 중", + "Migration tests are skipped - \"update.skip-migration-test\" is activated in config.php" : "이전 작업 테스트를 건너뛰었습니다. config.php 파일에 \"update.skip-migration-test\"가 활성화되어 있습니다", "Turned on maintenance mode" : "유지 보수 모드 켜짐", "Turned off maintenance mode" : "유지 보수 모드 꺼짐", "Maintenance mode is kept active" : "유지 보수 모드가 켜져 있음", @@ -12,6 +13,8 @@ OC.L10N.register( "Updated \"%s\" to %s" : "\"%s\"을(를) %s(으)로 업데이트함", "Repair warning: " : "수리 경고:", "Repair error: " : "수리 오류:", + "Set log level to debug - current level: \"%s\"" : "로그 단계를 디버그로 설정함 - 현재 단계: \"%s\"", + "Reset log level to \"%s\"" : "로그 단계를 \"%s\"(으)로 초기화", "Following incompatible apps have been disabled: %s" : "다음 호환되지 않는 앱이 비활성화되었습니다: %s", "Following apps have been disabled: %s" : "다음 앱이 비활성화되었습니다: %s", "Already up to date" : "최신 상태임", @@ -146,12 +149,14 @@ OC.L10N.register( "change" : "변경", "delete" : "삭제", "access control" : "접근 제어", + "Share details could not be loaded for this item." : "이 항목의 공유 정보를 불러올 수 없습니다.", "An error occured. Please try again" : "오류가 발생하였습니다. 다시 시도하십시오.", "Share" : "공유", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "username@example.com/owncloud 형식으로 다른 ownCloud 사용자와 공유할 수 있습니다", "Share with users or groups …" : "사용자 및 그룹과 공유...", "Share with users, groups or remote users …" : "사용자, 그룹 및 원격 사용자와 공유...", "Warning" : "경고", + "Error while sending notification" : "알림을 보내는 중 오류 발생", "The object type is not specified." : "객체 유형이 지정되지 않았습니다.", "Enter new" : "새로운 값 입력", "Delete" : "삭제", @@ -181,6 +186,8 @@ OC.L10N.register( "New Password" : "새 암호", "Reset password" : "암호 재설정", "Searching other places" : "다른 장소 찾는 중", + "No search results in other folders" : "다른 폴더에 검색 결과 없음", + "_{count} search result in another folder_::_{count} search results in other folders_" : ["다른 폴더의 검색 결과 {count}개"], "Personal" : "개인", "Users" : "사용자", "Apps" : "앱", |