Translation

English
English Korean
When sending custom "QUOTE" commands to the remote server, one of the commands returned an error code that was 400 or higher (for FTP) or otherwise indicated unsuccessful completion of the command. 사용자 지정 "QUOTE" 명령을 원격 서버로 보낼 때 명령 중 하나가 400 이상(FTP의 경우)인 오류 코드를 반환하거나 명령 완료에 실패했음을 나타냅니다.
This is returned if CURLOPT_FAILONERROR is set true and the HTTP server returns an error code that is >= 400. CURLOPT_FAILONERROR가 true로 설정되고 HTTP 서버가 >= 400인 오류 코드를 리턴하는 경우 리턴됩니다.
An error occurred when writing received data to a local file, or an error was returned to libcurl from a write callback. 수신된 데이터를 로컬 파일에 쓸 때 오류가 발생했거나 쓰기 콜백에서 libcurl로 오류가 반환되었습니다.
Failed starting the upload. For FTP, the server typically denied the STOR command. The error buffer usually contains the server's explanation for this. 업로드를 시작하지 못했습니다. FTP의 경우 서버는 일반적으로 STOR 명령을 거부했습니다. 오류 버퍼에는 일반적으로 이에 대한 서버의 설명이 포함되어 있습니다.
There was a problem reading a local file or an error returned by the read callback. 로컬 파일을 읽는 동안 문제가 발생했거나 읽기 콜백에서 오류가 반환되었습니다.
A memory allocation request failed. This is serious badness and things are severely screwed up if this ever occurs. 메모리 할당 요청이 실패했습니다. 이것은 심각한 악행이며 이런 일이 발생하면 상황이 심각하게 엉망이 됩니다.
Operation timeout. The specified time-out period was reached according to the conditions. 작업 시간 초과입니다. 조건에 따라 지정된 제한 시간에 도달했습니다.
The FTP PORT command returned error. This mostly happens when you have not specified a good enough address for libcurl to use. See CURLOPT_FTPPORT. FTP PORT 명령이 오류를 리턴했습니다. 이것은 주로 libcurl이 사용할 수 있을 만큼 충분한 주소를 지정하지 않았을 때 발생합니다. CURLOPT_FTPPORT 참조.
The FTP REST command returned error. This should never happen if the server is sane. FTP REST 명령이 오류를 리턴했습니다. 서버가 정상이면 이런 일이 발생해서는 안 됩니다.
The server does not support or accept range requests. 서버가 범위 요청을 지원하거나 수락하지 않습니다.
This is an odd error that mainly occurs due to internal confusion. 이것은 주로 내부 혼란으로 인해 발생하는 이상한 오류입니다.
A problem occurred somewhere in the SSL/TLS handshake. You really want the error buffer and read the message there as it pinpoints the problem slightly more. Could be certificates (file formats, paths, permissions), passwords, and others. SSL/TLS 핸드쉐이크의 어딘가에서 문제점이 발생했습니다. 오류 버퍼를 원하고 문제를 약간 더 정확히 지적하는 메시지를 읽습니다. 인증서(파일 형식, 경로, 권한), 암호 등이 될 수 있습니다.
The download could not be resumed because the specified offset was out of the file boundary. 지정된 오프셋이 파일 경계를 벗어났기 때문에 다운로드를 다시 시작할 수 없습니다.
A file given with FILE:// could not be opened. Most likely because the file path does not identify an existing file. Did you check file permissions? FILE:// 파일이 있는 파일을 열 수 없습니다. 파일 경로가 기존 파일을 식별하지 않기 때문일 수 있습니다. 파일 권한을 확인했습니까?
LDAP cannot bind. LDAP bind operation failed. LDAP를 바인드할 수 없습니다. LDAP 바인딩 작업이 실패했습니다.
LDAP search failed. 검색
Function not found. A required zlib function was not found. 함수를 찾을 수 없습니다. 필요한 zlib 함수를 찾을 수 없습니다.
Aborted by callback. A callback returned "abort" to libcurl. 콜백에 의해 중단되었습니다. 콜백이 libcurl에 "abort"를 반환했습니다.
A function was called with a bad parameter. 함수가 잘못된 매개 변수로 호출되었습니다.
Interface error. A specified outgoing interface could not be used. Set which interface to use for outgoing connections' source IP address with URLOPT_INTERFACE. 인터페이스 오류입니다. 지정된 발신 인터페이스를 사용할 수 없습니다. URLOPT_INTERFACE를 사용하여 발신 연결의 소스 IP 주소에 사용할 인터페이스를 설정합니다.
Too many redirects. When following redirects, libcurl hit the maximum amount. Set your limit with CURLOPT_MAXREDIRS. 리디렉션이 너무 많습니다. 리디렉션을 따를 때 libcurl이 최대 양에 도달했습니다. CURLOPT_MAXREDIRS로 한도를 설정하세요.
An option passed to libcurl is not recognized/known. Refer to the appropriate documentation. This is most likely a problem in the program that uses libcurl. The error buffer might contain more specific information about which exact option it concerns. libcurl에 전달된 옵션이 인식/알려지지 않았습니다. 해당 설명서를 참조하십시오. 이것은 libcurl을 사용하는 프로그램의 문제일 가능성이 큽니다. 오류 버퍼에는 관련된 정확한 옵션에 대한 보다 구체적인 정보가 포함될 수 있습니다.
An option passed in to a setopt was wrongly formatted. See error message for details about what option. setopt에 전달된 옵션의 형식이 잘못되었습니다. 어떤 옵션에 대한 자세한 내용은 오류 메시지를 참조하십시오.
Nothing was returned from the server, and under the circumstances, getting nothing is considered an error. 서버에서 아무 것도 반환되지 않았으며 이 경우 아무 것도 가져오지 않으면 오류로 간주됩니다.
The specified crypto engine was not found. 지정된 암호화 엔진을 찾을 수 없습니다.
Failed setting the selected SSL crypto engine as default. 선택한 SSL 암호화 엔진을 기본값으로 설정하지 못했습니다.
Failed sending network data. 네트워크 데이터를 보내지 못했습니다.
Failure with receiving network data. 네트워크 데이터 수신에 실패했습니다.
problem with the local client certificate. 로컬 클라이언트 인증서에 문제가 있습니다.
Could not use specified cipher. 지정된 암호를 사용할 수 없습니다.
The remote server's SSL certificate or SSH fingerprint was deemed not OK. This error code has been unified with CURLE_SSL_CACERT since 7.62.0. Its previous value was 51. 원격 서버의 SSL 인증서 또는 SSH 지문이 정상이 아닌 것으로 간주되었습니다. 이 오류 코드는 7.62.0부터 CURLE_SSL_CACERT와 통합되었습니다. 이전 값은 51이었습니다.

Loading…

No matching activity found.

Browse all component changes

Things to check

Mismatched full stop

Source and translation do not both end with a full stop

Reset

Glossary

English Korean
No related strings found in the glossary.

String information

Source string location
includes/arrays.php:711
String age
a month ago
Source string age
a month ago
Translation file
locales/po/ko-KR.po, string 193