diff options
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r-- | core/l10n/ko.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 353aecc4a75..169de68a232 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -39,9 +39,11 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "아래 단추를 눌러서 암호를 재설정할 수 있습니다. 암호 초기화를 요청하지 않으셨다면 이 이메일을 무시하십시오.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "아래 링크를 눌러서 암호를 재설정할 수 있습니다. 암호 초기화를 요청하지 않으셨다면 이 이메일을 무시하십시오.", "Reset your password" : "내 암호 재설정", + "The given provider is not available" : "주어진 공급자가 사용 가능하지 않습니다.", "Task not found" : "작업을 찾을 수 없습니다", "Internal error" : "내부 오류", "Not found" : "찾을 수 없음", + "Bad request" : "잘못된 요청", "Requested task type does not exist" : "요청한 작업 타입이 존재하지 않음", "Necessary language model provider is not available" : "필요한 언어 모델 제공자를 사용할 수 없습니다", "No text to image provider is available" : "사용할 수 있는 text to image 제공자가 없습니다.", @@ -104,6 +106,9 @@ OC.L10N.register( "Pick start date" : "시작일 선택", "Pick end date" : "종료일 선택", "Search in date range" : "날짜 범위로 검색", + "Search in current app" : "현재 앱에서 찾기", + "Clear search" : "찾기 초기화", + "Search everywhere" : "모든 곳에서 찾기", "Unified search" : "통합검색", "Search apps, files, tags, messages" : "앱 및 파일, 태그, 메시지 검색", "Places" : "장소", @@ -273,6 +278,7 @@ OC.L10N.register( "The server was unable to complete your request." : "서버에서 요청을 처리할 수 없습니다.", "If this happens again, please send the technical details below to the server administrator." : "만약 이 오류가 다시 발생하면 서버 관리자에게 다음 기술 정보를 알려 주십시오.", "More details can be found in the server log." : "서버 로그에서 자세한 정보를 찾을 수 있습니다.", + "For more details see the documentation ↗." : "좀 더 자세한 사항은 문서를 참고하세요↗.", "Technical details" : "기술 정보", "Remote Address: %s" : "원격 주소: %s", "Request ID: %s" : "요청 ID: %s", |