반환해야 합니다 영어 뜻 - 영어 번역

should return
반환해야 합니다
돌려보내야 합니다
돌아가야 한다
반환해야 한다
return 해야 합니다
돌려보내야 한다

한국어에서 반환해야 합니다 을 사용하는 예와 영어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
제품에 따른 모든 부분을 반환해야 합니다.
All of the product parts must be returned.
라그나 반환해야 합니다 지구에서 발할라 자신의 백성을 보호하기 위해 다시!
Ragnar must return to Earth from Valhalla to protect his people again!
XQuery는 최대 하나의 값을 반환해야 합니다.
The XQuery must return at most one value.
앞서 말했듯이 모든 함수는 값을 반환해야 합니다.
As we told earlier every function must return a value.
예를 들어 /books는 모든 책을 반환해야 합니다.
For example,/books should return all books.
짧은 시간 이후 읽기를 반복하여 갱신한 데이터를 반환해야 합니다.
Performing a read after a short period of time should return the updated data.
제품에 따른 모든 부분을 반환해야 합니다.
All component parts of the product must be returned.
과다한 상환이나 허용 금액을 적절한 기간 이내에 반환해야 합니다.
Any excess reimbursement or allowance must be returned within a reasonable period of time.
제품에 따른 모든 부분을 반환해야 합니다.
All components relating to the product must be returned.
이 호출을 설정 기능 rand() 반환해야 합니다 숫자의 의사 random 시퀀스 번호 16.
This call sets the function rand() should return the number of pseudo-random sequence number 16.
Salaries가 비어있으면 함수는 null을 반환해야 합니다.
If salaries is empty, it should return null.
도구 모음에 플러그 인 버튼을 위한 마스크 색상을 RGB(r, g, b)값으로 반환해야 합니다.
You must return a mask color for the plug-in button on a toolbar as an RGB( r, g, b) value.
가능한 드롭 이벤트를 포함하여 드래그 이벤트 수신을 계속하려면 드래그 이벤트 리스너가 true 를 반환해야 합니다.
To continue to receive drag events, including a possible drop event, a drag event listener must return true.
제품을 원래의 포장 그대로 반환해야 합니다.
The Products must be returned in their original packaging;
입학 허가 수락서/세금계산서(일반적으로 입학 허가서의 3페이지)에 서명한 후 본원에 반환해야 합니다.
You need to sign the Offer Acceptance/ Tax Invoice(usually page 3 in the Letter of Offer) and return it to us.
리스너는 시스템에 부울 값 true 를 반환해야 합니다.
The listener should return boolean true to the system.
플러그 인이 하나 이상의 프레임을 동시에 실행하도록 하는 경우,이 메시지는 TRUE를 반환해야 합니다.
If the plug-in should be allowed to run in morethan one frame simultaneously, this message should return TRUE.
리스너가 드롭을 수락할 수 있으면 true 를 반환해야 합니다.
If the listener can accept a drop, it should return true.
이 메서드는 항상 구현해야 하지만,바인딩을 허용하지 않고자 하면 null을 반환해야 합니다.
You must always implement this method; however,if you don't want to allow binding, you should return null.
필요한 크가와 색농도의 비트맵 resource ID를 반환해야 합니다.
You must return a bitmap resource ID for the requested size and color depth.
프래그먼트에 맞는 UI를 그리려면 메서드에서 View 를 반환해야 합니다. 이 메서드는 프래그먼트 레이아웃의 루트입니다.
To draw a UI for your fragment, you must return a View from this method that is the root of your fragment's layout.
예외의 체인 안의 모든 예외에서 GetBaseException 메서드는 같은 개체(기본 예외)를 반환해야 합니다.
For all exceptions in a chain of exceptions, the GetBaseException method must return the same object(the base exception).
리스너가 이 작업에 대한 드래그 이벤트를 계속해서 수신하기를 원하는 경우 부울 값 true 를 시스템에 반환해야 합니다.
If the listener wants to continue receiving drag events for this operation, it must return boolean true to the system.
그러한 도메인 이름에 대한 질의가 있을 경우, authoritative 네임 서버는 "이름 오류" 응답(NXDOMAIN이라고도 함), RFC 1035에 설명된 RCODE 3 및 관련 RFC를 반환해야 합니다.
When queried for such domain names the authoritative name servers must return a“Name Error” response(also known as NXDOMAIN), RCODE 3 as described in RFC 1035 and related RFCs.
사용 가능한 사용권 풀에서 사용권이 제거되므로 차용된 사용권을 다시 사용할 수 있게 하려면 반환해야 합니다.
Since the license is removed from the pool of available licenses, a borrowed license must be returned for it to become available again.
테이블 데이터의 행 하나 또는 여러 행을가리키는 콘텐츠 URI의 경우, getType() 이 Android의 공급업체별 MIME 형식에서 MIME 형식을 반환해야 합니다.
For content URIs that pointto a row or rows of table data, getType() should return a MIME type in Android's vendor-specific MIME format.
모든 데이터 사본에서의 일관성은 보통 1초 내에 도달되고 짧은 시간이 지난 후 읽기를 반복하면 업데이트된 데이터를 반환해야 합니다.
Consistency across all copies of data is usually reached within a second; repeating a read after a short time should return the updated data.
예를 들어 /books는 모든 책을 반환해야 합니다. /books/id/24는 ID 24로 식별된 책을 반환해야 합니다. /books/pageSize/25는 25권의 책만 반환해야 합니다.
For example,/books should return all books. /books/id/24 should return the book identified with the ID 24. /books/pageSize/25 should return only 25 books.
포함 된 모든 액세서리를 반환해야합니다, i.e. 케이블, 디스크, 매뉴얼, 등.
All included accessories must be returned, i.e. cables, disks, manuals, etc.
두 페이지 VPEP에 함께 반환해야합니다, P.O.
Both pages must be returned together to VPEP, P.O.
결과: 30, 시각: 0.0342

한국어 문장에서 "반환해야 합니다"를 사용하는 방법

우리는 꼭 이 곳을 " 반환해야 합니다 " 이다.
A.휴직자의 경우도 사전신고 후 외부강의를 해야 하며 , 초과사례금 수수 시에도 신고 및 반환해야 합니다 .

영어 문장에서 "should return, must be returned"를 사용하는 방법

This method should return a Php::Iterator instance.
Must be returned complete and post paid.
Folderol should return late next week.
All keys/fobs must be returned upon checkout.
All returns must be returned freight PREPAID.
The card must be returned upon exit.
Pillows must be returned clean and undamaged.
All items must be returned pre-paid freight.
Audio guides must be returned within 6pm.
Goods must be returned complete and unused.
자세히보기

단어 번역에 의한 워드

최고 사전 질의

한국어 - 영어