Browsing Korean translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Korean guidelines.
1120 of 336 results
13.
A screen has a scope associated with it, giving values to some variables. When a variable is accessed by a screen, it's first looked up in the scope, and then looked up as a global variable.
(no translation yet)
Located in ../../source/screens.rst:54
14.
Screen Language
(no translation yet)
Located in ../../source/screens.rst:59
15.
The screen language is a mostly-declarative way of displaying screens. It consists of a statement that declares a new screen, statements that add displayables to that screen, and control statements.
(no translation yet)
Located in ../../source/screens.rst:61
16.
Here's an example of a screen.::
(no translation yet)
Located in ../../source/screens.rst:66
17.
The first line of this is a screen statement, a Ren'Py language statement that's used to declare a screen. The name of the screen is `say`, so this is the screen that's used to display dialogue.
(no translation yet)
Located in ../../source/screens.rst:76
18.
The screen contains a window, which has been given the id of "window". This window contains a vertical box, and the spacing inside that box is 10 pixels. It contains two text fields, one of the name of the speaker, and the other with the speaker's id.
(no translation yet)
Located in ../../source/screens.rst:80
19.
Screen Language Syntax
(no translation yet)
Located in ../../source/screens.rst:86
20.
Most screen language statements share a common syntax. (Some of the control statements have other syntaxes.) A statement starts at the beginning of a line, with a keyword that introduces the statement.
(no translation yet)
Located in ../../source/screens.rst:88
21.
If a statement takes parameters, they immediately follow the keyword. The parameters are space-separated simple expressions, unless otherwise noted.
(no translation yet)
Located in ../../source/screens.rst:92
22.
The positional parameters are followed by a property list. A property consists of the property name, followed by the value of that property. Property values are simple expressions, unless otherwise noted. A property list is a space-separated list of these properties.
(no translation yet)
Located in ../../source/screens.rst:96
1120 of 336 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: jungkwanlee, yangjinho.