Translation

.level_help_tab_calc_function_1
%%statement assign-statement$calc%% makes a calculation and puts the result in a variable.
89/900
Context English Russian State
.level_help_tab_drop_function_2
You could read the above example as "Drop your item on the square on your right".
Вы можете прочитать приведенный выше пример как «Бросить свой предмет на квадрат справа».
.level_help_tab_write_function_1
%%statement action-statement$write%% says to your hero to write something on his item.
%%statement action-statement$написать%% говорит вашему герою написать что-нибудь на его предмете.
.level_help_tab_write_function_2
You could read the above example as "Write 3 on your item".
Вы можете прочитать приведенный выше пример как «Написать 3 на своём предмете».
.level_help_tab_set_function_1
%%statement assign-statement$set%% initializes a variable.
%%statement assign-statement$набор%% инициализирует переменную.
.level_help_tab_set_function_2
You could read the above example as "Set the variable a to 3".
Вы можете прочитать приведенный выше пример как «Установить для переменной a значение 3».
.level_help_tab_calc_function_1
%%statement assign-statement$calc%% makes a calculation and puts the result in a variable.
%%statement assign-statement$вычислить%% делает расчет и помещает результат в переменную.
.level_help_tab_calc_function_2
You could read the above example as "Set the variable b to a + 2".
Вы можете прочитать приведенный выше пример как «Установить для переменной b значение a + 2».
.level_help_tab_calc_function_4
In Selfless Heroes, there are only integer numbers.

The operator %%type-operator$"/"%% is integer division.
For example, %%type-operator$9 / 2 = 4%%.

The operator %%type-operator$"%"%% is called "modulo". It calculates the remainder of the integer division.
For example, %%type-operator$9 % 2 = 1%% because %%type-operator$9 / 2 = 4%% has a remainder of 1.
В Selfless Heroes есть только целые числа.

Оператор %%type-operator$"/"%% является целочисленным делением.
Например, %%type-operator$9 / 2 = 4%%.

Оператор %%type-operator$"%"%% называется "деление по модулю". Он рассчитывает остаток от целочисленного деления.
Например, %%type-operator$9 % 2 = 1%% потому что %%type-operator$9 / 2 = 4 остается 1%%.
.level_help_tab_nearest_function_1
%%statement assign-statement$nearest%% searches for the nearest object of a given type (%%icon icon-cauldron$%% cauldron, %%icon icon-egg$%%egg etc.) and puts the result in a variable.
%%statement assign-statement$ближайший%% ищет ближайший объект данного типа (%%icon icon-cauldron$%% котел, %%icon icon-egg$%%яйцо и т.п.) и помещает результат в переменную.
.level_help_tab_nearest_function_2
You could read the above example as "Memorize the nearest egg in the variable a and then go get that egg".
Вы можете прочитать приведенный выше пример как «Запомнить ближайшее яйцо в переменной a и затем взять это яйцо».
.level_help_tab_tell_function_1
%%statement speach-statement$tell%% allows you to say a message to other heroes.
%%statement speach-statement$сообщить%% позволяет вам сказать сообщение другим героям.
Context English Russian State
.level_help_advanced_tutorial_button
Advanced tutorial
Расширенное руководство
.level_help_basic_tutorial_button
Basic tutorial
Базовое руководство
.level_help_button
Help
Помощь
.level_help_modal_tab_general_title
general
общее
.level_help_modal_title
Help
Помощь
.level_help_tab_calc_function_1
%%statement assign-statement$calc%% makes a calculation and puts the result in a variable.
%%statement assign-statement$вычислить%% делает расчет и помещает результат в переменную.
.level_help_tab_calc_function_2
You could read the above example as "Set the variable b to a + 2".
Вы можете прочитать приведенный выше пример как «Установить для переменной b значение a + 2».
.level_help_tab_calc_function_4
In Selfless Heroes, there are only integer numbers.

The operator %%type-operator$"/"%% is integer division.
For example, %%type-operator$9 / 2 = 4%%.

The operator %%type-operator$"%"%% is called "modulo". It calculates the remainder of the integer division.
For example, %%type-operator$9 % 2 = 1%% because %%type-operator$9 / 2 = 4%% has a remainder of 1.
В Selfless Heroes есть только целые числа.

Оператор %%type-operator$"/"%% является целочисленным делением.
Например, %%type-operator$9 / 2 = 4%%.

Оператор %%type-operator$"%"%% называется "деление по модулю". Он рассчитывает остаток от целочисленного деления.
Например, %%type-operator$9 % 2 = 1%% потому что %%type-operator$9 / 2 = 4 остается 1%%.
.level_help_tab_clone_statement_1
%%statement branching-statement$clone%% creates a clone of the hero next to him.
%%statement branching-statement$клон%% создает клона героя рядом с ним.
.level_help_tab_clone_statement_2
You could read the above example as "Create a clone on your left. Then step to the right".

For the created hero, %%statement branching-statement$clone%% acts like %%statement branching-statement$jump%%. In this example, the created clone won't step to the right because he will begin to follow instructions after the arrow of %%statement branching-statement$clone%%.
Вы можете прочитать приведенный выше пример как «Создать клона слева от вас. Затем шаг вправо».

Для созданного героя, %%statement branching-statement$клон%% действует как %%statement branching-statement$переход%%. В этом примере созданный клон не будет двигаться вправо, потому что он начнет следовать инструкциям после стрелки %%statement branching-statement$клон%%.

Loading…

Loading…

Glossary

English Russian
No related strings found in the glossary.

Source information

Context
.level_help_tab_calc_function_1
Labels
No labels currently set!
Source string age
6 years ago
Translation file
src/locale/messages-ru.json, string 133