Browsing Chinese (Simplified) translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Chinese (Simplified) guidelines.
95104 of 105 results
95.
For example::
(no translation yet)
Located in ../../source/dialogue.rst:193 ../../source/dialogue.rst:246
96.
Dialogue Window Management
(no translation yet)
Located in ../../source/dialogue.rst:214
97.
Ren'Py includes several statements that allow for management of the dialogue window. As dialogue window is always shown during dialogue, these statements control the presence or absence of the window during non-dialogue interactions.
(no translation yet)
Located in ../../source/dialogue.rst:216
98.
``window show``
(no translation yet)
Located in ../../source/dialogue.rst:221
99.
The window show statement causes the window to be shown. It takes as an argument an optional transition, which is used to show the window. If the transition is omitted, :var:`config.window_show_transition` is used.
(no translation yet)
Located in ../../source/dialogue.rst:223
100.
``window hide``
(no translation yet)
Located in ../../source/dialogue.rst:228
101.
The window hide statement causes the window to be hidden. It takes as an argument an optional transition, which is used to hide the window. If the transition is omitted, :var:`config.window_hide_transition` is used.
(no translation yet)
Located in ../../source/dialogue.rst:230
102.
``window auto``
(no translation yet)
Located in ../../source/dialogue.rst:235
103.
This enables automatic management of the window. The window is shown before statements listed in :var:`config.window_auto_show` - by default, say statements. The window is hidden before statements listed in :var:`config.window_auto_hide` - by default, scene statements.
(no translation yet)
Located in ../../source/dialogue.rst:237
104.
The ``window auto`` statement uses :var:`config.window_show_transition` and :var:`config.window_hide_transition` to show and hide the window, respectively. ``window auto`` is cancelled by ``window show`` or ``window hide``.
(no translation yet)
Located in ../../source/dialogue.rst:242
95104 of 105 results

This translation is managed by Launchpad Simplified Chinese Translators, assigned by Launchpad Translators.

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

Contributors to this translation: Hanming Wu, Huang Junjie.