Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Spanish guidelines.
59 of 9 results
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.
La declaración menu es seguida por un bloque sangrado. Este bloque puede contener una :ref:`declaración say <say-statement>` y debe contener al menos una opción de menú. Si la declaración say está presente, se muestra en pantalla al mismo tiempo que el menú.
Translated and reviewed by Daniel R
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.
** Menu Choices. ** Una elección de menú es una opción que el usuario puede seleccionar en el menú dentro del juego. Una opción de menú comienza con una cadena. La cadena pueden ir acompañadas de una cláusula if, lo que hace que a la elección condicional. El menú termina con dos puntos, y debe seguir por un bloque de instrucciones Ren'Py.
Translated by Daniel R
Reviewed by Daniel R
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.
Cuando se ha seleccionado una opción, el bloque de código se ejecuta. Si la ejecución alcanza el final de ese bloque de código, continúa con la declaración que va justo a continuación de la declaración menu.
Translated and reviewed by Daniel R
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::
Una cláusula if consiste en la palabra clave ``if``, seguida de una expresión en python. El menú se muestra en pantalla si la expresión es verdadera (true). En el siguiente menú::
Translated and reviewed by Daniel R
Located in ../../source/menus.rst:58
9.
The third choice will only be presented if the drank_tea variable is true.
Se mostrará la tercera opción solo si la variable drank_tea es verdadera (true).
Translated and reviewed by Daniel R
Located in ../../source/menus.rst:70
59 of 9 results

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

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

Contributors to this translation: Daniel R.