msgid "Find the closest spider with the instruction <c/><a cbot|radar>radar</a>(AlienSpider);<n/>, as we did it in the previous exercises with titanium ore and power cells. But do not go to the position of the spider, the bot would be destroyed before arriving there. Just turn towards the spider. The instruction <code><a cbot|direct>direction</a>(item.position)</code> calculates the angle of the rotation that the robot must perform in order to aim at the spider. In order to actually aim at the spider, just write:"
msgstr "Найдите ближайшего паука с помощью инструкции <c/><a cbot|radar>radar</a>(AlienSpider);<n/>, как мы делали это с титановой рудой и батареями. Но не идите к пауку, бот будет уничтожен до того, как дойдет туда. Просто обойдите паука. Инструкция <code><a cbot|direct>direction</a>(item.position)</code> высчитывает угол вращения, чтобы бот мог прицелиться в паука. Чтобы точно прицелиться по пауку, просто напишите:"
msgid "Notice the two closing brackets at the end of the line, before the semicolon. There are two open brackets, so there must be two closing brackets."
msgstr "Заметьте, что в конце строки перед точкой с запятой стоят две закрывающие скобки. В строке есть две открывающие скобки, поэтому там должны быть и две закрывающие скобки."
msgid "Here also, you can use a loop with <code><a cbot|while>while</a> (true)</code> in order not to have to execute the program again for every spider, as we did in the last exercise."
msgstr "И еще, вы можете использовать цикл <code><a cbot|while>while</a> (true)</code> чтобы не запускать программу для каждого паука, как мы делали это в предыдущем упражнении."