Skip to content

Commit d9decb6

Browse files
authored
New Crowdin updates (#581)
* New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations csairlink.md (Korean) * New translations csairlink.md (Chinese Simplified) * New translations cubepilot.md (Korean) * New translations cubepilot.md (Chinese Simplified) * New translations development.md (Korean) * New translations development.md (Chinese Simplified) * New translations icarous.md (Korean) * New translations icarous.md (Chinese Simplified) * New translations matrixpilot.md (Korean) * New translations matrixpilot.md (Chinese Simplified) * New translations minimal.md (Korean) * New translations minimal.md (Chinese Simplified) * New translations paparazzi.md (Korean) * New translations paparazzi.md (Chinese Simplified) * New translations python_array_test.md (Korean) * New translations python_array_test.md (Chinese Simplified) * New translations standard.md (Korean) * New translations standard.md (Chinese Simplified) * New translations storm32.md (Korean) * New translations storm32.md (Chinese Simplified) * New translations test.md (Korean) * New translations test.md (Chinese Simplified) * New translations ualberta.md (Korean) * New translations ualberta.md (Chinese Simplified) * New translations uavionix.md (Korean) * New translations uavionix.md (Chinese Simplified) * New translations all.md (Korean) * New translations all.md (Chinese Simplified) * New translations ardupilotmega.md (Korean) * New translations ardupilotmega.md (Chinese Simplified) * New translations asluav.md (Korean) * New translations asluav.md (Chinese Simplified) * New translations avssuas.md (Korean) * New translations avssuas.md (Chinese Simplified) * New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations loweheiser.md (Korean) * New translations loweheiser.md (Chinese Simplified) * New translations dialects.md (Korean) * New translations index.md (Korean) * New translations dialects.md (Chinese Simplified) * New translations index.md (Chinese Simplified) * New translations minimal.md (Korean) * New translations minimal.md (Chinese Simplified) * New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations dialects.md (Korean) * New translations index.md (Korean) * New translations dialects.md (Chinese Simplified) * New translations index.md (Chinese Simplified)
1 parent 00d2490 commit d9decb6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1140
-974
lines changed

ko/messages/ASLUAV.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22

33
# Dialect: ASLUAV
44

5-
> **Warning** This topic documents the version of the dialect file in the [mavlink/mavlink](https://github.com/mavlink/mavlink) Github repository, which may not be up to date with the file in the source repository (it is up to the dialect owner to push changes when needed).
6-
> The source repo should be listed in the comments at the top of the XML definition file listed below (but may not be).
5+
:::warning
6+
This topic documents the version of the dialect file in the [mavlink/mavlink](https://github.com/mavlink/mavlink) Github repository, which may not be up to date with the file in the source repository (it is up to the dialect owner to push changes when needed).
7+
The source repo should be listed in the comments at the top of the XML definition file listed below (but may not be).
8+
:::
79

810
This topic is a human-readable form of the XML definition file: [ASLUAV.xml](https://github.com/mavlink/mavlink/blob/master/message_definitions/v1.0/ASLUAV.xml).
911

1012
<span id="mav2_extension_field"></span>
1113

12-
> **Note**
13-
>
14-
> - MAVLink 2 [extension fields](../guide/define_xml_element.md#message_extensions) are displayed in blue.
15-
> - Entities from dialects are displayed only as headings (with link to original)
14+
::: info
15+
16+
- MAVLink 2 [extension fields](../guide/define_xml_element.md#message_extensions) are displayed in blue.
17+
- Entities from dialects are displayed only as headings (with link to original)
18+
19+
:::
1620

1721
<style>
1822
span.ext {

ko/messages/AVSSUAS.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22

33
# Dialect: AVSSUAS
44

5-
> **Warning** This topic documents the version of the dialect file in the [mavlink/mavlink](https://github.com/mavlink/mavlink) Github repository, which may not be up to date with the file in the source repository (it is up to the dialect owner to push changes when needed).
6-
> The source repo should be listed in the comments at the top of the XML definition file listed below (but may not be).
5+
:::warning
6+
This topic documents the version of the dialect file in the [mavlink/mavlink](https://github.com/mavlink/mavlink) Github repository, which may not be up to date with the file in the source repository (it is up to the dialect owner to push changes when needed).
7+
The source repo should be listed in the comments at the top of the XML definition file listed below (but may not be).
8+
:::
79

810
This topic is a human-readable form of the XML definition file: [AVSSUAS.xml](https://github.com/mavlink/mavlink/blob/master/message_definitions/v1.0/AVSSUAS.xml).
911

1012
<span id="mav2_extension_field"></span>
1113

12-
> **Note**
13-
>
14-
> - MAVLink 2 [extension fields](../guide/define_xml_element.md#message_extensions) are displayed in blue.
15-
> - Entities from dialects are displayed only as headings (with link to original)
14+
::: info
15+
16+
- MAVLink 2 [extension fields](../guide/define_xml_element.md#message_extensions) are displayed in blue.
17+
- Entities from dialects are displayed only as headings (with link to original)
18+
19+
:::
1620

1721
<style>
1822
span.ext {

ko/messages/all.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,24 @@ This ensure that:
1010
- Systems based on these dialects can co-exist on the same MAVLink network.
1111
- A Ground Station might (optionally) use libraries generated from **all.xml** to communicate using any of the dialects.
1212

13-
> **Warning**
14-
>
15-
> - New dialect files in the official repository must be added to **all.xml** and restrict themselves to using ids in their own allocated range.
16-
> - Dialects should push changes to mavlink/mavlink in order to avoid potential clashes from changes to other dialects.
17-
>
18-
> A few older dialects are not included because these operate in completely closed networks or because they are only used for tests.
13+
::: warning
14+
15+
- New dialect files in the official repository must be added to **all.xml** and restrict themselves to using ids in their own allocated range.
16+
- Dialects should push changes to mavlink/mavlink in order to avoid potential clashes from changes to other dialects.
17+
18+
A few older dialects are not included because these operate in completely closed networks or because they are only used for tests.
19+
:::
1920

2021
This topic is a human-readable form of the XML definition file: [all.xml](https://github.com/mavlink/mavlink/blob/master/message_definitions/v1.0/all.xml).
2122

2223
<span id="mav2_extension_field"></span>
2324

24-
> **Note**
25-
>
26-
> - MAVLink 2 [extension fields](../guide/define_xml_element.md#message_extensions) are displayed in blue.
27-
> - Entities from dialects are displayed only as headings (with link to original)
25+
::: info
26+
27+
- MAVLink 2 [extension fields](../guide/define_xml_element.md#message_extensions) are displayed in blue.
28+
- Entities from dialects are displayed only as headings (with link to original)
29+
30+
:::
2831

2932
<style>
3033
span.ext {

ko/messages/ardupilotmega.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22

33
# Dialect: ArduPilotMega
44

5-
> **Warning** [ardupilotmega.xml](https://github.com/ArduPilot/mavlink/blob/master/message_definitions/v1.0/ardupilotmega.xml) contains the accurate and up-to-date documentation for this dialect.
6-
> The documentation below may not be accurate if the dialect owner has not pushed changes.
5+
:::warning
6+
[ardupilotmega.xml](https://github.com/ArduPilot/mavlink/blob/master/message_definitions/v1.0/ardupilotmega.xml) contains the documentation for this dialect as used by the ArduPilot flight stack.
7+
The documentation here may not be a precise match if, for example, changes have not been pushed by the owner.
8+
:::
79

8-
These messages define the [ArduPilot](http://ardupilot.org) specific dialect (as pushed to the [mavlink/mavlink](https://github.com/mavlink/mavlink) GitHub repository by the dialect owner).
10+
These messages define the [ArduPilot](http://ardupilot.org) specific dialect.
911

1012
This topic is a human-readable form of the XML definition file: [ardupilotmega.xml](https://github.com/mavlink/mavlink/blob/master/message_definitions/v1.0/ardupilotmega.xml).
1113

1214
<span id="mav2_extension_field"></span>
1315

14-
> **Note**
15-
>
16-
> - MAVLink 2 [extension fields](../guide/define_xml_element.md#message_extensions) are displayed in blue.
17-
> - Entities from dialects are displayed only as headings (with link to original)
16+
::: info
17+
18+
- MAVLink 2 [extension fields](../guide/define_xml_element.md#message_extensions) are displayed in blue.
19+
- Entities from dialects are displayed only as headings (with link to original)
20+
21+
:::
1822

1923
<style>
2024
span.ext {

0 commit comments

Comments
 (0)