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
"A list of regular expressions to match parameters for automatic import if they have non-default values."
389
389
)
390
-
_config_steps_descriptions=_("Add-from-FC: include this parameter at its current FC value when the condition holds")
391
390
_config_steps_descriptions=_("Computed value: evaluate New Value expression and set the parameter")
392
391
_config_steps_descriptions=_("Description of the phase")
393
392
_config_steps_descriptions=_("Explanation of why this step is needed")
394
393
_config_steps_descriptions=_("Explanation of why this step needs to be done at this point")
395
394
_config_steps_descriptions=_("Expression to derive new parameter value")
396
395
_config_steps_descriptions=_("Expression to rename connection")
396
+
_config_steps_descriptions=_(
397
+
"If not already present, add parameter to the file: use 'New Value' if provided, otherwise copy the current FC value. Optionally conditioned on a Python expression."
398
+
)
397
399
_config_steps_descriptions=_("Message about possible jump to another step")
398
400
_config_steps_descriptions=_("Name of the vehicle component edited inline for this configuration step")
399
401
_config_steps_descriptions=_("Name of tool/process that automatically changes these parameters")
"Optional Python expression; if present, the parameter is only deleted when this expression evaluates to true"
407
409
)
410
+
_config_steps_descriptions=_("Optional Python expression; the parameter is only added when this evaluates to true")
411
+
_config_steps_descriptions=_("Optional expression for the parameter value; if absent, the current FC value is used")
408
412
_config_steps_descriptions=_("Optional instructions to display as a popup when entering this step")
413
+
_config_steps_descriptions=_("Optional reason for the parameter value")
409
414
_config_steps_descriptions=_(
410
-
"Parameters to remove from the configuration file, optionally conditioned on a Python expression"
415
+
"Parameters to add to the configuration file, if not already present, editable in the UI. Value comes from 'New Value' expression if given, otherwise copied from the FC."
411
416
)
412
417
_config_steps_descriptions=_(
413
-
"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."
418
+
"Parameters to remove from the configuration file, optionally conditioned on a Python expression"
414
419
)
420
+
_config_steps_descriptions=_("Parameters whose values are derived from vehicle component data or FC state.")
415
421
_config_steps_descriptions=_("Phases of the configuration process")
416
422
_config_steps_descriptions=_("Previous filenames for this step")
417
-
_config_steps_descriptions=_("Python expression; the parameter is added from the FC only when this evaluates to true")
418
423
_config_steps_descriptions=_("Reason for changing the parameter")
419
424
_config_steps_descriptions=_("Reason for the derived parameter")
420
425
_config_steps_descriptions=_("Short description for blog reference")
0 commit comments