owncloud/core

View on GitHub
core/l10n/ko.js

Summary

Maintainability
B
5 hrs
Test Coverage
OC.L10N.register(
    "core",
    {
    "Please select a file." : "파일을 선택하십시오.",
    "File is too big" : "파일이 너무 큼",
    "Invalid file provided" : "잘못된 파일 지정됨",
    "No image or file provided" : "사진이나 파일이 없음",
    "Unknown filetype" : "알려지지 않은 파일 형식",
    "Invalid image" : "잘못된 사진",
    "An error occurred. Please contact your admin." : "오류가 발생했습니다. 시스템 관리자에게 연락하십시오.",
    "No temporary profile picture available, try again" : "사용 가능한 프로필 사진이 없습니다. 다시 시도하십시오.",
    "No crop data provided" : "선택된 데이터가 없습니다.",
    "No valid crop data provided" : "올바른 잘라내기 데이터가 지정되지 않음",
    "Crop is not square" : "잘라내는 영역이 사각형이 아님",
    "Could not reset password because the token is invalid" : "토큰이 잘못되었기 때문에 암호를 초기화할 수 없음",
    "Could not reset password because the token expired" : "토큰이 만료되었기 때문에 암호를 초기화할 수 없음",
    "Could not reset password because the token does not match" : "토큰이 일치하지 않기 때문에 암호를 초기화할 수 없음",
    "%s password changed successfully" : "%s 암호가 성공적으로 변경됨",
    "%s password reset" : "%s 암호 재설정",
    "Couldn't send reset email. Please contact your administrator." : "재설정 메일을 보낼 수 없습니다. 관리자에게 문의하십시오.",
    "Download / View" : "다운로드 / 보기",
    "Recipients can view or download contents." : "받는 사람은 컨텐츠를 열람하거나 다운로드할  있습니다.",
    "Download / View / Upload" : "다운로드 / 조회 / 업로드",
    "Recipients can view, download and upload contents." : "받는 사람은 콘텐츠를 조회, 다운로드, 업로드할 수 있습니다.",
    "Download / View / Edit" : "다운로드 / 보기 / 편집",
    "Recipients can view, download, edit, delete and upload contents." : "받는 사람은 컨텐츠를 열람, 다운로드, 편집, 삭제, 업로드할 수 있습니다.",
    "Upload only" : "업로드만",
    "Receive files from multiple recipients without revealing the contents of the folder." : "폴더의 내용을 표시하지 않고 여러 수신자로부터 파일을 수신합니다.",
    "Preparing update" : "업데이트 준비 중",
    "[%d / %d]: %s" : "[%d / %d]: %s",
    "Repair warning: " : "수리 경고:",
    "Repair error: " : "수리 오류:",
    "Please use the command line updater because automatic updating is disabled in the config.php." : "config.php에서 자동 업데이트가 비활성화되어 있기 때문에 명령줄 업데이트를 사용하십시오.",
    "[%d / %d]: Checking table %s" : "[%d / %d]: 테이블 %s 확인 중",
    "Turned on maintenance mode" : "유지 보수 모드 켜짐",
    "Turned off maintenance mode" : "유지 보수 모드 꺼짐",
    "Maintenance mode is kept active" : "유지 보수 모드가 켜져 있음",
    "Updating database schema" : "데이터베이스 스키마 업데이트 중",
    "Updated database" : "데이터베이스 업데이트 됨",
    "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)",
    "Checked database schema update" : "데이터베이스 스키마 업데이트 확인됨",
    "Checking updates of apps" : "앱 업데이트 확인 중",
    "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s의 데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)",
    "Checked database schema update for apps" : "앱용 데이터베이스 스키마 업데이트 확인됨",
    "Updated \"%s\" to %s" : "\"%s\"을(를) %s(으)로 업데이트함",
    "Set log level to debug" : "로그 단계를 디버그로 설정",
    "Reset log level" : "로그 단계 초기화",
    "Starting code integrity check" : "코드 무결성 검사 시작 중",
    "Finished code integrity check" : "코드 무결성 검사 완료됨",
    "%s (3rdparty)" : "%s(제 3사)",
    "%s (incompatible)" : "%s(호환 불가)",
    "Following apps have been disabled: %s" : "다음 앱이 비활성화되었습니다: %s",
    "Already up to date" : "최신 상태임",
    "Sunday" : "일요일",
    "Monday" : "월요일",
    "Tuesday" : "화요일",
    "Wednesday" : "수요일",
    "Thursday" : "목요일",
    "Friday" : "금요일",
    "Saturday" : "토요일",
    "Sun." : "일",
    "Mon." : "월",
    "Tue." : "화",
    "Wed." : "수",
    "Thu." : "목",
    "Fri." : "금",
    "Sat." : "토",
    "Su" : "일",
    "Mo" : "월",
    "Tu" : "화",
    "We" : "수",
    "Th" : "목",
    "Fr" : "금",
    "Sa" : "토",
    "January" : "1월",
    "February" : "2월",
    "March" : "3월",
    "April" : "4월",
    "May" : "5월",
    "June" : "6월",
    "July" : "7월",
    "August" : "8월",
    "September" : "9월",
    "October" : "10월",
    "November" : "11월",
    "December" : "12월",
    "Jan." : "1월",
    "Feb." : "2월",
    "Mar." : "3월",
    "Apr." : "4월",
    "May." : "5월",
    "Jun." : "6월",
    "Jul." : "7월",
    "Aug." : "8월",
    "Sep." : "9월",
    "Oct." : "10월",
    "Nov." : "11월",
    "Dec." : "12월",
    "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">코드 무결성 검사 중 오류가 발생했습니다. 더 많은 정보를 보려면 누르십시오…</a>",
    "Settings" : "설정",
    "Problem loading page, reloading in 5 seconds" : "페이지 불러오기 오류, 5초 후 새로 고침",
    "Saving..." : "저장 중...",
    "Dismiss" : "닫기",
    "seconds ago" : "초 지남",
    "You have enabled one or more ownCloud Enterprise apps but your installation does not have a valid license yet." : "하나 이상의 ownCloud Enterprise 앱을 켰으나 아직 유효한 라이선스가 없습니다.",
    "A grace period of 24 hours has started to allow you to get going right away. Once the grace period ends, all Enterprise apps will become disabled unless you supply a valid license key." : "24시간의 유예 기간이 시작되어 바로 사용할 수 있습니다. 유예 기간이 종료되면 올바른 라이선스 키가 입력되기 전까지는 모든 Enterprise 앱은 비활성화됩니다.",
    "To try ownCloud Enterprise, just start a 30-day demo and enter the provided license key below." : "ownCloud Enterprise를 체험하려면, 30일 데모를 시작하고 제공된 라이선스 키를 하단에 입력하세요.",
    "Upgrade to ownCloud Enterprise" : "ownCloud Enterprise로 업그레이드",
    "Remaining time: {rtime}" : "남은 시간: {rtime}",
    "Get your demo key" : "데모 키 얻기",
    "Enter license key" : "라이선스 키 입력",
    "Set new key" : "새로운 키 설정",
    "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "암호 재설정 링크를 포함하고 있는 이메일을 보냈습니다. 이메일이 도착하지 않은 경우 스팸함을 확인해 보십시오.<br>스팸함에도 없는 경우 로컬 관리자에게 문의하십시오.",
    "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "내 파일이 암호화되어 있습니다. 복구 키를 활성화하지 않았다면 암호를 초기화한 후 데이터를 복구할 수 없습니다.<br />무엇을 해야 할 지 잘 모르겠으면 계속하기 전에 관리자에게 연락하십시오.<br />그래도 계속 진행하시겠습니까?",
    "I know what I'm doing" : "지금 하려는 것을 알고 있습니다",
    "Password can not be changed. Please contact your administrator." : "암호를 변경할 수 없습니다. 관리자에게 문의하십시오.",
    "Passwords do not match" : "암호 일치하지 않음",
    "Error adding {addItem}: {addItem} already exists" : "{addItem} 추가 오류: {addItem} 항목이 이미 존재함",
    "No" : "아니요",
    "Yes" : "예",
    "Choose" : "선택",
    "Error loading file picker template: {error}" : "파일 선택 템플릿을 불러오는 중 오류 발생: {error}",
    "Ok" : "확인",
    "Error loading message template: {error}" : "메시지 템플릿을 불러오는 중 오류 발생: {error}",
    "read-only" : "읽기 전용",
    "_{count} file conflict_::_{count} file conflicts_" : ["파일 {count}개 충돌"],
    "One file conflict" : "파일 1개 충돌",
    "New Files" : "새 파일",
    "Already existing files" : "파일이 이미 존재합니다",
    "Which files do you want to keep?" : "어느 파일을 유지하시겠습니까?",
    "If you select both versions, the copied file will have a number added to its name." : "두 버전을 모두 선택하면, 복사된 파일 이름에 번호가 추가됩니다.",
    "Cancel" : "취소",
    "Continue" : "계속",
    "(all selected)" : "(모두 선택됨)",
    "({count} selected)" : "({count}개 선택됨)",
    "Error loading file exists template" : "파일 존재함 템플릿을 불러오는 중 오류 발생",
    "Very weak password" : "매우 약한 암호",
    "Weak password" : "약한 암호",
    "So-so password" : "그저 그런 암호",
    "Good password" : "좋은 암호",
    "Strong password" : "강력한 암호",
    "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "WebDAV 서비스가 올바르게 작동하지 않아서 웹 서버에서 파일 동기화를 사용할 수 없습니다.",
    "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "웹 서버가 \"{url}\"을 올바르게 처리할 수 있도록 설정되어 있지 않습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">문서</a>를 참고하십시오.",
    "This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "서버에서 인터넷 연결을 사용할 수 없습니다. 외부 저장소 마운트, 업데이트 알림, 제 3자 앱 설치 등 기능을 사용할 수 없습니다. 원격에서 파일에 접근하거나, 알림 이메일을 보내지 못할 수도 있습니다. 모든 기능을 사용하려면 인터넷에 연결하는 것을 추천합니다.",
    "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "메모리 캐시가 구성되지 않았습니다. 가능한 경우 memcache를 설정하여 성능을 향상시킬 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">문서</a>를 참고하십시오.",
    "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "PHP가 안전한 난수 발생기(/dev/urandom)를 사용할 수 없어 보안에 취약합니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">문서</a>를 참고하십시오.",
    "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "현재 PHP {version}을(를) 사용하고 있습니다. 배포판에서 지원하는 대로 PHP 버전을 업그레이드하여 <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">PHP 그룹에서 제공하는 성능 및 보안 업데이트</a>를 받는 것을 추천합니다.",
    "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "역방향 프록시 헤더 설정이 올바르지 않거나 신뢰하는 프록시를 통해 ownCloud에 접근하고 있을 수 있습니다 만약 ownCloud를 신뢰하는 프록시를 통해 접근하고 있지 않다면 이는 보안 문제이며 공격자가 IP 주소를 속이고 있을 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">문서</a>를 참고하십시오.",
    "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached가 분산 캐시로 구성되어 있지만 잘못된 PHP 모듈 \"memcache\"가 설치되어 있습니다. \\OC\\Memcache\\Memcached는 \"memcache\"가 아닌 \"memcached\"만 지원합니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">이 두 모듈에 대한 memcached 위키</a>를 참고하십시오.",
    "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "일부 파일이 무결성 검사를 통과하지 못습니다. 이 문제를 해결하는 방법은 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">문서</a>를 참고하십시오.(<a href=\"{codeIntegrityDownloadEndpoint}\">잘못된 파일 목록…</a> / <a href=\"{rescanEndpoint}\">다시 검색…</a>)",
    "You are running in DEBUG mode, this can cause unwanted side effects. Please remove the \"debug\" flag from \"config.php\"." : "디버그 모드로 실행 중입니다. 의도하지 않은 부작용이 발생할 수도 있습니다. \"config.php\"에서 \"debug\" 플래그를 삭제하십시오.",
    "Error occurred while checking server setup" : "서버 설정을 확인하는 중 오류 발생",
    "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "인터넷에서 데이터 디렉터리와 파일에 접근할 수 있습니다. .htaccess 파일이 작동하지 않습니다. 웹 서버 설정을 변경하여 데이터 디렉터리에 직접 접근할 수 없도록 하거나, 데이터 디렉터리를 웹 서버 문서 경로 바깥에 두십시오.",
    "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP 헤더가 \"{expected}\"와(과) 같이 설정되지 않았습니다. 잠재적인 보안 위협이 될 수 있으므로 설정을 변경하는 것을 추천합니다.",
    "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "\"Strict-Transport-Security\" HTTP 헤더가 \"{seconds}\"초 이상로 설정되어 있지 않습니다. <a href=\"{docUrl}\" rel=\"noreferrer\">보안 팁</a>에서 제안하는 것처럼 HSTS를 활성화하는 것을 추천합니다.",
    "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "이 사이트를 HTTP로 접근하고 있습니다. <a href=\"{docUrl}\">보안 팁</a>에 나타난 것처럼 서버 설정을 변경하여 HTTPS를 사용하는 것을 강력히 추천합니다.",
    "Shared" : "공유됨",
    "Shared with {recipients}" : "{recipients} 님과 공유됨",
    "Error" : "오류",
    "Error while sharing" : "공유하는 중 오류 발생",
    "Error while unsharing" : "공유 해제하는 중 오류 발생",
    "The public link will expire no later than {days} days after it is created" : "공개 링크를 만든 후 최대 {days}일까지 유지됩니다",
    "Expiration" : "만료",
    "Choose an expiration date" : "만료 날짜 선택",
    "Expiration date is required" : "만료 날짜를 지정해야 함",
    "Delete {link}" : "{link} 삭제",
    "Remove link" : "링크 삭제",
    "Link" : "링크",
    "Create public link" : "공개 링크 만들기",
    "Edit" : "편집",
    "Remove" : "삭제",
    "Copy to clipboard" : "클립보드로 복사",
    "Social share" : "소셜 공유",
    "There are currently no link shares, you can create one" : "링크 공유가 없습니다. 만들 수 있습니다",
    "Anyone with the link has access to the file/folder" : "링크가 있는 모든 사용자는 파일/폴더에 접근할 수 있습니다",
    "Copied!" : "복사 성공!",
    "Not supported!" : "지원하지 않음!",
    "Press ⌘-C to copy." : "복사하려면 ⌘-C 키를 누르십시오.",
    "Press Ctrl-C to copy." : "복사하려면 Ctrl-C 키를 누르십시오.",
    "Choose a password" : "암호 지정",
    "Password required" : "암호 필요함",
    "Link name" : "링크 이름",
    "Name" : "이름",
    "Filename" : "파일 이름",
    "Password" : "암호",
    "Download / View / Upload / Edit" : "다운로드 / 조회 / 업로드 / 편집",
    "Recipients can view, download and edit contents." : "받는 사람은 콘텐츠를 조회, 다운로드 및 편집할 수 있습니다.",
    "Can not remove required password" : "필요한 암호를 제거할 수 없음",
    "Edit link share: {name}" : "링크 공유 편집: {name}",
    "Create link share: {name}" : "링크 공유 만들기: {name}",
    "Share" : "공유",
    "Save" : "저장",
    "Remove password" : "암호 삭제",
    "Share to Twitter. Opens in a new window." : "트위터로 공유합니다. 새 창에서 엽니다.",
    "Share to Facebook. Opens in a new window." : "Facebook으로 공유합니다. 새 창에서 엽니다.",
    "Share to Diaspora. Opens in a new window." : "Diaspora로 공유합니다. 새 창에서 엽니다.",
    "Share via email. Opens your mail client." : "이메일로 공유합니다. 메일 클라이언트를 엽니다.",
    "An error occurred while sending email" : "이메일을 보내는 중 오류 발생",
    "Email link to person" : "이메일 주소",
    "Send copy to self" : "나에게 사본 전송",
    "Send link via email" : "이메일로 링크 보내기",
    "Add personal message" : "개인 메시지 추가",
    "Sending" : "보내는 중",
    "E-Mail sent" : "이메일 보냄",
    "Shared with you and the group {group} by {owner}" : "{owner} 님이 여러분 및 그룹 {group}와(과) 공유 중",
    "Shared with you by {owner}" : "{owner} 님이 공유 중",
    "group" : "그룹",
    "federated" : "연합",
    "notify by email" : "이메일로 알림",
    "Unshare" : "공유 해제",
    "can share" : "공유 가능",
    "can edit" : "편집 가능",
    "create" : "생성",
    "change" : "변경",
    "delete" : "삭제",
    "access control" : "접근 제어",
    "Could not unshare" : "공유 해제할 수 없음",
    "Email notification was sent!" : "이메일 알림을 보냈습니다!",
    "Email notification not sent" : "이메일 알림을 보내지 못했습니다",
    "Share details could not be loaded for this item." : "이 항목의 공유 정보를 불러올 수 없습니다.",
    "No users or groups found" : "사용자 또는 그룹을 찾을 수 없음",
    "No users or groups found for {search}" : "{search} 사용자나 그룹을 찾을 수 없음",
    "No users found for {search}" : "{search} 사용자를 찾을 수 없음",
    "_Please enter at least {chars} character for suggestions_::_Please enter at least {chars} characters for suggestions_" : ["제안을 위해 최소 {chars}글자를 입력하시기 바랍니다"],
    "An error occurred. Please try again" : "오류가 발생했습니다. 다시 시도하십시오",
    "User" : "사용자 이름",
    "Group" : "그룹",
    "Guest" : "손님",
    "Federated" : "연합",
    "User and Groups" : "사용자와 그룹",
    "Public Links" : "공개 링크",
    "Sharing is not allowed" : "공유 허용되지 않음",
    "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "username@example.com/owncloud 형식으로 다른 ownCloud 사용자와 공유할 수 있습니다",
    "Share with users…" : "사용자와 공유…",
    "Share with users, groups or federated users…" : "사용자, 그룹 또는 연방 사용자와 공유…",
    "Share with users or groups…" : "사용자 및 그룹과 공유…",
    "Share with users or federated users…" : "사용자 또는 연방 사용자와 공유…",
    "Could not be shared with the following users: {users}" : "다음 사용자와 공유할 수 없음: {users}",
    "Add multiple users" : "여러 사용자 추가",
    "Error removing share" : "공유 삭제 중 오류 발생",
    "Unknown Share" : "알 수 없는 공유",
    "Non-existing tag #{tag}" : "존재하지 않는 태그 #{tag}",
    "restricted" : "제한됨",
    "invisible" : "보이지 않음",
    "({scope})" : "({scope})",
    "Rename" : "이름 바꾸기",
    "Do you really want to remove the tag \"{tagName}\" and unassign it from all files and folders ?" : "\"{tagName}\" 태그를 제거하고 모든 파일과 폴더에서 할당을 해제하시겠습니까?",
    "Remove tag" : "태그 제거",
    "Delete" : "삭제",
    "Collaborative tags" : "협동 태그",
    "The object type is not specified." : "객체 유형이 지정되지 않았습니다.",
    "Enter new" : "새로운 값 입력",
    "Add" : "추가",
    "Edit tags" : "태그 편집",
    "Error loading dialog template: {error}" : "대화 상자 템플릿을 불러오는 중 오류 발생: {error}",
    "No tags selected for deletion." : "삭제할 태그를 선택하지 않았습니다.",
    "unknown text" : "알 수 없는 텍스트",
    "Hello world!" : "Hello world!",
    "sunny" : "맑음",
    "Hello {name}, the weather is {weather}" : "{name} 님 안녕하세요, 오늘 날씨는 {weather}입니다",
    "Hello {name}" : "{name} 님 안녕하세요",
    "new" : "새로운 항목",
    "_download %n file_::_download %n files_" : ["파일 %n개 다운로드"],
    "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "업그레이드 중입니다. 이 페이지를 열어 두면 일부 환경에서 진행 과정을 중단시킬 수 있습니다.",
    "Updating to {version}" : "{version}(으)로 업데이트 중",
    "An error occurred." : "오류가 발생했습니다.",
    "Please reload the page." : "페이지를 새로 고치십시오.",
    "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "업데이트에 실패했습니다. 더 많은 정보를 보려면 이 문제에 대한 <a href=\"{url}\">포럼 글</a>을 참조하십시오.",
    "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "업데이트가 실패하였습니다. 이 문제를 <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud 커뮤니티</a>에 보고해 주십시오.",
    "The update was successful. There were warnings." : "업데이트가 성공했습니다. 일부 경고가 있습니다.",
    "The update was successful. Redirecting you to ownCloud now." : "업데이트가 성공했습니다. ownCloud로 돌아갑니다.",
    "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" : "앱",
    "Admin" : "관리자",
    "Help" : "도움말",
    "Access forbidden" : "접근 금지됨",
    "File not found" : "파일을 찾을 수 없음",
    "The specified document has not been found on the server." : "지정한 문서를 서버에서 찾을 수 없습니다.",
    "You can click here to return to %s." : "%s(으)로 돌아가려면 여기를 누르십시오.",
    "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "안녕하세요,\n\n%s 님이 %s을(를) 공유하였음을 알려 드립니다.\n보기 링크: %s\n\n",
    "The share will expire on %s." : "이 공유는 %s에 만료됩니다.",
    "Personal note from the sender: \n %s." : "발신자의 개인 메모:\n%s",
    "Cheers!" : "감사합니다!",
    "The application was authorized successfully. You will now get redirected to the requested page, otherwise you can close this window." : "애플리케이션이 인증되었습니다. 곧 요청한 페이지로 이동합니다. 이동하지 않는 경우라면 이 창을 닫으셔도 됩니다.",
    "Internal Server Error" : "내부 서버 오류",
    "The server encountered an internal error and was unable to complete your request." : "서버에 내부 오류가 발생하여 요청을 처리할 수 없었습니다.",
    "Please contact the server administrator if this error reappears multiple times and include the technical details below in your report." : "이 오류가 여러 번 발생하면 아래의 기술 정보를 포함해서 서버 관리자에게 연락하십시오.",
    "More details can be found in the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">server log</a>." : "더 자세한 정보를 보려면 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">서버 로그</a>를 참조하십시오.",
    "Technical details" : "기술 정보",
    "Remote Address: %s" : "원격 주소: %s",
    "Request ID: %s" : "요청 ID: %s",
    "Type: %s" : "종류: %s",
    "Code: %s" : "코드: %s",
    "Message: %s" : "메시지: %s",
    "File: %s" : "파일: %s",
    "Line: %s" : "줄: %s",
    "Trace" : "추적",
    "Imprint" : "법적 고지",
    "Privacy Policy" : "개인 정보 정책",
    "Create an <strong>admin account</strong>" : "<strong>관리자 계정</strong> 만들기",
    "Username" : "사용자 이름",
    "Storage & database" : "저장소 및 데이터베이스",
    "Data folder" : "데이터 폴더",
    "Configure the database" : "데이터베이스 설정",
    "Only %s is available." : "%s만 사용할 수 있습니다.",
    "Install and activate additional PHP modules to choose other database types." : "다른 데이터베이스 종류를 사용하려면 추가 PHP 모듈을 설치 및 활성화하십시오.",
    "For more details check out the documentation." : "자세한 정보를 보려면 문서를 참고하십시오.",
    "Database user" : "데이터베이스 사용자",
    "Database password" : "데이터베이스 암호",
    "Database name" : "데이터베이스 이름",
    "Database tablespace" : "데이터베이스 테이블 공간",
    "Database host" : "데이터베이스 호스트",
    "Please specify the port number along with the host name (e.g., localhost:5432)." : "호스트 이름과 함께 포트 번호를 지정하십시오 (예: localhost:5432).",
    "Performance warning" : "성능 경고",
    "SQLite will be used as database." : "데이터베이스로 SQLite를 사용할 것입니다.",
    "For larger installations we recommend to choose a different database backend." : "대규모 파일을 관리하려고 한다면 다른 데이터베이스 백엔드를 선택할 것을 권장합니다.",
    "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "특히 파일 동기화를 위해 데스크톱 클라이언트를 사용할 예정이면 SQLite를 사용하지 않는 것이 좋습니다.",
    "Finish setup" : "설치 완료",
    "Need help?" : "도움이 필요한가요?",
    "See the documentation" : "문서 보기",
    "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "안녕하세요,<br><br>%s 님이 <strong>%s</strong>을(를) 공유하였음을 알려 드립니다.<br><a href=\"%s\">보러 가기!</a><br><br>",
    "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "이 프로그램이 올바르게 작동하려면 JavaScript가 필요합니다. {linkstart}JavaScript를 활성화{linkend}한 다음 페이지를 새로 고치십시오.",
    "Menu" : "메뉴",
    "Log out" : "로그아웃",
    "Search" : "검색",
    "You are trying to access a private link. Please log in first." : "비공개 링크에 접근을 시도하셨습니다. 먼저 로그인해 주십시오.",
    "Server side authentication failed!" : "서버 인증 실패!",
    "Please contact your administrator." : "관리자에게 문의하십시오.",
    "An internal error occurred." : "내부 오류가 발생했습니다.",
    "Please try again or contact your administrator." : "다시 시도하거나 관리자에게 연락하십시오.",
    "Login" : "로그인",
    "Username or email" : "사용자 이름 또는 이메일",
    "Wrong password. Reset it?" : "암호가 잘못되었습니다. 다시 설정하시겠습니까?",
    "Wrong password." : "암호가 잘못되었습니다.",
    "You took too long to log in, please try again now" : "로그인이 너무 오래 걸렸습니다, 지금 다시 시도해 주세요",
    "Stay logged in" : "로그인 유지",
    "Alternative Logins" : "대체 로그인",
    "Use the following link to reset your password: {link}" : "다음 링크를 사용하여 암호를 재설정할 수 있습니다: {link}",
    "Password changed successfully" : "암호가 성공적으로 변경됨",
    "New password" : "새 암호",
    "Confirm Password" : "암호 확인",
    "Confirm password" : "암호 확인",
    "Reset password" : "암호 재설정",
    "Personal note from the sender: <br> %s." : "발신자의 개인 메모:<br>%s.",
    "This ownCloud instance is currently in single user mode." : "ownCloud 인스턴스가 현재 단일 사용자 모드로 동작 중입니다.",
    "This means only administrators can use the instance." : "현재 시스템 관리자만 인스턴스를 사용할 수 있습니다.",
    "Contact your system administrator if this message persists or appeared unexpectedly." : "이 메시지가 계속 표시되거나, 예상하지 못하였을 때 표시된다면 시스템 관리자에게 연락하십시오.",
    "Thank you for your patience." : "기다려 주셔서 감사합니다.",
    "Two-step verification" : "2단계 인증",
    "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "현재 계정에 향상된 보안이 켜져 있습니다. 2단계 인증으로 인증하십시오.",
    "Cancel login" : "로그인 취소",
    "Please authenticate using the selected factor." : "선택한 방식으로 인증하십시오.",
    "An error occurred while verifying the token" : "토큰을 검사하는 중 오류 발생",
    "You are accessing the server through an untrusted domain." : "신뢰할 수 없는 도메인으로 서버에 접근 중입니다.",
    "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. " : "시스템 관리자에게 연락하십시오. 만약 시스템 관리자라면 config/configphp의 \"trusted_domains\" 설정을 편집하십시오.",
    "An example configuration is provided in config/config.sample.php or at the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "예제 설정 파일은 config/config.sample.php 또는 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">문서</a>를 참조하십시오.",
    "App update required" : "앱 업데이트 필요",
    "%s will be updated to version %s" : "%s 앱을 버전 %s(으)로 업데이트합니다",
    "These apps will be updated:" : "다음 앱을 업데이트합니다:",
    "The theme %s has been disabled." : "%s 테마가 비활성화되었습니다.",
    "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "계속하기 전에 데이터베이스, 설정 폴더, 데이터 폴더가 백업되어 있는지 확인하십시오.",
    "Start update" : "업데이트 시작",
    "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "큰 파일을 설치하는 경우 시간이 초과될 수 있으므로, 설치 디렉터리에서 다음 명령을 실행하셔도 됩니다:",
    "Detailed logs" : "자세한 로그",
    "Upgrade needed" : "업그레이드 필요",
    "It looks like your instance may host many files and/or users. To ensure a smooth upgrade process, please use the command line upgrade command (occ upgrade)." : "인스턴스에서 너무 많은 파일 또는 사용자를 호스팅하는 것 같습니다. 원활한 업그레이드를 위해 CLI 업그레이드 명령을 사용하십시오 (occ 업그레이드).",
    "Automatic upgrading is not enabled in config.php. To upgrade your instance, please use the command line updater (occ upgrade)." : "자동 업그레이드가 config.php에서 꺼져 있습니다. 인스턴스를 업그레이드 하려면 CLI 업데이터를 사용하십시오 (occ 업그레이드).",
    "For help, see the  <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "도움말을 보려면 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">문서</a>를 참조하십시오.",
    "This %s instance is currently in maintenance mode, which may take a while." : "이 %s 인스턴스는 현재 점검 모드입니다. 시간이 걸릴 수도 있습니다.",
    "This page will refresh itself when the %s instance is available again." : "%s 인스턴스를 다시 사용할 수 있으면 자동으로 새로 고칩니다."
},
"nplurals=1; plural=0;");