-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathtwoDModelRunner_ru.ts
More file actions
116 lines (116 loc) · 8.33 KB
/
twoDModelRunner_ru.ts
File metadata and controls
116 lines (116 loc) · 8.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="ru_RU">
<context>
<name>QObject</name>
<message>
<source>Emulates robot`s behaviour on TRIK Studio 2D model separately from programming environment. Passed .qrs will be interpreted just like when 'Run' button was pressed in TRIK Studio.</source>
<translation type="vanished">Эмулирует поведение робота на 2D модели TRIK Studio отдельно от редактора программ. Указанный файл сохранения .qrs будет исполнен, как в случае нажатия на кнопку "Запуск" в среде.</translation>
</message>
<message>
<location filename="../../../../../plugins/robots/checker/twoDModelRunner/main.cpp" line="+31"/>
<source>Emulates robot`s behaviour on TRIK Studio 2D model separately from programming environment. Passed .qrs will be interpreted just like when 'Run' button was pressed in TRIK Studio.
In background mode the session will be terminated just after the execution ended and return code will then contain binary information about program correctness.Example:
</source>
<translation>Эмулирует поведение робота на 2D модели TRIK Studio отдельно от редактора программ. Указанный файл сохранения .qrs будет исполнен, как в случае нажатия на кнопку "Запуск" в среде.
В режиме проверки сессия будет автоматически закрыта по факту завершения исполнения программы, в этом случае код возврата будет содержать бинарную информацию о корректности программы. Пример:
</translation>
</message>
<message>
<location line="+76"/>
<source>Save file to be interpreted.</source>
<translation>Файл сохранения, который будет исполнен.</translation>
</message>
<message>
<location line="+1"/>
<source>Run emulation in background.</source>
<translation>Произвести эмуляцию в фоне.</translation>
</message>
<message>
<location line="+2"/>
<source>A path to file where checker results will be written (JSON).</source>
<translation>Путь к файлу, куда будут записаны результаты проверки (JSON).</translation>
</message>
<message>
<location line="+7"/>
<source>Inputs for JavaScript solution.</source>
<translation>Входные данные для JavaScript файла.</translation>
</message>
<message>
<location line="+2"/>
<source>Set to "script" for execution of js/py from the project or set to "diagram" for block diagram.</source>
<translation>Установите "script" для выполнения js/py скрипта из проекта или установите "diagram" для выполнения диаграммы блоков.</translation>
</message>
<message>
<location line="+4"/>
<source>Speed factor, try from 5 to 20, or even 1000 (at your own risk!).</source>
<translation>Ускорение, попробуйте от 5 до 20, но можно пробовать и 1000.</translation>
</message>
<message>
<location line="+9"/>
<source>Shows robot's display.</source>
<translation>Отображает дисплей робота.</translation>
</message>
<message>
<location line="+2"/>
<source>The complete file path, including the filename, to save the generated JavaScript or Python code.</source>
<translation>Полный путь, включающий имя файла, для сохранения сгенерированного Javascript или Python кода.</translation>
</message>
<message>
<location line="+6"/>
<source>The path to the Python or JavaScript file that will be used for interpretation.</source>
<translation>Путь к Python или Javascript файлу, который будет использоваться для интерпретации.</translation>
</message>
<message>
<location line="+3"/>
<source>Do not run the interpretation in any mode, this is a parameter that is only used to generate a file.</source>
<translation>Не запускайте интерпретацию ни в каком режиме, этот параметр используется только для создания файла.</translation>
</message>
<message>
<location line="+3"/>
<source>Add a delay in milliseconds after executing the script before closing the window</source>
<translation>Добавить задержку в миллисекундах после выполнения скрипта перед закрытием окна</translation>
</message>
<message>
<source>Do not run the interpretation in any mode, this is a parameter used only to generate a file.</source>
<translation type="vanished">Не запускайте интерпретацию ни в каком режиме, этот параметр используется только для генерации файла.</translation>
</message>
<message>
<location line="-9"/>
<source>Select "python" or "javascript".</source>
<translation>Выберите "python" или "javascript".</translation>
</message>
<message>
<location line="-24"/>
<source>A path to file where robot`s trajectory will be written. The writing will not be performed not immediately, each trajectory point will be written just when obtained by checker, so FIFOs are recommended to be targets for this option.</source>
<translation>Путь к файлу, куда будет выводиться траектори робота. Запись не будет осуществлена единомоментно, каждый узел траектории будет записан по факту его просчета проверяющей системой. Поэтому разумно использования FIFO-файлов в качестве значения этого параметра.</translation>
</message>
<message>
<location line="+13"/>
<source>Close the window and exit if the diagram/script finishes without errors.</source>
<translation>Закрыть окно если диаграмма/скрипт были выполнены без ошибок.</translation>
</message>
<message>
<location line="+3"/>
<source>Close the window and exit after diagram/script finishes.</source>
<translation>Закрыть окно и выйти после завершения диаграммы/скрипта.</translation>
</message>
<message>
<location line="+2"/>
<source>Shows robot's console.</source>
<translation>Отображает консоль робота.</translation>
</message>
<message>
<source>A path to file where robot`s trajectory will be written. The writing will not be performed not immediately, each trajectory point will be written just when obtained by checker, engine so FIFOs are recommended to be targets for this option.</source>
<translation type="obsolete">Путь к файлу, куда будует выводиться траектория робота. Записть не будет осуществлена одномоментно, каждый узел траектории будет записан по факту его подсчета проверяющей системой</translation>
</message>
</context>
<context>
<name>twoDModel::Runner</name>
<message>
<location filename="../../../../../plugins/robots/checker/twoDModelRunner/runner.cpp" line="+241"/>
<source>Robot console</source>
<translation>Консоль робота</translation>
</message>
</context>
</TS>