Browsing Russian translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Russian guidelines.
2130 of 102 results
21.
Logical Lines
Логические строки
Translated and reviewed by theadmin
Located in ../../source/language_basics.rst:95
22.
A script file is broken up into :dfn:`logical lines`. A logical line always begins at the start of a line in the file. A logical line ends at the end of a line, unless:
Сценарий разбивается на :dfn:`логические строки`. Логическая строка всегда начинается в начале строки файла. Логическая строка заканчивается в конце строки, за исключением следующих случаев:
Translated and reviewed by theadmin
Located in ../../source/language_basics.rst:97
23.
The last character on the line is a backslash ('\\').
Последний символ в строке — это обратная косая черта ('\\').
Translated and reviewed by Aleksey Kabanov
Located in ../../source/language_basics.rst:101
24.
The line contains an open parenthesis character ('(', '{', or '['), that hasn't been matched by the cooresponding close parenthesis character (')', '}', or ']', respectively).
Строка содержит открывающую скобку ('(', '{', или '[') без соответствующей ей закрывающей скобки (')', '}', или ']', соответственно).
Translated and reviewed by theadmin
Located in ../../source/language_basics.rst:103
25.
The end of the line occurs during a string.
Строка заканчивается внутри текстовой строки.
Translated and reviewed by theadmin
Located in ../../source/language_basics.rst:107
26.
Once a logical line ends, the next logical line begins at the start of the next line.
При окончании логической строки, следующая логическая строка начинается в начале следующей строки.
Translated and reviewed by theadmin
Located in ../../source/language_basics.rst:109
27.
Most statements in the Ren'Py language consist of a single logical line, while some statements consist of multiple lines.
Большинство операторов Ren'Py состоят из одной логической строки, но некоторые операторы могут занимать несколько строк.
Translated and reviewed by theadmin
Located in ../../source/language_basics.rst:112
28.
Empty logical lines are ignored.
Пустые строки игнорируются.
Translated and reviewed by theadmin
Located in ../../source/language_basics.rst:125
29.
Indentation and Blocks
Отступы и блоки
Translated and reviewed by Aleksey Kabanov
Located in ../../source/language_basics.rst:129
30.
:dfn:`Indentation` is the name we give to the space at the start of each logical line that's used to line up Ren'Py statements. In Ren'Py, indentation must consist only of spaces.
:dfn:`Отступом` называется пустое пространство в начале каждой логической строки, которое используется для выравнивания инструкций Ren'Py. В Ren'Py отступы должны состоять только из пробелов.
Translated and reviewed by Aleksey Kabanov
Located in ../../source/language_basics.rst:131
2130 of 102 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: Aleksey Kabanov, Koichi Akabe, theadmin.