Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Spanish guidelines.
1221 of 28 results
12.
To make Ren'Py automatically play voices, set :var:`config.auto_voice` to a string containing `{id}`. When dialogue occurs, `{id}` is replaced with the dialogue identifier, forming a filename. If the filename exists, it is played.
Para que Ren'Py reproduzca automáticamente las voces, asigna a la variable :var:`config.auto_voice` una cadena que contenga `{id}` . Cuando aparezca el diálogo, `{id}` será reemplazado con el identificador del diálogo, que será el nombre de un archivo. Si el archivo existe, se reproducirá.
Translated and reviewed by Daniel R
Located in ../../source/voice.rst:77
13.
For example, if we have::
Por ejemplo, si tenemos::
Translated and reviewed by Daniel R
Located in ../../source/voice.rst:82
14.
And the dialogue identifier is ``demo_minigame_03fc91ef``, then when the corresponding line is shown, Ren'Py will look for the file ``voice/demo_minigame_03fc91ef.ogg``. If the file exists, Ren'Py will play it.
y el identificador de diálogo es ``demo_minigame_03fc91ef`` , entonces cuando se muestre la línea correspondiente, Ren'Py buscará el archivo ``voice/demo_minigame_03fc91ef.ogg`` . Si el archivo existe, Ren'Py lo reproducirá.
Translated and reviewed by Daniel R
Located in ../../source/voice.rst:86
15.
Voice Functions
Funciones de voz
Translated and reviewed by Daniel R
Located in ../../source/voice.rst:93
16.
Plays `filename` on the voice channel. The equivalent of the voice statement.
Reproduce `filename` en el canal de voz. El equivalente de la declaración voice.
Translated and reviewed by Daniel R
Located in ../../source/inc/voice:5
17.
`filename`
`filename`
Translated and reviewed by Daniel R
Located in ../../source/inc/voice:11
18.
The filename to play. This is used with :var:`config.voice_filename_format` to produce the filename that will be played.
El nombre del archivo a reproducir. Se usa con :var:`config.voice_filename_format` para crear el nombre del archivo que se reproducirá.
Translated and reviewed by Daniel R
Located in ../../source/inc/voice:9
19.
`tag`
`tag`
Translated and reviewed by Daniel R
Located in ../../source/inc/voice:20
20.
If this is not None, it should be a string giving a voice tag to be played. If None, this takes its default value from the voice_tag of the Character that causes the next interaction.
Si esto no es "None", deberá ser una cadena que describa la etiqueta de voz que se reproducirá. Si es "None", toma el valor por defecto de voice_tag del personaje que cause la siguiente interacción.
Translated and reviewed by Daniel R
Located in ../../source/inc/voice:14
21.
The voice tag is used to specify which character is speaking, to allow a user to mute or unmute the voices of particular characters.
La etiqueta voice se usa para especificar qué personaje está hablando, para permitir al usuario silenciar o activar las voces de personajes determinados.
Translated and reviewed by Daniel R
Located in ../../source/inc/voice:19
1221 of 28 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.