Skip to content

Commit 0ab4630

Browse files
authored
New Crowdin updates (#686)
1 parent eb03b38 commit 0ab4630

8 files changed

Lines changed: 24 additions & 14 deletions

File tree

ko/contributing/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The sections below explain how to contribute to each category and how to raise a
1414
## How to Contribute Simple Changes
1515

1616
- Open a pull request against the specification repository: [https://github.com/mavlink/mavlink](https://github.com/mavlink/mavlink)
17-
- Reach out to the community on Slack and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness
17+
- Reach out to the community on [Discord](https://discord.com/channels/1022170275984457759/1022185868317966458) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness
1818
- Address concerns by pushing more commits to the pull request
1919

2020
## How to Contribute Complex Changes
2121

2222
- Open a pull request against the RFC repository containing a new RFC number [https://github.com/mavlink/rfcs](https://github.com/mavlink/rfcs) and use the template in the 0000 RFC.
23-
- Reach out to the community on Slack and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness
23+
- Reach out to the community on [Discord](https://discord.com/channels/1022170275984457759/1022185868317966458) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness
2424
- Address concerns by pushing more commits to the pull request
2525

2626
## How to Contribute to Mavgen

ko/messages/common.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3577,10 +3577,11 @@ See https://mavlink.io/en/services/standard_modes.html
35773577

35783578
### AVAILABLE_MODES_MONITOR (437) {#AVAILABLE_MODES_MONITOR}
35793579

3580-
A change to the sequence number indicates that the set of [AVAILABLE_MODES](#AVAILABLE_MODES) has changed.
3580+
A change to the sequence number indicates that the set of [AVAILABLE_MODES](#AVAILABLE_MODES) has changed, and that the receiver should re-request all available modes.
35813581

3582-
A receiver must re-request all available modes whenever the sequence number changes.
3583-
This is only emitted after the first change and should then be broadcast at low rate (nominally 0.3 Hz) and on change.
3582+
The message is optional, and is only needed when the set of modes can change dynamically after boot.
3583+
It should be emitted whenever the set of modes change.
3584+
It should be streamed at low rate (nominally 0.3 Hz).
35843585
See https://mavlink.io/en/services/standard_modes.html
35853586

35863587
| Field Name | Type | Description |

ko/messages/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Dialect: development
44

5-
This dialect contains messages that are proposed for inclusion in the [standard set](standard.md), in order to ease development of prototype implementations.
5+
This dialect contains messages that are proposed for inclusion in the [common set](common.md), in order to ease development of prototype implementations.
66
They should be considered a 'work in progress' and not included in production builds.
77

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

ko/services/manual_control.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,12 @@ ArduPilot Implementations:
8888

8989
- [ArduCopter/GCS_Mavlink.cpp](https://github.com/ArduPilot/ardupilot/blob/master/ArduCopter/GCS_Mavlink.cpp) (in `handleMessage` method)
9090
- [ArduPlane/GCS_Mavlink.cpp](https://github.com/ArduPilot/ardupilot/blob/master/ArduPlane/GCS_Mavlink.cpp) (in `handleMessage` method)
91-
- [ArduRover/GCS_Mavlink.cpp](https://github.com/ArduPilot/ardupilot/blob/master/ArduRover/GCS_Mavlink.cpp) (in `handle_manual_control` method)
9291
- [ArduSub/joystick.cpp](https://github.com/ArduPilot/ardupilot/blob/master/ArduSub/joystick.cpp) (in `transform_manual_control_to_rc_override` method)
92+
- [ArduRover/GCS_Mavlink.cpp](https://github.com/ArduPilot/ardupilot/blob/master/ArduRover/GCS_Mavlink.cpp) (in `handle_manual_control` method)
93+
94+
::: info
95+
ArduRover maps `y` as yaw instead of `r` (see [`handle_manual_control_axes`](https://github.com/ArduPilot/ardupilot/blob/0655825bb428db2218866fff14f0a5129302f6d6/Rover/GCS_MAVLink_Rover.cpp#L626-L627)).
96+
:::
9397

9498
## Future Extensions
9599

zh/contributing/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The sections below explain how to contribute to each category and how to raise a
1414
## How to Contribute Simple Changes
1515

1616
- Open a pull request against the specification repository: [https://github.com/mavlink/mavlink](https://github.com/mavlink/mavlink)
17-
- Reach out to the community on Slack and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness
17+
- Reach out to the community on [Discord](https://discord.com/channels/1022170275984457759/1022185868317966458) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness
1818
- 通过进一步支持拉动请求来解决关注问题
1919

2020
## How to Contribute Complex Changes
2121

2222
- Open a pull request against the RFC repository containing a new RFC number [https://github.com/mavlink/rfcs](https://github.com/mavlink/rfcs) and use the template in the 0000 RFC.
23-
- Reach out to the community on Slack and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness
23+
- Reach out to the community on [Discord](https://discord.com/channels/1022170275984457759/1022185868317966458) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness
2424
- 通过进一步支持拉动请求来解决关注问题
2525

2626
## How to Contribute to Mavgen

zh/messages/common.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3577,10 +3577,11 @@ See https://mavlink.io/en/services/standard_modes.html
35773577

35783578
### AVAILABLE_MODES_MONITOR (437) {#AVAILABLE_MODES_MONITOR}
35793579

3580-
A change to the sequence number indicates that the set of [AVAILABLE_MODES](#AVAILABLE_MODES) has changed.
3580+
A change to the sequence number indicates that the set of [AVAILABLE_MODES](#AVAILABLE_MODES) has changed, and that the receiver should re-request all available modes.
35813581

3582-
A receiver must re-request all available modes whenever the sequence number changes.
3583-
This is only emitted after the first change and should then be broadcast at low rate (nominally 0.3 Hz) and on change.
3582+
The message is optional, and is only needed when the set of modes can change dynamically after boot.
3583+
It should be emitted whenever the set of modes change.
3584+
It should be streamed at low rate (nominally 0.3 Hz).
35843585
See https://mavlink.io/en/services/standard_modes.html
35853586

35863587
| Field Name | Type | 描述 |

zh/messages/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Dialect: development
44

5-
This dialect contains messages that are proposed for inclusion in the [standard set](standard.md), in order to ease development of prototype implementations.
5+
This dialect contains messages that are proposed for inclusion in the [common set](common.md), in order to ease development of prototype implementations.
66
They should be considered a 'work in progress' and not included in production builds.
77

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

zh/services/manual_control.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,12 @@ ArduPilot Implementations:
8888

8989
- [ArduCopter/GCS_Mavlink.cpp](https://github.com/ArduPilot/ardupilot/blob/master/ArduCopter/GCS_Mavlink.cpp) (in `handleMessage` method)
9090
- [ArduPlane/GCS_Mavlink.cpp](https://github.com/ArduPilot/ardupilot/blob/master/ArduPlane/GCS_Mavlink.cpp) (in `handleMessage` method)
91-
- [ArduRover/GCS_Mavlink.cpp](https://github.com/ArduPilot/ardupilot/blob/master/ArduRover/GCS_Mavlink.cpp) (in `handle_manual_control` method)
9291
- [ArduSub/joystick.cpp](https://github.com/ArduPilot/ardupilot/blob/master/ArduSub/joystick.cpp) (in `transform_manual_control_to_rc_override` method)
92+
- [ArduRover/GCS_Mavlink.cpp](https://github.com/ArduPilot/ardupilot/blob/master/ArduRover/GCS_Mavlink.cpp) (in `handle_manual_control` method)
93+
94+
::: info
95+
ArduRover maps `y` as yaw instead of `r` (see [`handle_manual_control_axes`](https://github.com/ArduPilot/ardupilot/blob/0655825bb428db2218866fff14f0a5129302f6d6/Rover/GCS_MAVLink_Rover.cpp#L626-L627)).
96+
:::
9397

9498
## Future Extensions
9599

0 commit comments

Comments
 (0)