diff --git a/settings/l10n/ko.js b/settings/l10n/ko.js index 1cdade56ec0..f0f39be5f76 100644 --- a/settings/l10n/ko.js +++ b/settings/l10n/ko.js @@ -191,6 +191,7 @@ OC.L10N.register( "More" : "더 중요함", "Less" : "덜 중요함", "The logfile is bigger than 100 MB. Downloading it may take some time!" : "로그 파일이 100MB보다 큽니다. 다운로드하는 데 시간이 걸릴 수 있습니다!", + "What to log" : "남길 로그", "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를 사용하지 않는 것이 좋습니다.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "다른 데이터베이스로 이전하려면 다음 명령을 사용하십시오: 'occ db:convert-type' 다른 명령을 알아보려면 문서 ↗를 참고하십시오.", @@ -229,6 +230,7 @@ OC.L10N.register( "iOS app" : "iOS 앱", "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "프로젝트를 지원하려면\n\t\t개발에 참여하거나\n\t\t\n\t\t널리 알려 주십시오!", "Show First Run Wizard again" : "첫 실행 마법사 다시 보이기", + "You are using %s of %s" : "현재 %s / %s을(를) 사용중입니다.", "Password" : "암호", "Unable to change your password" : "암호를 변경할 수 없음", "Current password" : "현재 암호", diff --git a/settings/l10n/ko.json b/settings/l10n/ko.json index be3974f7129..fc602daf3a3 100644 --- a/settings/l10n/ko.json +++ b/settings/l10n/ko.json @@ -189,6 +189,7 @@ "More" : "더 중요함", "Less" : "덜 중요함", "The logfile is bigger than 100 MB. Downloading it may take some time!" : "로그 파일이 100MB보다 큽니다. 다운로드하는 데 시간이 걸릴 수 있습니다!", + "What to log" : "남길 로그", "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를 사용하지 않는 것이 좋습니다.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "다른 데이터베이스로 이전하려면 다음 명령을 사용하십시오: 'occ db:convert-type' 다른 명령을 알아보려면 문서 ↗를 참고하십시오.", @@ -227,6 +228,7 @@ "iOS app" : "iOS 앱", "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "프로젝트를 지원하려면\n\t\t개발에 참여하거나\n\t\t\n\t\t널리 알려 주십시오!", "Show First Run Wizard again" : "첫 실행 마법사 다시 보이기", + "You are using %s of %s" : "현재 %s / %s을(를) 사용중입니다.", "Password" : "암호", "Unable to change your password" : "암호를 변경할 수 없음", "Current password" : "현재 암호",