Browsing Russian translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Russian guidelines.
2130 of 79 results
21.
Queue Statement
Оператор queue
Translated and reviewed by theadmin
Located in ../../source/audio.rst:76
22.
The queue statement is used to queue up audio files. They will be played when the channel finishes playing the currently playing file.
Оператор queue используется для установки аудио-файлов в очередь. Они будут играть тогда, когда канал закончит воспроизведение текущего файла.
Translated and reviewed by theadmin
Located in ../../source/audio.rst:78
23.
The queue statement begin with keyword ``queue``, followed by the the name of a channel to play sound on. It optionally takes the ``loop`` and ``noloop`` clauses. ::
Оператор queue начинается с ключевого слова ``queue``, за которым следует имя канала. Допустимы опции ``loop`` и ``noloop``. ::
Translated and reviewed by theadmin
Located in ../../source/audio.rst:81
24.
The advantage of using these statements is that your program will be checked for missing sound and music files when lint is run. The functions below exist to allow access to allow music and sound to be controlled from python, and to expose advanced (rarely-used) features.
Преимущество использования этих операторов состоит в том, что программу можно проверить на недостающие звуковые файлы когда запущен lint. Нижеуказанные функции существуют для доступа к музыке и звуку из Python и использования продвинутых (но редких) возможностей.
Translated and reviewed by theadmin
Located in ../../source/audio.rst:87
25.
Functions
Функции
Translated and reviewed by theadmin
Located in ../../source/audio.rst:94
26.
Returns True if the given filename has been played at least once on the current user's system.
Возвращает True, если текущее имя файла игралось хотя бы один раз на текущей системе.
Translated and reviewed by theadmin
Located in ../../source/inc/audio:5
27.
If the given channel is playing, returns the playing file name. Otherwise, returns None.
Если текущий канал играет, возвращает имя играющего файла. В противном случае, возвращает None.
Translated and reviewed by theadmin
Located in ../../source/inc/audio:10
28.
Returns True if the channel is currently playing a sound, False if it is not, or if the sound system isn't working.
Возвращает True, если канал играет звук, False - если нет или если звуковая система не работает.
Translated and reviewed by theadmin
Located in ../../source/inc/audio:15
29.
This stops the music currently playing on the numbered channel, dequeues any queued music, and begins playing the specified file or files.
Это останавливает воспроизведение музыки на указанном канале, убирает всю музыку из очереди и начинает воспроизведение указанного файла или файлов.
Translated and reviewed by theadmin
Located in ../../source/inc/audio:20
30.
`filenames`
`filenames`
Translated and reviewed by theadmin
Located in ../../source/inc/audio:24 ../../source/inc/audio:61
2130 of 79 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.