Skip to content

Commit 1be0402

Browse files
authored
New Crowdin updates (#588)
* New translations cubepilot.md (Korean) * New translations development.md (Korean) * New translations matrixpilot.md (Korean) * New translations paparazzi.md (Korean) * New translations python_array_test.md (Korean) * New translations storm32.md (Korean) * New translations ualberta.md (Korean) * New translations uavionix.md (Korean) * New translations ardupilotmega.md (Korean) * New translations asluav.md (Korean) * New translations avssuas.md (Korean) * New translations common.md (Korean) * New translations message_signing.md (Korean) * New translations examples.md (Korean) * New translations howto_requestmessages.md (Korean) * New translations ftp.md (Korean) * New translations dialects.md (Korean) * New translations cubepilot.md (Chinese Simplified) * New translations development.md (Chinese Simplified) * New translations matrixpilot.md (Chinese Simplified) * New translations paparazzi.md (Chinese Simplified) * New translations python_array_test.md (Chinese Simplified) * New translations storm32.md (Chinese Simplified) * New translations ualberta.md (Chinese Simplified) * New translations uavionix.md (Chinese Simplified) * New translations ardupilotmega.md (Chinese Simplified) * New translations asluav.md (Chinese Simplified) * New translations avssuas.md (Chinese Simplified) * New translations common.md (Chinese Simplified) * New translations message_signing.md (Chinese Simplified) * New translations examples.md (Chinese Simplified) * New translations howto_requestmessages.md (Chinese Simplified) * New translations ftp.md (Chinese Simplified) * New translations dialects.md (Chinese Simplified) * New translations summary.md (Korean) * New translations common.md (Korean) * New translations standard_modes.md (Korean) * New translations summary.md (Chinese Simplified) * New translations common.md (Chinese Simplified) * New translations standard_modes.md (Chinese Simplified) * New translations development.md (Korean) * New translations development.md (Chinese Simplified) * New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations development.md (Korean) * New translations development.md (Chinese Simplified) * New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations common.md (Korean) * New translations common.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) * New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations tunnel.md (Korean) * New translations tunnel.md (Chinese Simplified)
1 parent 4658a27 commit 1be0402

40 files changed

+498
-510
lines changed

ko/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
- [Payload Protocols](services/payload.md)
6868
- [Traffic Managment (UTM/ADS-B)](services/traffic_management.md)
6969
- [Events Interface (WIP)](services/events.md)
70-
- [Standard Flight Modes (WIP)](services/standard_modes.md)
70+
- [Standard Flight Modes](services/standard_modes.md)
7171
- [Time Synchronization](services/timesync.md)
7272
- [Dialects & Tests](messages/dialects.md)
7373
- [ardupilotmega.xml](messages/ardupilotmega.md)

ko/mavgen_python/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Examples (Pymavlink)
1+
# Examples (Pymavlink)
22

33
Other examples:
44

ko/mavgen_python/howto_requestmessages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### How to Request & Stream Messages
1+
# How to Request & Stream Messages
22

33
A remote system will typically stream a _default_ set of messages to a connected GCS, camera or other system.
44
This default set may be hard coded, and is necessarily limited to reduce traffic on the channel.

ko/mavgen_python/message_signing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Message Signing (Pymavlink)
1+
# Message Signing (Pymavlink)
22

33
Pymavlink supports [Message Signing](../guide/message_signing.md) (authentication) when using [MAVLink 2](../guide/mavlink_2.md).
44

@@ -15,7 +15,7 @@ While not covered in this topic, you should also write code to:
1515

1616
:::
1717

18-
#### Signing using MAVLink Class
18+
## Signing using MAVLink Class
1919

2020
If you are using the `MAVLink` class directly, you can use the **`MAVLink.signing`** attribute to access a `MAVLinkSigning` object and set the required attributes.
2121

@@ -38,7 +38,7 @@ The initial timestamp should be based on current system time.
3838
For more information see [Message Signing](../guide/message_signing.md#timestamp).
3939
:::
4040

41-
#### Signing using mavutil
41+
## Signing using mavutil
4242

4343
If you are using **mavutil** to manage the connection then you can set up/disable signing using the methods shown below:
4444

@@ -55,7 +55,7 @@ The `setup_signing()` method sets up the `MAVLink` object owned by the connectio
5555
- If `link_id` is not specified then internally the value is iterated.
5656
- If `initial_timestamp` is not set then an appropriate value for current time is populated from the underlying OS.
5757

58-
#### Using allow_unsigned_callback
58+
## Using allow_unsigned_callback
5959

6060
[Message Signing > Accepting Unsigned Packets](../guide/message_signing.md#accepting_unsigned_packets) and [Accepting Incorrectly Signed Packets](../guide/message_signing.md#accepting_incorrectly_signed_packets) specify that a message signing implementation should provide mechanisms such that library users can choose to conditionally accept unsigned or incorrectly signed packets.
6161

ko/messages/ASLUAV.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ span.warning {
3535

3636
| Type | Defined | Included |
3737
| -------------------------- | ------- | -------- |
38-
| [Messages](#messages) | 17 | 226 |
39-
| [Enums](#enumerated-types) | 2 | 144 |
40-
| [Commands](#mav_commands) | 166 | 0 |
38+
| [Messages](#messages) | 17 | 229 |
39+
| [Enums](#enumerated-types) | 2 | 146 |
40+
| [Commands](#mav_commands) | 167 | 0 |
4141

4242
The following sections list all entities in the dialect (both included and defined in this file).
4343

ko/messages/AVSSUAS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ span.warning {
3939

4040
| Type | Defined | Included |
4141
| -------------------------- | ------- | -------- |
42-
| [Messages](#messages) | 4 | 226 |
43-
| [Enums](#enumerated-types) | 3 | 144 |
44-
| [Commands](#mav_commands) | 171 | 0 |
42+
| [Messages](#messages) | 4 | 229 |
43+
| [Enums](#enumerated-types) | 3 | 146 |
44+
| [Commands](#mav_commands) | 172 | 0 |
4545

4646
The following sections list all entities in the dialect (both included and defined in this file).
4747

ko/messages/ardupilotmega.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ span.warning {
4444

4545
| Type | Defined | Included |
4646
| -------------------------- | ------- | -------- |
47-
| [Messages](#messages) | 72 | 243 |
48-
| [Enums](#enumerated-types) | 46 | 159 |
49-
| [Commands](#mav_commands) | 197 | 0 |
47+
| [Messages](#messages) | 72 | 246 |
48+
| [Enums](#enumerated-types) | 46 | 161 |
49+
| [Commands](#mav_commands) | 198 | 0 |
5050

5151
The following sections list all entities in the dialect (both included and defined in this file).
5252

ko/messages/common.md

Lines changed: 140 additions & 49 deletions
Large diffs are not rendered by default.

ko/messages/cubepilot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ span.warning {
3737

3838
| Type | Defined | Included |
3939
| -------------------------- | ------- | -------- |
40-
| [Messages](#messages) | 5 | 226 |
41-
| [Enums](#enumerated-types) | 0 | 144 |
42-
| [Commands](#mav_commands) | 164 | 0 |
40+
| [Messages](#messages) | 5 | 229 |
41+
| [Enums](#enumerated-types) | 0 | 146 |
42+
| [Commands](#mav_commands) | 165 | 0 |
4343

4444
The following sections list all entities in the dialect (both included and defined in this file).
4545

ko/messages/development.md

Lines changed: 5 additions & 103 deletions
Large diffs are not rendered by default.

ko/messages/dialects.md

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

1818
The dialect definitions are:
1919

20-
- [cubepilot.xml](cubepilot.md)
20+
- [paparazzi.xml](paparazzi.md)
2121
- [ardupilotmega.xml](ardupilotmega.md)
22-
- [matrixpilot.xml](matrixpilot.md)
23-
- [ASLUAV.xml](ASLUAV.md)
2422
- [csAirLink.xml](csAirLink.md)
23+
- [ualberta.xml](ualberta.md)
24+
- [AVSSUAS.xml](AVSSUAS.md)
2525
- [storm32.xml](storm32.md)
2626
- [icarous.xml](icarous.md)
27-
- [AVSSUAS.xml](AVSSUAS.md)
2827
- [uAvionix.xml](uAvionix.md)
29-
- [paparazzi.xml](paparazzi.md)
30-
- [ualberta.xml](ualberta.md)
28+
- [ASLUAV.xml](ASLUAV.md)
29+
- [cubepilot.xml](cubepilot.md)
30+
- [matrixpilot.xml](matrixpilot.md)
3131
- [loweheiser.xml](loweheiser.md)
3232

3333
Note that dialects may `include` [MAVLink-Standard Definitions](index.md) or other dialects.

ko/messages/matrixpilot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ span.warning {
3535

3636
| Type | Defined | Included |
3737
| -------------------------- | ------- | -------- |
38-
| [Messages](#messages) | 27 | 226 |
39-
| [Enums](#enumerated-types) | 1 | 144 |
40-
| [Commands](#mav_commands) | 165 | 0 |
38+
| [Messages](#messages) | 27 | 229 |
39+
| [Enums](#enumerated-types) | 1 | 146 |
40+
| [Commands](#mav_commands) | 166 | 0 |
4141

4242
The following sections list all entities in the dialect (both included and defined in this file).
4343

ko/messages/paparazzi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ span.warning {
3737

3838
| Type | Defined | Included |
3939
| -------------------------- | ------- | -------- |
40-
| [Messages](#messages) | 5 | 226 |
41-
| [Enums](#enumerated-types) | 0 | 144 |
42-
| [Commands](#mav_commands) | 164 | 0 |
40+
| [Messages](#messages) | 5 | 229 |
41+
| [Enums](#enumerated-types) | 0 | 146 |
42+
| [Commands](#mav_commands) | 165 | 0 |
4343

4444
The following sections list all entities in the dialect (both included and defined in this file).
4545

ko/messages/python_array_test.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ span.warning {
3535

3636
| Type | Defined | Included |
3737
| -------------------------- | ------- | -------- |
38-
| [Messages](#messages) | 8 | 226 |
39-
| [Enums](#enumerated-types) | 0 | 144 |
40-
| [Commands](#mav_commands) | 164 | 0 |
38+
| [Messages](#messages) | 8 | 229 |
39+
| [Enums](#enumerated-types) | 0 | 146 |
40+
| [Commands](#mav_commands) | 165 | 0 |
4141

4242
The following sections list all entities in the dialect (both included and defined in this file).
4343

ko/messages/storm32.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ span.warning {
3939

4040
| Type | Defined | Included |
4141
| -------------------------- | ------- | -------- |
42-
| [Messages](#messages) | 8 | 315 |
43-
| [Enums](#enumerated-types) | 8 | 205 |
44-
| [Commands](#mav_commands) | 200 | 0 |
42+
| [Messages](#messages) | 8 | 318 |
43+
| [Enums](#enumerated-types) | 8 | 207 |
44+
| [Commands](#mav_commands) | 201 | 0 |
4545

4646
The following sections list all entities in the dialect (both included and defined in this file).
4747

ko/messages/uAvionix.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ span.warning {
3535

3636
| Type | Defined | Included |
3737
| -------------------------- | ------- | -------- |
38-
| [Messages](#messages) | 3 | 226 |
39-
| [Enums](#enumerated-types) | 8 | 144 |
40-
| [Commands](#mav_commands) | 164 | 0 |
38+
| [Messages](#messages) | 3 | 229 |
39+
| [Enums](#enumerated-types) | 8 | 146 |
40+
| [Commands](#mav_commands) | 165 | 0 |
4141

4242
The following sections list all entities in the dialect (both included and defined in this file).
4343

ko/messages/ualberta.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ span.warning {
3535

3636
| Type | Defined | Included |
3737
| -------------------------- | ------- | -------- |
38-
| [Messages](#messages) | 3 | 226 |
39-
| [Enums](#enumerated-types) | 3 | 144 |
40-
| [Commands](#mav_commands) | 164 | 0 |
38+
| [Messages](#messages) | 3 | 229 |
39+
| [Enums](#enumerated-types) | 3 | 146 |
40+
| [Commands](#mav_commands) | 165 | 0 |
4141

4242
The following sections list all entities in the dialect (both included and defined in this file).
4343

0 commit comments

Comments
 (0)