Browsing Korean translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Korean guidelines.
2130 of 39 results
21.
Movies can be displayed fullscreen, or in a displayable. Fullscreen movies are the more efficient.
동영상은 전체 화면으로 표시하거나 디스플레이어블 내부에 표시할 수 있습니다. 전체화면 동영상이 더 효율적입니다.
Translated and reviewed by baekansi
Located in ../../source/movie.rst:39
22.
Fullscreen Movies
전체화면 동영상
Translated and reviewed by baekansi
Located in ../../source/movie.rst:44
23.
The easiest way to display a movie fullscreen is to display it using the :func:`renpy.movie_cutscene` function. This function displays a movie for a specified length of time. When that time has elapsed, or when the user clicks to dismiss the movie, the movie ends and the function returns. ::
전체화면으로 동영상을 표시하는 가장 쉬운 방법은 :func:`renpy.movie_cutscene` 함수를 사용해 영상을 표시하는 것입니다. 이 함수는 정해진 재생 시간만큼 영상을 표시합니다. 그 시간이 경과하거나 사용자가 영상을 넘기기 위해 마우스 버튼을 클릭하면 동영상이 끝나고 다음 함수가 반환됩니다::
Translated and reviewed by baekansi
Located in ../../source/movie.rst:46
24.
This displays an MPEG-1 cutscene for the specified number of seconds. The user can click to interrupt the cutscene. Overlays and Underlays are disabled for the duration of the cutscene.
MPEG-1 컷신을 정해진 시간 동안 표시합니다. 사용자는 클릭으로 컷신 재생을 중단할 수 있습니다. 동영상 위나 아래의 디스플레이어블은 영상이 재생되는 동안 비활성화됩니다.
Translated and reviewed by baekansi
Located in ../../source/inc/movie_cutscene:5
25.
`filename`
`filename`
Translated and reviewed by baekansi
Located in ../../source/inc/movie_cutscene:10
26.
The name of a file containing an MPEG-1 movie.
MPEG-1 동영상 파일 이름입니다.
Translated and reviewed by baekansi
Located in ../../source/inc/movie_cutscene:10
27.
`delay`
`delay`
Translated and reviewed by baekansi
Located in ../../source/inc/movie_cutscene:16
28.
The number of seconds to wait before ending the cutscene. Normally the length of the movie, in seconds. If None, then the delay is computed from the number of loops (that is, loops + 1) * the length of the movie. If -1, we wait until the user clicks.
동영상 재생을 끝내기 전까지 대기하는 초단위 시간. 일반적으로는 동영상 재생 시간의 초 단위 숫자입니다. None이라면 대기 시간이 loops 값 (loops + 1) 곱하기 영상 길이로 계산 됩니다. -1 인 경우에는 사용자가 클릭할 때까지 대기합니다.
Translated and reviewed by baekansi
Located in ../../source/inc/movie_cutscene:13
29.
`loops`
`loops`
Translated and reviewed by baekansi
Located in ../../source/inc/movie_cutscene:19
30.
The number of extra loops to show, -1 to loop forever.
동영상 재생 반복 횟수입니다. -1을 입력하면 무한 재생합니다.
Translated and reviewed by baekansi
Located in ../../source/inc/movie_cutscene:19
2130 of 39 results

This translation is managed by Launchpad Korean Translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: baekansi.