You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_config_steps_descriptions=_("Name of tool/process that automatically changes these parameters")
351
351
_config_steps_descriptions=_("Name/description of external tool needed")
352
352
_config_steps_descriptions=_("New value for the parameter")
353
-
_config_steps_descriptions=_("Optional Python expression; if present, the parameter is only applied when this expression evaluates to true")
354
-
_config_steps_descriptions=_("Optional Python expression; if present, the parameter is only deleted when this expression evaluates to true")
355
-
_config_steps_descriptions=_("Parameters to remove from the configuration file, optionally conditioned on a Python expression")
356
-
_config_steps_descriptions=_("Parameters whose values are derived from vehicle component data or FC state. An entry with only 'if' means: add the parameter from the FC at its current value when the condition is true.")
353
+
_config_steps_descriptions=_(
354
+
"Optional Python expression; if present, the parameter is only applied when this expression evaluates to true"
355
+
)
356
+
_config_steps_descriptions=_(
357
+
"Optional Python expression; if present, the parameter is only deleted when this expression evaluates to true"
358
+
)
359
+
_config_steps_descriptions=_(
360
+
"Parameters to remove from the configuration file, optionally conditioned on a Python expression"
361
+
)
362
+
_config_steps_descriptions=_(
363
+
"Parameters whose values are derived from vehicle component data or FC state. An entry with only 'if' means: add the parameter from the FC at its current value when the condition is true."
364
+
)
357
365
_config_steps_descriptions=_("Phases of the configuration process")
358
366
_config_steps_descriptions=_("Previous filenames for this step")
359
367
_config_steps_descriptions=_("Python expression; the parameter is added from the FC only when this evaluates to true")
0 commit comments