diff options
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r-- | core/l10n/ko.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index b06f76abd27..54b1dc6a197 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -53,7 +53,6 @@ OC.L10N.register( "Repair info:" : "수리 정보:", "Repair warning:" : "수리 경고:", "Repair error:" : "수리 오류:", - "Please use the command line updater because updating via the browser is disabled in your config.php." : "config,php에서 브라우저를 통한 업데이트가 비활성화 되었습니다. 명령행 업데이터를 이용하십시오.", "Turned on maintenance mode" : "유지 보수 모드 켜짐", "Turned off maintenance mode" : "유지 보수 모드 꺼짐", "Maintenance mode is kept active" : "유지 보수 모드가 켜져 있음", @@ -374,7 +373,6 @@ OC.L10N.register( "Detailed logs" : "자세한 로그", "Update needed" : "업데이트 필요", "Please use the command line updater because you have a big instance with more than 50 users." : "현재 인스턴스에 50명 이상의 사용자가 있기 때문에 명령행 업데이터를 사용하십시오.", - "Please use the command line updater because automatic updating is disabled in the config.php." : "config.php에서 자동 업데이트가 비활성화되어 있기 때문에 명령줄 업데이트를 사용하십시오.", "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "도움말을 보려면 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">문서</a>를 참조하십시오.", "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "웹 UI를 통한 업데이트 시 요청 시간이 초과되어 데이터가 손실될 수 있는 위험성을 알고 있으며, 내 데이터를 백업해 두었고 실패한 경우 복원할 수 있는 방법을 알고 있습니다.", "Upgrade via web on my own risk" : "그래도 웹으로 업데이트하기", @@ -382,11 +380,13 @@ OC.L10N.register( "This %s instance is currently in maintenance mode, which may take a while." : "이 %s 인스턴스는 현재 점검 모드입니다. 시간이 걸릴 수도 있습니다.", "This page will refresh itself when the instance is available again." : "인스턴스를 다시 사용할 수 있을 때 페이지를 자동으로 새로 고칩니다.", "Contact your system administrator if this message persists or appeared unexpectedly." : "이 메시지가 계속 표시되거나 예상하지 못하였을 때 표시된다면 시스템 관리자에게 연락하십시오.", + "Please use the command line updater because updating via the browser is disabled in your config.php." : "config,php에서 브라우저를 통한 업데이트가 비활성화 되었습니다. 명령행 업데이터를 이용하십시오.", "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "비밀번호 초기화 메시지가 이 계정의 이메일 주소로 발송되었습니다. 메일을 받지 못했다면, 스팸/정크 폴더를 확인하거나 로컬 관리자에게 문의하십시오.", "If it is not there ask your local administrator." : "그곳에 없다면 로컬 관리자에게 문의하십시오.", "Press enter to start searching" : "엔터를 눌러 검색 시작", "Settings" : "설정", "File not found" : "파일을 찾을 수 없음", - "The document could not be found on the server. Maybe the share was deleted or has expired?" : "서버에서 문서를 찾을 수 없습니다. 공유가 삭제되었거나 만료되었습니까?" + "The document could not be found on the server. Maybe the share was deleted or has expired?" : "서버에서 문서를 찾을 수 없습니다. 공유가 삭제되었거나 만료되었습니까?", + "Please use the command line updater because automatic updating is disabled in the config.php." : "config.php에서 자동 업데이트가 비활성화되어 있기 때문에 명령줄 업데이트를 사용하십시오." }, "nplurals=1; plural=0;"); |