Browsing Russian translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Russian guidelines.
1120 of 28 results
11.
The first column of the spreadsheet is the identifier to use, with other columns giving more information about the dialogue.
Первая колонка таблицы будет содержать идентификаторы, а остальные - другую информацию о диалоге.
Translated and reviewed by theadmin
Located in ../../source/voice.rst:74
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.
Для автоматического воспроизведения голоса, установите в :var:`config.auto_voice` строку, содержащую `{id}`. Когда случается диалог, `{id}` будет изменено на идентификатор диалога, что позволит формировать имя файла. Если имя файла существует, файл будет воспроизведен.
Translated and reviewed by theadmin
Located in ../../source/voice.rst:77
13.
For example, if we have::
Например::
Translated and reviewed by theadmin
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.
Идентификатор диалога: ``demo_minigame_03fc91ef``. Ren'Py будет искать файл ``voice/demo_minigame_03fc91ef.ogg`` и воспроизведет его, если он существует.
Translated and reviewed by theadmin
Located in ../../source/voice.rst:86
15.
Voice Functions
Функции голоса
Translated and reviewed by theadmin
Located in ../../source/voice.rst:93
16.
Plays `filename` on the voice channel. The equivalent of the voice statement.
Играет `filename` на голосовом канале. Аналогично оператору voice.
Translated and reviewed by theadmin
Located in ../../source/inc/voice:5
17.
`filename`
`filename`
Translated and reviewed by theadmin
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.
Имя файла для воспроизведения. Используется совместно с :var:`config.voice_filename_format` для создания полного имени файла.
Translated and reviewed by theadmin
Located in ../../source/inc/voice:9
19.
`tag`
`tag`
Translated and reviewed by theadmin
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.
Если не None, эта строка указывает на голосовой тег. Если None, принимает значение по умолчанию от voice_tag персонажа, вызывающего следующее взаимодействие.
Translated and reviewed by theadmin
Located in ../../source/inc/voice:14
1120 of 28 results

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

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

Contributors to this translation: theadmin.