diff options
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r-- | core/l10n/ko.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 9a22d29c565..0e56766edf2 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -5,6 +5,14 @@ OC.L10N.register( "File is too big" : "파일이 너무 큼", "The selected file is not an image." : "선택한 파일은 사진이 아닙니다.", "The selected file cannot be read." : "선택한 파일을 읽을 수 없습니다.", + "The file was uploaded" : "파일을 업로드함", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "업로드한 파일의 크기가 php.ini의 upload_max_filesize를 초과함", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "업로드한 파일의 크기가 HTML 폼에 지정한 MAX_FILE_SIZE를 초과함", + "The file was only partially uploaded" : "파일이 일부분만 업로드됨", + "No file was uploaded" : "업로드한 파일 없음", + "Missing a temporary folder" : "임시 폴더 없음", + "Could not write file to disk" : "디스크에 파일을 쓸 수 없음", + "A PHP extension stopped the file upload" : "PHP 확장 기능에서 파일 업로드를 차단함", "Invalid file provided" : "잘못된 파일 지정됨", "No image or file provided" : "사진이나 파일이 없음", "Unknown filetype" : "알려지지 않은 파일 형식", @@ -42,6 +50,9 @@ OC.L10N.register( "Maintenance mode is kept active" : "유지 보수 모드가 켜져 있음", "Updating database schema" : "데이터베이스 스키마 업데이트 중", "Updated database" : "데이터베이스 업데이트됨", + "Checking for update of app \"%s\" in App Store" : "앱 스토어에서 \"%s\" 앱의 업데이트를 확인하는 중", + "Update app \"%s\" from App Store" : "앱 스토어에서 \"%s\" 앱 업데이트", + "Checked for update of app \"%s\" in App Store" : "앱 스토어에서 \"%s\" 앱 업데이트 확인함", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s의 데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)", "Updated \"%1$s\" to %2$s" : "\"%1$s\"을(를) %2$s(으)로 업데이트함", "Set log level to debug" : "로그 단계를 디버그로 설정", @@ -103,6 +114,7 @@ OC.L10N.register( "Couldn't send reset email. Please contact your administrator." : "재설정 메일을 보낼 수 없습니다. 관리자에게 문의하십시오.", "Back to login" : "로그인으로 돌아가기", "New password" : "새 암호", + "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "내 파일이 암호화되어 있습니다. 암호를 초기화하면 데이터를 복구할 수 없습니다.<br />무엇을 해야 할 지 잘 모르겠으면 시스템 관리자에게 연락하십시오.<br />그래도 계속 진행하시겠습니까?", "I know what I'm doing" : "지금 하려는 것을 알고 있습니다", "Resetting password" : "비밀번호 재설정", "Recommended apps" : "추천되는 앱", |