Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Spanish guidelines.
514 of 102 results
5.
Generally, there's no difference between a script broken into multiple files, and a script that consists of one big file. Control can be transferred between files by jumping to or calling a label in another file. This makes the division of a script up into files a matter of personal style - some game-makers prefer to have small files (like one per event, or one per day), while others prefer to have one big script.
Generalmente, no hay diferencia entre un script dividido en múltiples archivos, y un script que consiste de un gran archivo. El control puede ser transferido entre archivos mediante '' o llamando una capa(label) en otro archivo. Esto hace la división de un script en archivos un problema de estilo personal, algunos creadores de juegos prefieren tener archivos pequeños(uno por evento, o uno por día), mientras que otros prefieren prefieren tener un archivo grande.
Translated by Harold Quiroz
Reviewed by Harold Quiroz
Located in ../../source/language_basics.rst:21
6.
To speed up loading time, Ren'Py will compile the ``.rpy`` files into .rpyc files when it starts up. When a ``.rpy`` file is changed, the ``.rpyc`` file will be updated when Ren'Py starts up. However, if a .rpyc file exists without a corresponding ``.rpy`` file, the ``.rpyc`` file will be used. This can lead to problems if a ``.rpy`` file is deleted without deleting the .rpyc file.
Para aumentar la velocidad de tiempo de carga, Ren'Py compilara los archivos ".rpy" en archivos ".rpyc" cuando inicia. Cuando un archivo ".rpy" es modificado, el archivo ".rpyc" sera actualizado cuando Ren'Py inicie. Sin embargo, si un archivo ".rpyc" existe sin un archivo ".rpy" correspondiente, el archivo ".rpyc" sera usado. Esto puede conducir a problemas si un archivo ".rpy" es eliminado sin eliminar el archivo '.rpyc'.
Translated and reviewed by Harold Quiroz
Located in ../../source/language_basics.rst:29
7.
Base Directory
Directorio Base
Translated and reviewed by Harold Quiroz
Located in ../../source/language_basics.rst:37
8.
The base directory is the directory that contains all files that are distributed with the game. (It may also contain some files that are not distributed with the game.) Things like README files should be placed in the base directory, from where they will be distributed.
(no translation yet)
Located in ../../source/language_basics.rst:39
9.
The base directory is created underneath the Ren'Py directory, and has the name of your game. For example, if your Ren'Py directory is named renpy-6.11.2, and your game is named "HelloWorld", your base directory will be renpy-6.11.2/HelloWorld.
(no translation yet)
Located in ../../source/language_basics.rst:44
10.
Game Directory
Directorio del Juego
Translated and reviewed by Harold Quiroz
Located in ../../source/language_basics.rst:50
11.
The game directory is almost always a directory named "game" underneath the base directory. For example, if your base directory is renpy-6.11.2/HelloWorld, your game directory will be renpy-6.11.2/HelloWorld/game.
El directorio del juego es casi siempre llamado "game" dentro del directorio base. Por ejemplo, si tu directorio base es renpy-6.11.2/HelloWorld, el directorio de tu juego sera renpy-6.11.2/HelloWorld/game
Translated and reviewed by Harold Quiroz
Located in ../../source/language_basics.rst:52
12.
However, Ren'Py searches directories in the following order:
Sin embargo, Ren'Py busca directorios en el siguiente orden:
Translated and reviewed by Harold Quiroz
Located in ../../source/language_basics.rst:56
13.
The name of the executable, without the suffix. For example, if the executable is named moonlight.exe, it will look for a directory named moonlight under the base directory.
El nombre del ejecutable, sin el sufijo. Por ejemplo, si el ejecutable es llamado moonlight.exe, este buscara un directorio llamado "moonlight" dentro del directorio base.
Translated and reviewed by Harold Quiroz
Located in ../../source/language_basics.rst:58
14.
The name of the executable, without the suffix, and with a prefix ending with _ removed. For example, if the executable is moonlight_en.exe, Ren'Py will look for a directory named en.
El nombre del ejecutable, sin el sufijo, y con un prefijo que termina en "_removed". Por ejemplo, si el ejecutable es moonlight_en.exe, Ren'Py buscara un directorio llamado "en"
Translated and reviewed by Harold Quiroz
Located in ../../source/language_basics.rst:61
514 of 102 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: Harold Quiroz.