Browsing Finnish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Finnish guidelines.
19 of 9 results
1.
In-Game Menus
Pelin Sisäinen Menu
Translated and reviewed by Pyry Mikael Saastamoinen
Located in ../../source/menus.rst:9
2.
In many visual novels, the player is asked to make choices that control the outcome of the story. The Ren'Py language contains a menus statement that makes it easy to present choices to the user.
Monessa visuaalisessa noveelissa, pelaajalta on kysytty tehdä vaihtoehtoja jotka ohjaavat tarinan ulostuloa. Ren'Py kieli sisältää menus lausunnon joka tekee helpoksi vaihtoehtojen näyttämistä käyttäjälle.
Translated and reviewed by Pyry Mikael Saastamoinen
Located in ../../source/menus.rst:11
3.
Here's an example of a menu statement::
Tässä on menu lausunnon esimerkki::
Translated and reviewed by Pyry Mikael Saastamoinen
Located in ../../source/menus.rst:15
4.
The menu statement begins with the keyword menu. This may be followed by a label name, in which case it's equivalent to preceding the menu with that label. For example::
Menu lausunto aloittaa avainsanavalikon kanssa. Tämä voidaan noudattaa labelin nimi, missä tapauksessa se on vastaava edelliseen valikkoon labelin kanssa. Esimerkiksi::
Translated and reviewed by Pyry Mikael Saastamoinen
Located in ../../source/menus.rst:35
5.
The menu statement is followed by an indented block. This block may contain a :ref:`say statement <say-statement>`, and must contain at least one menu choice. If the say statement is present, it is displayed on the screen at the same time as the menu.
(no translation yet)
Located in ../../source/menus.rst:42
6.
**Menu Choices.** A menu choice is an option the user can select from the in-game menu. A menu choice begins with a string. The string may be followed by an if-clause, which makes the choice conditional. The menu choice ends with a colon, and must be followed by a block of Ren'Py statements.
(no translation yet)
Located in ../../source/menus.rst:47
7.
When the choice is selected, the block of code is run. If execution reaches the end of this block of code, it continues with the statement after the end of the menu statement.
(no translation yet)
Located in ../../source/menus.rst:54
8.
An if-clause consists of the keyword ``if``, followed by a python expression. The menu choice is only displayed if the expression is true. In the following menu::
(no translation yet)
Located in ../../source/menus.rst:58
9.
The third choice will only be presented if the drank_tea variable is true.
(no translation yet)
Located in ../../source/menus.rst:70
19 of 9 results

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

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

Contributors to this translation: Pyry Mikael Saastamoinen.