Skip to content

Commit 7568918

Browse files
authored
New Crowdin updates (#599)
* New translations common.md (Korean) * New translations dialects.md (Korean) * New translations common.md (Chinese Simplified) * New translations dialects.md (Chinese Simplified) * New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations minimal.md (Korean) * New translations minimal.md (Chinese Simplified)
1 parent ef08d6e commit 7568918

File tree

6 files changed

+18
-12
lines changed

6 files changed

+18
-12
lines changed

ko/messages/common.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ If the system is not in mission mode this message must not trigger a switch to m
518518

519519
Message that announces the sequence number of the current target mission item (that the system will fly towards/execute when the mission is running).
520520
This message should be streamed all the time (nominally at 1Hz).
521-
This message should be emitted following a call to [MAV_CMD_DO_SET_MISSION_CURRENT](#MAV_CMD_DO_SET_MISSION_CURRENT) or [SET_MISSION_CURRENT](#SET_MISSION_CURRENT).
521+
This message should be emitted following a call to [MAV_CMD_DO_SET_MISSION_CURRENT](#MAV_CMD_DO_SET_MISSION_CURRENT) or [MISSION_SET_CURRENT](#MISSION_SET_CURRENT).
522522

523523
| Field Name | Type | Values | Description |
524524
| ------------------------------------------------------------------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -5917,6 +5917,7 @@ MAVLINK component type reported in HEARTBEAT message. Flight controllers must re
59175917
| <a id='MAV_TYPE_WINCH'></a>42 | [MAV_TYPE_WINCH](#MAV_TYPE_WINCH) | Winch |
59185918
| <a id='MAV_TYPE_GENERIC_MULTIROTOR'></a>43 | [MAV_TYPE_GENERIC_MULTIROTOR](#MAV_TYPE_GENERIC_MULTIROTOR) | Generic multirotor that does not fit into a specific type or whose type is unknown |
59195919
| <a id='MAV_TYPE_ILLUMINATOR'></a>44 | [MAV_TYPE_ILLUMINATOR](#MAV_TYPE_ILLUMINATOR) | Illuminator. An illuminator is a light source that is used for lighting up dark areas external to the sytstem: e.g. a torch or searchlight (as opposed to a light source for illuminating the system itself, e.g. an indicator light). |
5920+
| <a id='MAV_TYPE_SATELLITE'></a>45 | [MAV_TYPE_SATELLITE](#MAV_TYPE_SATELLITE) | Satellite. Used for satellite-like systems (orbiting satellites, space stations). For rockets (or landers) use [MAV_TYPE_ROCKET](#MAV_TYPE_ROCKET). |
59205921

59215922
### MAV_MODE_FLAG — \[from: [minimal](../messages/minimal.md#MAV_MODE_FLAG)\] {#MAV_MODE_FLAG}
59225923

ko/messages/dialects.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ Dialects are not managed by this project!
1717

1818
The dialect definitions are:
1919

20-
- [matrixpilot.xml](matrixpilot.md)
21-
- [loweheiser.xml](loweheiser.md)
2220
- [cubepilot.xml](cubepilot.md)
21+
- [loweheiser.xml](loweheiser.md)
2322
- [AVSSUAS.xml](AVSSUAS.md)
24-
- [paparazzi.xml](paparazzi.md)
2523
- [ualberta.xml](ualberta.md)
24+
- [uAvionix.xml](uAvionix.md)
25+
- [matrixpilot.xml](matrixpilot.md)
2626
- [ASLUAV.xml](ASLUAV.md)
27-
- [csAirLink.xml](csAirLink.md)
2827
- [icarous.xml](icarous.md)
2928
- [storm32.xml](storm32.md)
30-
- [uAvionix.xml](uAvionix.md)
29+
- [paparazzi.xml](paparazzi.md)
3130
- [ardupilotmega.xml](ardupilotmega.md)
31+
- [csAirLink.xml](csAirLink.md)
3232

3333
Note that dialects may `include` [MAVLink-Standard Definitions](index.md) or other dialects.
3434
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).
@@ -47,3 +47,4 @@ The following definitions are used for testing and dialect validation:
4747
- [MAVLink-Standard Definitions](index.md)
4848
- [XSD schema](../guide/xml_schema.md)
4949
- [mavlink/message_definitions](https://github.com/mavlink/mavlink/blob/master/message_definitions/) - Source of all XML definition files
50+

ko/messages/minimal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ MAVLINK component type reported in HEARTBEAT message. Flight controllers must re
154154
| <a id='MAV_TYPE_WINCH'></a>42 | [MAV_TYPE_WINCH](#MAV_TYPE_WINCH) | Winch |
155155
| <a id='MAV_TYPE_GENERIC_MULTIROTOR'></a>43 | [MAV_TYPE_GENERIC_MULTIROTOR](#MAV_TYPE_GENERIC_MULTIROTOR) | Generic multirotor that does not fit into a specific type or whose type is unknown |
156156
| <a id='MAV_TYPE_ILLUMINATOR'></a>44 | [MAV_TYPE_ILLUMINATOR](#MAV_TYPE_ILLUMINATOR) | Illuminator. An illuminator is a light source that is used for lighting up dark areas external to the sytstem: e.g. a torch or searchlight (as opposed to a light source for illuminating the system itself, e.g. an indicator light). |
157+
| <a id='MAV_TYPE_SATELLITE'></a>45 | [MAV_TYPE_SATELLITE](#MAV_TYPE_SATELLITE) | Satellite. Used for satellite-like systems (orbiting satellites, space stations). For rockets (or landers) use [MAV_TYPE_ROCKET](#MAV_TYPE_ROCKET). |
157158

158159
### MAV_MODE_FLAG {#MAV_MODE_FLAG}
159160

zh/messages/common.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ If the system is not in mission mode this message must not trigger a switch to m
518518

519519
Message that announces the sequence number of the current target mission item (that the system will fly towards/execute when the mission is running).
520520
This message should be streamed all the time (nominally at 1Hz).
521-
This message should be emitted following a call to [MAV_CMD_DO_SET_MISSION_CURRENT](#MAV_CMD_DO_SET_MISSION_CURRENT) or [SET_MISSION_CURRENT](#SET_MISSION_CURRENT).
521+
This message should be emitted following a call to [MAV_CMD_DO_SET_MISSION_CURRENT](#MAV_CMD_DO_SET_MISSION_CURRENT) or [MISSION_SET_CURRENT](#MISSION_SET_CURRENT).
522522

523523
| Field Name | Type | 值 | 描述 |
524524
| ------------------------------------------------------------------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -5917,6 +5917,7 @@ MAVLINK component type reported in HEARTBEAT message. Flight controllers must re
59175917
| <a id='MAV_TYPE_WINCH'></a>42 | [MAV_TYPE_WINCH](#MAV_TYPE_WINCH) | Winch |
59185918
| <a id='MAV_TYPE_GENERIC_MULTIROTOR'></a>43 | [MAV_TYPE_GENERIC_MULTIROTOR](#MAV_TYPE_GENERIC_MULTIROTOR) | Generic multirotor that does not fit into a specific type or whose type is unknown |
59195919
| <a id='MAV_TYPE_ILLUMINATOR'></a>44 | [MAV_TYPE_ILLUMINATOR](#MAV_TYPE_ILLUMINATOR) | Illuminator. An illuminator is a light source that is used for lighting up dark areas external to the sytstem: e.g. a torch or searchlight (as opposed to a light source for illuminating the system itself, e.g. an indicator light). |
5920+
| <a id='MAV_TYPE_SATELLITE'></a>45 | [MAV_TYPE_SATELLITE](#MAV_TYPE_SATELLITE) | Satellite. Used for satellite-like systems (orbiting satellites, space stations). For rockets (or landers) use [MAV_TYPE_ROCKET](#MAV_TYPE_ROCKET). |
59205921

59215922
### MAV_MODE_FLAG — \[from: [minimal](../messages/minimal.md#MAV_MODE_FLAG)\] {#MAV_MODE_FLAG}
59225923

zh/messages/dialects.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ Dialects are not managed by this project!
1717

1818
The dialect definitions are:
1919

20-
- [matrixpilot.xml](matrixpilot.md)
21-
- [loweheiser.xml](loweheiser.md)
2220
- [cubepilot.xml](cubepilot.md)
21+
- [loweheiser.xml](loweheiser.md)
2322
- [AVSSUAS.xml](AVSSUAS.md)
24-
- [paparazzi.xml](paparazzi.md)
2523
- [ualberta.xml](ualberta.md)
24+
- [uAvionix.xml](uAvionix.md)
25+
- [matrixpilot.xml](matrixpilot.md)
2626
- [ASLUAV.xml](ASLUAV.md)
27-
- [csAirLink.xml](csAirLink.md)
2827
- [icarous.xml](icarous.md)
2928
- [storm32.xml](storm32.md)
30-
- [uAvionix.xml](uAvionix.md)
29+
- [paparazzi.xml](paparazzi.md)
3130
- [ardupilotmega.xml](ardupilotmega.md)
31+
- [csAirLink.xml](csAirLink.md)
3232

3333
Note that dialects may `include` [MAVLink-Standard Definitions](index.md) or other dialects.
3434
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).
@@ -47,3 +47,4 @@ The following definitions are used for testing and dialect validation:
4747
- [MAVLink-Standard Definitions](index.md)
4848
- [XSD schema](../guide/xml_schema.md)
4949
- [mavlink/message_definitions](https://github.com/mavlink/mavlink/blob/master/message_definitions/) - Source of all XML definition files
50+

zh/messages/minimal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ MAVLINK component type reported in HEARTBEAT message. Flight controllers must re
154154
| <a id='MAV_TYPE_WINCH'></a>42 | [MAV_TYPE_WINCH](#MAV_TYPE_WINCH) | Winch |
155155
| <a id='MAV_TYPE_GENERIC_MULTIROTOR'></a>43 | [MAV_TYPE_GENERIC_MULTIROTOR](#MAV_TYPE_GENERIC_MULTIROTOR) | Generic multirotor that does not fit into a specific type or whose type is unknown |
156156
| <a id='MAV_TYPE_ILLUMINATOR'></a>44 | [MAV_TYPE_ILLUMINATOR](#MAV_TYPE_ILLUMINATOR) | Illuminator. An illuminator is a light source that is used for lighting up dark areas external to the sytstem: e.g. a torch or searchlight (as opposed to a light source for illuminating the system itself, e.g. an indicator light). |
157+
| <a id='MAV_TYPE_SATELLITE'></a>45 | [MAV_TYPE_SATELLITE](#MAV_TYPE_SATELLITE) | Satellite. Used for satellite-like systems (orbiting satellites, space stations). For rockets (or landers) use [MAV_TYPE_ROCKET](#MAV_TYPE_ROCKET). |
157158

158159
### MAV_MODE_FLAG {#MAV_MODE_FLAG}
159160

0 commit comments

Comments
 (0)