Browsing Korean translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Korean guidelines.
1120 of 28 results
11.
The first column of the spreadsheet is the identifier to use, with other columns giving more information about the dialogue.
스프레드시트에 있는 첫 번째 열이 바로 식별자입니다. 다른 열에는 그 대사에 대한 정보가 적혀있습니다.
Translated and reviewed by baekansi
Located in ../../source/voice.rst:74
12.
To make Ren'Py automatically play voices, set :var:`config.auto_voice` to a string containing `{id}`. When dialogue occurs, `{id}` is replaced with the dialogue identifier, forming a filename. If the filename exists, it is played.
렌파이에서 음성을 자동으로 재생하도록 하려면 :var:`config.auto_voice` 에 `{id}` 가 포함된 문자열 값을 설정하십시오. 대사가 나타나면 `{id}` 가 대사 식별자로 교체되어 파일 이름이 됩니다. 그 파일 이름과 같은 파일이 존재한다면 해당 음성 파일이 재생됩니다.
Translated and reviewed by baekansi
Located in ../../source/voice.rst:77
13.
For example, if we have::
::
Translated and reviewed by baekansi
Located in ../../source/voice.rst:82
14.
And the dialogue identifier is ``demo_minigame_03fc91ef``, then when the corresponding line is shown, Ren'Py will look for the file ``voice/demo_minigame_03fc91ef.ogg``. If the file exists, Ren'Py will play it.
예를 들면 위 예제에서 대사 식별자는 ``demo_minigame_03fc91ef`` 이며, 식별자와 동일한 행이 나타나면 렌파이는 ``voice/demo_minigame_03fc91ef.ogg`` 파일을 검색합니다. 파일이 있다면 렌파이에서 재생됩니다.
Translated and reviewed by baekansi
Located in ../../source/voice.rst:86
15.
Voice Functions
음성 함수
Translated and reviewed by baekansi
Located in ../../source/voice.rst:93
16.
Plays `filename` on the voice channel. The equivalent of the voice statement.
`filename` 을 voice 채널에서 재생합니다. voice 문에 상응하는 함수입니다.
Translated and reviewed by baekansi
Located in ../../source/inc/voice:5
17.
`filename`
`filename`
Translated and reviewed by baekansi
Located in ../../source/inc/voice:11
18.
The filename to play. This is used with :var:`config.voice_filename_format` to produce the filename that will be played.
재생할 파일 이름. :var:`config.voice_filename_format` 와 함께 사용되어 재생할 파일 이름이 만들어집니다.
Translated and reviewed by baekansi
Located in ../../source/inc/voice:9
19.
`tag`
`tag`
Translated and reviewed by baekansi
Located in ../../source/inc/voice:20
20.
If this is not None, it should be a string giving a voice tag to be played. If None, this takes its default value from the voice_tag of the Character that causes the next interaction.
None이 아니라면 재생할 보이스 태그를 지정하는 문자열이어야 합니다. None이면 다음 인터렉션에서 작동하는 Character에 설정된 voice_tag 값을 기본 값으로 받습니다.
Translated and reviewed by baekansi
Located in ../../source/inc/voice:14
1120 of 28 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, 양상수.