Skip to content

Commit f091e5b

Browse files
committed
Auto-update vehicle components translatable strings
1 parent 0262261 commit f091e5b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ardupilot_methodic_configurator/vehicle_components.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ def translatable_descriptions() -> None: # noqa: PLR0915 # pylint: disable=too-
8080
_vehicle_components_descriptions = _("Component that monitors battery voltage and current")
8181
_vehicle_components_descriptions = _("Connection type (e.g., UART, I2C, SPI)")
8282
_vehicle_components_descriptions = _("Critical voltage per cell below which damage may occur (e.g., 3.3V)")
83+
_vehicle_components_descriptions = _("Data path from flight controller to ESC")
8384
_vehicle_components_descriptions = _("Details about how a component connects to the flight controller")
85+
_vehicle_components_descriptions = _("ESC firmware information")
86+
_vehicle_components_descriptions = _("Electronic Speed Controller component with (optional) telemetry")
8487
_vehicle_components_descriptions = _("Electronic Speed Controller for the motors")
8588
_vehicle_components_descriptions = _("Flight controller component that runs the ArduPilot firmware")
8689
_vehicle_components_descriptions = _("Flight controller firmware information")
@@ -118,6 +121,7 @@ def translatable_descriptions() -> None: # noqa: PLR0915 # pylint: disable=too-
118121
_vehicle_components_descriptions = _("Technical specifications of the motors")
119122
_vehicle_components_descriptions = _("Technical specifications of the propellers")
120123
_vehicle_components_descriptions = _("Technical specifications of the vehicle frame")
124+
_vehicle_components_descriptions = _("Telemetry path from ESC to flight controller (if applicable)")
121125
_vehicle_components_descriptions = _("Transmitter part of the remote control system")
122126
_vehicle_components_descriptions = _("Type of firmware")
123127
_vehicle_components_descriptions = _("Version number of the firmware")

0 commit comments

Comments
 (0)