Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR committed Nov 10, 2024
1 parent 85bfbf9 commit 5b6bfcd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions plugins/robots/checker/twoDModelRunner/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,10 @@ int main(int argc, char *argv[])
, QObject::tr("Close the window and exit after diagram/script"\
" finishes."));
QCommandLineOption showConsoleOption({"c", "console"}, QObject::tr("Shows robot's console."));
QCommandLineOption generatePathOption("generate-path",
QObject::tr("The complete file path, including the filename, to save the generated JavaScript or Python code.")
, "path-to-save-code", QString());
QCommandLineOption generatePathOption("generate-path"
, QObject::tr("The complete file path, including the filename"\
", to save the generated JavaScript or Python code.")
, "path-to-save-code", QString());
QCommandLineOption generateModeOption("generate-mode", QObject::tr("Select \"python\" or \"javascript\".")
, "generate-mode", "python");
QCommandLineOption directScriptExecutionPathOption("script-path"
Expand Down
4 changes: 2 additions & 2 deletions qrtranslations/fr/plugins/robots/twoDModelRunner_fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In background mode the session will be terminated just after the execution ended
<translation type="unfinished"></translation>
</message>
<message>
<location line="+5"/>
<location line="+6"/>
<source>The path to the Python or JavaScript file that will be used for interpretation.</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -64,7 +64,7 @@ In background mode the session will be terminated just after the execution ended
<translation type="vanished">Le chemin au fichier de sauvegarde des resultats (JSON)</translation>
</message>
<message>
<location line="-22"/>
<location line="-23"/>
<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>Le chemin au ficher ou la trajectoire du robot sera enregistrée. L&apos;enregistrement ne sera pas fait immediatement, chaque point de trajectoire sera écrit dès lors qu&apos;il est obteneur par le checker, donc FIFO sont récommandés pour cette option.</translation>
</message>
Expand Down
4 changes: 2 additions & 2 deletions qrtranslations/ru/plugins/robots/twoDModelRunner_ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In background mode the session will be terminated just after the execution ended
<translation>Полный путь, включающий имя файла, для сохранения сгенерированного Javascript или Python кода.</translation>
</message>
<message>
<location line="+5"/>
<location line="+6"/>
<source>The path to the Python or JavaScript file that will be used for interpretation.</source>
<translation>Путь к Python или Javascript файлу, который будет использоваться для интерпретации.</translation>
</message>
Expand All @@ -62,7 +62,7 @@ In background mode the session will be terminated just after the execution ended
<translation>Выберите &quot;python&quot; или &quot;javascript&quot;.</translation>
</message>
<message>
<location line="-22"/>
<location line="-23"/>
<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>
Expand Down

0 comments on commit 5b6bfcd

Please sign in to comment.