Browsing Japanese translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Japanese guidelines.
110 of 28 results
1.
Voice
ボイス
Translated by Koichi Akabe
Located in ../../source/voice.rst:6
2.
Ren'Py includes support for playing back voice in conjunction with dialogue. This is done through the voice statement, which gives the voice filename to play::
Ren'Py では台詞と同時にボイスを再生出来ます。このためには voice ステートメントで再生するボイスファイルの名前を指定します::
Translated and reviewed by akakyouryuu
Located in ../../source/voice.rst:8
3.
Normally, a playing voice is stopped at the start of the next interaction. The voice sustain statement can sustain voice playback through an interaction. ::
通常再生中のボイスは次の動作が始まると停止されます。voice sustain ステートメントを使うと次の動作にもまたがってボイスの再生を続けます。::
Translated by akakyouryuu
Located in ../../source/voice.rst:15
4.
The :var:`config.voice_filename_format` variable allows you to customize the voice filename, making it possible to omit directories and extensions.
:var:`config.voice_filename_format` 変数を使うとボイスファイルの名前をカスタマイズでき、ディレクトリーと拡張子を省略できるようになります。
Translated by Koichi Akabe
Located in ../../source/voice.rst:25
5.
Voice Tags
ボイスタグ
Translated by Koichi Akabe
Located in ../../source/voice.rst:29
6.
Ren'Py includes a voice tag system that makes it possible to selectively mute or unmute a character's voice. To take advantage of this system, supply a voice_tag argument to each :func:`Character`, and use the :func:`SetVoiceMute` or :func:`ToggleVoiceMute` actions to allow the player to toggle the voice.
Ren'Py にはボイスタグ機能が含まれており、特定キャラクターのボイスをミュートするかどうか選択できます。このシステムを利用するにはそれぞれの :func:`Character` に voice_tag 引数を与え、 :func:`SetVoiceMute` または :func:`ToggleVoiceMute` アクションを使ってプレイヤーがボイスの切り替えをできるようにします。
Translated by akakyouryuu
Located in ../../source/voice.rst:31
7.
For example::
例 ::
Translated by akakyouryuu
Located in ../../source/voice.rst:37
8.
Automatic Voice
自動ボイス
Translated and reviewed by akakyouryuu
Located in ../../source/voice.rst:62
9.
Ren'Py includes support for automatically determining the voice file to play, making it possible to play back voice without having to put voice statements before each line of dialogue.
Ren'Py は再生するボイスファイルの自動的な決定をサポートし、台詞毎に voice ステートメントを書かなくてもボイスを再生出来るようにします。
Translated and reviewed by Koichi Akabe
Located in ../../source/voice.rst:64
10.
This is done by creating voice files that match the identifier for each line of dialogue. To determine the identifiers to use , first export the dialogue to a spreadsheet by choosing from the launcher "Extract Dialogue", "Tab-delimited Spreadsheet (dialogue.tab)", and "Continue". This will produce a file, dialogue.tab, that can be loaded in a spreadsheet program.
これは各行の台詞に対応する識別子と一致するボイスファイルを作成して行われます。使用する識別子の決定には先ずランチャーから「 Extract Dialogue 」、「 Tab-delimited Spreadsheet (dialogue.tab) 」、「 Continue 」を選択してスプレッドシートを作成します。これはスプレッドシートプログラムでロード可能な dialogue.tab ファイルを作成します。
Translated and reviewed by akakyouryuu
Located in ../../source/voice.rst:68
110 of 28 results

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

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

Contributors to this translation: Koichi Akabe, akakyouryuu.