New Crowdin updates (#670)

* New translations index.md (Chinese Simplified)

* New translations common.md (Korean)

* New translations dialects.md (Korean)

* New translations common.md (Chinese Simplified)

* New translations dialects.md (Chinese Simplified)
This commit is contained in:
PX4 Build Bot
2026-02-19 14:12:30 +11:00
committed by GitHub
parent ccfc0cf844
commit a27280417e
5 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -7522,7 +7522,7 @@ Configures illuminator settings. An illuminator is a light source that is used f
Request the home position from the vehicle.
The vehicle will ACK the command and then emit the [HOME_POSITION](#HOME_POSITION) message.
The vehicle will ACK the command and emit the [HOME_POSITION](#HOME_POSITION) message.
| Param (Label) | Description |
| -------------------------------- | ----------- |
+9 -9
View File
@@ -17,20 +17,20 @@ Dialects are not managed by this project!
The dialect definitions are:
- [ASLUAV.xml](ASLUAV.md)
- [uAvionix.xml](uAvionix.md)
- [cubepilot.xml](cubepilot.md)
- [matrixpilot.xml](matrixpilot.md)
- [ualberta.xml](ualberta.md)
- [paparazzi.xml](paparazzi.md)
- [csAirLink.xml](csAirLink.md)
- [storm32.xml](storm32.md)
- [AVSSUAS.xml](AVSSUAS.md)
- [ardupilotmega.xml](ardupilotmega.md)
- [marsh.xml](marsh.md)
- [ualberta.xml](ualberta.md)
- [stemstudios.xml](stemstudios.md)
- [csAirLink.xml](csAirLink.md)
- [marsh.xml](marsh.md)
- [ardupilotmega.xml](ardupilotmega.md)
- [loweheiser.xml](loweheiser.md)
- [AVSSUAS.xml](AVSSUAS.md)
- [ASLUAV.xml](ASLUAV.md)
- [matrixpilot.xml](matrixpilot.md)
- [uAvionix.xml](uAvionix.md)
- [icarous.xml](icarous.md)
- [cubepilot.xml](cubepilot.md)
Note that dialects may `include` [MAVLink-Standard Definitions](index.md) or other dialects.
Up to 5 levels of XML file nesting are allowed - see `MAXIMUM_INCLUDE_FILE_NESTING` in [mavgen.py](https://github.com/ArduPilot/pymavlink/blob/master/generator/mavgen.py#L44).
+1 -1
View File
@@ -44,7 +44,7 @@ The MAVLink organisation provides (and supports) the [mavgen](getting_started/ge
| Lua | [mavgen](getting_started/generate_libraries.md#mavgen) | ✓ | ✓ | ✗ | Lua library. Does not support zero trimming of MAVLink 2 messages. |
| WLua (Wireshark Lua bindings) | [mavgen](getting_started/generate_libraries.md#mavgen) | ✓ | ✓ | NA | Allow MAVLink-aware packet inspection in Wireshark. Generated lua scripts should be copied to the Wireshark plugin directory (e.g. **wireshark/plugins/mavlink.lua**). |
| Swift | [mavgen](getting_started/generate_libraries.md#mavgen) | ✓ | | | |
| Rust | [rust-mavlink](https://github.com/mavlink/rust-mavlink) | ✓ | ✓ | | Rust MAVLink generated code. Has [tests](https://github.com/mavlink/rust-mavlink/tree/master/tests) and [docs](https://docs.rs/mavlink/latest/mavlink/). |
| Rust | [rust-mavlink](https://github.com/mavlink/rust-mavlink) | ✓ | ✓ | ✓ | Rust MAVLink generated code. Has [tests](https://github.com/mavlink/rust-mavlink/tree/master/tests) and [docs](https://docs.rs/mavlink/latest/mavlink/). |
| Ada | [mavgen](getting_started/generate_libraries.md#mavgen) | ✓ | | | |
<!-- reference links for table above -->
+1 -1
View File
@@ -7522,7 +7522,7 @@ Configures illuminator settings. An illuminator is a light source that is used f
Request the home position from the vehicle.
The vehicle will ACK the command and then emit the [HOME_POSITION](#HOME_POSITION) message.
The vehicle will ACK the command and emit the [HOME_POSITION](#HOME_POSITION) message.
| Param (Label) | 描述 |
| -------------------------------- | -------- |
+9 -9
View File
@@ -17,20 +17,20 @@ Dialects are not managed by this project!
The dialect definitions are:
- [ASLUAV.xml](ASLUAV.md)
- [uAvionix.xml](uAvionix.md)
- [cubepilot.xml](cubepilot.md)
- [matrixpilot.xml](matrixpilot.md)
- [ualberta.xml](ualberta.md)
- [paparazzi.xml](paparazzi.md)
- [csAirLink.xml](csAirLink.md)
- [storm32.xml](storm32.md)
- [AVSSUAS.xml](AVSSUAS.md)
- [ardupilotmega.xml](ardupilotmega.md)
- [marsh.xml](marsh.md)
- [ualberta.xml](ualberta.md)
- [stemstudios.xml](stemstudios.md)
- [csAirLink.xml](csAirLink.md)
- [marsh.xml](marsh.md)
- [ardupilotmega.xml](ardupilotmega.md)
- [loweheiser.xml](loweheiser.md)
- [AVSSUAS.xml](AVSSUAS.md)
- [ASLUAV.xml](ASLUAV.md)
- [matrixpilot.xml](matrixpilot.md)
- [uAvionix.xml](uAvionix.md)
- [icarous.xml](icarous.md)
- [cubepilot.xml](cubepilot.md)
Note that dialects may `include` [MAVLink-Standard Definitions](index.md) or other dialects.
Up to 5 levels of XML file nesting are allowed - see `MAXIMUM_INCLUDE_FILE_NESTING` in [mavgen.py](https://github.com/ArduPilot/pymavlink/blob/master/generator/mavgen.py#L44).