msgid "Convert some <a object|titanore>titanium ore</a> to <a object|titan>titanium cubes</a>, then drop 2 titanium cubes on the pads whose coordinates are:"
msgstr "Преобразуйте некоторое количество <a object|titanore>титановой руды</a> в <a object|titan>титановые слитки</a>, после этого сбросьте 2 титановых слитка на платформы, чьи координаты:"
msgid "The <a object|convert>converter</a> converts titanium ore to titanium cubes. Just drop the titanium ore on the platform, move backward, and wait until it has been converted."
msgstr "<a object|convert>Преобразователь</a> перерабатывает титановую руду в слитки титана. Просто сбросьте титановую руду на платформу, отойдите назад и подождите, пока она не будет переработана."
"A <code><a cbot|for>for</a></code> loop allows you to repeat 2 times all the instructions.\n"
"The titanium ore is not available immediately. You will have to wait until the derrick extracts it. Use a <code><a cbot|do>do</a></code> loop, as follows:"
"Цикл <code><a cbot|for>for</a></code> позволяет вам 2 раза повторить все инструкции.\n"
"Титановая руда не становится доступной моментально. Вы должны подождать некоторое время, пока деррик ее добудет. Используйте цикл <code><a cbot|do>do</a></code> как приведено ниже:"
"After the loop (when the radar has found one titanium ore), you can go to its location <code>obj.position</code> with the instruction <code><a cbot|goto>goto</a></code>. Use the instruction <code><a cbot|grab>grab</a></code> to grab the titanium ore.\n"
"Use the following instruction in order to find the converter:"
"После цикла (когда радар найдет одну единицу титановой руды), вы можете перейти к тому месту, где она лежит <code>obj.position</code> с помощью инструкции <code><a cbot|goto>goto</a></code>. Используйте инструкцию <code><a cbot|grab>grab</a></code>, чтобы взять титановую руду.\n"
"Используйте следующую инструкцию, чтобы найти преобразователь:"
"After you dropped the ore on the converter, move back 2.5 meters with <code><a cbot|move>move</a>(-2.5)</code>.\n"
"A second <code>do</code> loop allows you to wait until the titanium cube is available. You must limit the range of the radar to 5m, otherwise you would immediately find the titanium cube that you already dropped on a pad:"
"После того, как вы сбросите руду на преобразователь, отойдите назад на 2.5 метра: <code><a cbot|move>move</a>(-2.5)</code>.\n"
"Второй цикл <code>do</code> позволяет вам подождать, пока титановый слиток станет доступным. Вы должны ограничить дальность видимости радара 5 метрами, в противном случае вы немедленно найдете титановый силток, который только что бросили на платформу:"
msgid "The <code>x</code> coordinates of the 2 pads are all equal to 10. The <code>y</code> coordinates are respectively -60 and -65. The most efficient way to get the coordinates of the pads is to use the value of <code>i</code> of the <code>for</code> loop that will take successively the values 0 and 1:"
msgstr "Координаты <code>x</code> двух платформ равны 10. Координаты <code>y</code> соответственно -60 и -65. Самый эффективный способ получения координат платформ - это использовать значение <code>i</code> цикла <code>for</code>, которое последовательно становится 0 и 1:"