diff options
Diffstat (limited to 'settings/l10n/ko.js')
-rw-r--r-- | settings/l10n/ko.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/settings/l10n/ko.js b/settings/l10n/ko.js index 1bb23e4a1e5..ad1acc8e4bf 100644 --- a/settings/l10n/ko.js +++ b/settings/l10n/ko.js @@ -93,7 +93,6 @@ OC.L10N.register( "An error occurred. Please upload an ASCII-encoded PEM certificate." : "오류가 발생했습니다. ASCII로 인코딩된 PEM 인증서를 업로드하십시오.", "Valid until {date}" : "{date}까지 유효함", "Delete" : "삭제", - "An error occurred: {message}" : "오류 발생: {message}", "Select a profile picture" : "프로필 사진 선택", "Very weak password" : "매우 약한 암호", "Weak password" : "약한 암호", @@ -127,8 +126,6 @@ OC.L10N.register( "Login" : "로그인", "Plain" : "일반", "NT LAN Manager" : "NT LAN 관리자", - "SSL" : "SSL", - "TLS" : "TLS", "Email server" : "이메일 서버", "Open documentation" : "문서 열기", "This is used for sending out notifications." : "알림을 보낼 때 사용됩니다.", @@ -211,8 +208,6 @@ OC.L10N.register( "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "공개 링크 업로드 페이지에 고지 사항 텍스트를 표시합니다. (파일리스트가 숨겨져있는 경우에만 표시)", "This text will be shown on the public link upload page when the file list is hidden." : "파일 목록이 숨겨져 있으면 이 텍스트는 공개 링크 업로드 페이지에 표시됩니다.", "Tips & tricks" : "팁과 추가 정보", - "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "데이터베이스로 SQLite를 사용하고 있습니다. 대규모의 파일을 관리하려고 한다면 다른 데이터베이스 백엔드로 전환할 것을 권장합니다.", - "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "특히 파일 동기화를 위해 데스크톱 클라이언트를 사용할 예정이면, SQLite를 사용하지 않는 것이 좋습니다.", "How to do backups" : "백업 방법", "Advanced monitoring" : "고급 모니터링", "Performance tuning" : "성능 튜닝", @@ -294,7 +289,6 @@ OC.L10N.register( "Create" : "만들기", "Admin Recovery Password" : "관리자 복구 암호", "Enter the recovery password in order to recover the users files during password change" : "암호 변경 시 변경된 사용자 파일을 복구하려면 복구 암호를 입력하십시오", - "Group" : "그룹", "Everyone" : "모두", "Admins" : "관리자", "Default quota" : "기본 할당량", @@ -310,7 +304,12 @@ OC.L10N.register( "change email address" : "이메일 주소 변경", "Default" : "기본값", "add group" : "그룹 추가", + "SSL" : "SSL", + "TLS" : "TLS", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "데이터베이스로 SQLite를 사용하고 있습니다. 대규모의 파일을 관리하려고 한다면 다른 데이터베이스 백엔드로 전환할 것을 권장합니다.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "특히 파일 동기화를 위해 데스크톱 클라이언트를 사용할 예정이면, SQLite를 사용하지 않는 것이 좋습니다.", "Add Group" : "그룹 추가", + "Group" : "그룹", "Default Quota" : "기본 할당량", "Full Name" : "전체 이름", "Group Admin for" : "다음 그룹의 관리자:", @@ -320,6 +319,7 @@ OC.L10N.register( "APCu" : "APCu", "Redis" : "Redis", "External Storage" : "외부 저장소", - "Updates" : "업데이트" + "Updates" : "업데이트", + "An error occurred: {message}" : "오류 발생: {message}" }, "nplurals=1; plural=0;"); |