Browsing Chinese (Simplified) translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Chinese (Simplified) guidelines.
817 of 105 results
8.
The third form consists of a simple expression followed by a string. The simple expression should evaluate to either a string giving a character name, or a Character object. In the latter case, the character object is used to control how the dialogue is shown.
第三种形式由一个简单表达式和一个字串组成。表达式可以是表示角色的名字的字串,也可以是角色对象。当表达式为角色对象时,Character命令将被用来控制台词的显示风格。
Translated and reviewed by Huang Junjie
Located in ../../source/dialogue.rst:46
9.
The final form consists of a string and a with clause which has a transition. In this case, the string is shown and a screen is shaked at the same time.
最后一种形式由一个字符串和包含过渡效果的with子句组成。在这个例子中,显示文本的同时屏幕会发生震动。
Translated and reviewed by Hanming Wu
Located in ../../source/dialogue.rst:51
10.
Although the precise details of what a say statement does is controlled by the character object used, the usual effect of a say statement is to display dialogue on the screen until the user clicks to dismiss it, then to remove that dialogue on the screen.
虽然say语句的具体效果由Character命令控制,常见的say语句效果主要是显示对话并等待玩家点击,然后让该句对话从屏幕上移除。
Translated and reviewed by Huang Junjie
Located in ../../source/dialogue.rst:56
11.
Certain characters have special meaning to Ren'Py, and so can't be used in dialogue strings. The ``{`` character begins a text tag, and the ``[`` character begins a substitution. To use them in dialogue, double them. It may also be necessary to precede a quote with a backslash to prevent it from closing the string. For example::
某些特定的字符对Ren'Py有特殊的意义,所以不能用在对话的文本中。比如"{"作为文本标签(text tag)的起始字符;"["提示后面的字串是一个变量名,实际显示时会显示变量的值。如果要在对话中使用这些特殊的字符的话,需要输入两次。在使用引号时前面需要加上反斜线来防止其被作为字符串的终止符。比如:
Translated and reviewed by Huang Junjie
Located in ../../source/dialogue.rst:61
12.
Defining Character Objects
自定义Character对象命令
Translated and reviewed by Huang Junjie
Located in ../../source/dialogue.rst:72
13.
By creating a Character object and using it in a say statement, you can customize the look (and to some extent, the behavior) of dialogue. Characters are created by using the define statement to assign a Character to a variable. For example::
通过在say语句中使用自定义Character,可以定制对话的显示风格(还可以在一定程度上定义其行为)。可以用define语句将一个角色赋予一个变量,比如:
Translated and reviewed by Huang Junjie
Located in ../../source/dialogue.rst:74
14.
Once this is done, the character can be used in a say statement::
这样就可以在say语句中使用该角色了:
Translated and reviewed by Huang Junjie
Located in ../../source/dialogue.rst:83
15.
Character is a python function, that takes a large number of keyword arguments. These keyword arguments control the behavior of the character.
Character是一个python函数,它可以带入很多参数,这些参数能够控制角色的行为。
Translated and reviewed by Hanming Wu
Located in ../../source/dialogue.rst:88
16.
The define statement causes its expression to be evaluated, and assigned to the supplied name. If not inside an init block, the define statement will automatically be run with init priority 0.
Define语句将会执行一个表达式并给执行结果赋予一个名字。如果不是出在init区块中,那么便会自动在优先级为0的init块中执行。
Translated and reviewed by Huang Junjie
Located in ../../source/dialogue.rst:92
17.
Creates and returns a Character object, which controls the look and feel of dialogue and narration.
创建并返回一个角色对象,控制对话和念白内容的显示风格。
Translated and reviewed by Huang Junjie
Located in ../../source/inc/character:5
817 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.