Skip to content

Commit

Permalink
New Crowdin updates (PX4#893)
Browse files Browse the repository at this point in the history
* New translations SUMMARY.md (Korean)

* New translations development.md (German)

* New translations development.md (Japanese)

* New translations development.md (Korean)

* New translations development.md (Russian)

* New translations development.md (Turkish)

* New translations development.md (Chinese Simplified)
  • Loading branch information
PX4BuildBot authored Nov 19, 2020
1 parent cec8e86 commit 8f213e6
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 35 deletions.
6 changes: 5 additions & 1 deletion de/development/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

This section explains how to support new vehicle types and variants, modify flight algorithms, add new modes, integrate new hardware, and communicate with PX4 from outside the flight controller.

::: tip <span></span>This section is for software developers and (new) hardware integrators. It is not needed if you're building an existing airframe or flying using a PX4 vehicle. <span></span> :::
::: tip

This section is for software developers and (new) hardware integrators. It is not needed if you're building an existing airframe or flying using a PX4 vehicle.

:::

It explains how to:

Expand Down
6 changes: 5 additions & 1 deletion ja/development/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

This section explains how to support new vehicle types and variants, modify flight algorithms, add new modes, integrate new hardware, and communicate with PX4 from outside the flight controller.

::: tip <span></span>This section is for software developers and (new) hardware integrators. It is not needed if you're building an existing airframe or flying using a PX4 vehicle. <span></span> :::
::: tip

This section is for software developers and (new) hardware integrators. It is not needed if you're building an existing airframe or flying using a PX4 vehicle.

:::

It explains how to:

Expand Down
58 changes: 29 additions & 29 deletions ko/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,40 +367,40 @@
* [Logging](dev_log/logging.md)
* [Flight Log Analysis](dev_log/flight_log_analysis.md)
* [ULog File Format](dev_log/ulog_file_format.md)
* [Tutorials](tutorials/tutorials.md)
* [Video Streaming from Odroid C1 to QGC](tutorials/video_streaming.md)
* [Long-distance Video Streaming](tutorials/video_streaming_wifi_broadcast.md)
* [Connecting an RC Receiver on Linux](tutorials/linux_sbus.md)
* [Advanced Topics](advanced/README.md)
* [따라해보기(Tutorial)](tutorials/tutorials.md)
* [Odroid C1에서 QGC로 동영상 스트리밍 전송](tutorials/video_streaming.md)
* [장거리 동영상 스트리밍 전송](tutorials/video_streaming_wifi_broadcast.md)
* [리눅스에서 원격 조종 수신 모듈(RC Receiver) 연결](tutorials/linux_sbus.md)
* [고급 주제](advanced/README.md)
* [Parameters & Configs](advanced/parameters_and_configurations.md)
* [Parameter Reference](advanced/parameter_reference.md)
* [Computer Vision](advanced/computer_vision.md)
* [Motion Capture (VICON, Optitrack)](tutorials/motion-capture-vicon-optitrack.md)
* [Installing driver for Intel RealSense R200](advanced/realsense_intel_driver.md)
* [Switching State Estimators](advanced/switching_state_estimators.md)
* [Out-of-Tree Modules](advanced/out_of_tree_modules.md)
* [모션 캡쳐(VICON, Optitrack)](tutorials/motion-capture-vicon-optitrack.md)
* [우분투에 Intel RealSense R200 드라이버 설치](advanced/realsense_intel_driver.md)
* [상태 추정기(State Estimator) 전환](advanced/switching_state_estimators.md)
* [별도 모듈](advanced/out_of_tree_modules.md)
* [STM32 Bootloader](software_update/stm32_bootloader.md)
* [System Tunes](advanced/system_tunes.md)
* [Platform Testing and CI](test_and_ci/README.md)
* [Test Flights](test_and_ci/test_flights.md)
* [Test MC_01 - Manual Modes](test_cards/mc_01_manual_modes.md)
* [Test MC_02 - Full Autonomous](test_cards/mc_02_full_autonomous.md)
* [Test MC_03 - Auto Manual Mix](test_cards/mc_03_auto_manual_mix.md)
* [Test MC_04 - Failsafe Testing](test_cards/mc_04_failsafe_testing.md)
* [Test MC_05 - Indoor Flight (Manual Modes)](test_cards/mc_05_indoor_flight_manual_modes.md)
* [Unit Tests](test_and_ci/unit_tests.md)
* [시스템 알림음](advanced/system_tunes.md)
* [플랫폼 시험과 CI](test_and_ci/README.md)
* [비행 시험](test_and_ci/test_flights.md)
* [시험 MC_01 - 수동 상태](test_cards/mc_01_manual_modes.md)
* [시험 MC_02 - 완전 자동화](test_cards/mc_02_full_autonomous.md)
* [시험 MC_03 - 자동 / 수동 혼합](test_cards/mc_03_auto_manual_mix.md)
* [시험 MC_04 - 안전 장치 시험](test_cards/mc_04_failsafe_testing.md)
* [시험 MC_05 - 실내 비행 (Manual Mode)](test_cards/mc_05_indoor_flight_manual_modes.md)
* [단위 테스트](test_and_ci/unit_tests.md)
* [Continuous Integration](test_and_ci/continous_integration.md)
* [Jenkins Continuous Integration](test_and_ci/jenkins_ci.md)
* [ROS Integration Testing](test_and_ci/integration_testing.md)
* [MAVSDK Integration Testing](test_and_ci/integration_testing_mavsdk.md)
* [Docker Containers](test_and_ci/docker.md)
* [Maintenance](test_and_ci/maintenance.md)
* [ROS 통합 테스트](test_and_ci/integration_testing.md)
* [MAVSDK 통합 테스트](test_and_ci/integration_testing_mavsdk.md)
* [도커 컨테이너](test_and_ci/docker.md)
* [유지 관리(Maintenance)](test_and_ci/maintenance.md)
* [Contribution (&Dev Call)](contribute/README.md)
* [Dev Call](contribute/dev_call.md)
* [Source Code Management](contribute/code.md)
* [GIT Examples](contribute/git_examples.md)
* [Documentation](contribute/docs.md)
* [Translation](contribute/translation.md)
* [Terminology/Notation](contribute/notation.md)
* [Licenses](contribute/licenses.md)
* [Support](contribute/support.md)
* [소스 코드 관리](contribute/code.md)
* [GIT 예제](contribute/git_examples.md)
* [설명서(Documentation)](contribute/docs.md)
* [번역](contribute/translation.md)
* [용어/표기](contribute/notation.md)
* [라이센스](contribute/licenses.md)
* [지원](contribute/support.md)
6 changes: 5 additions & 1 deletion ko/development/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

This section explains how to support new vehicle types and variants, modify flight algorithms, add new modes, integrate new hardware, and communicate with PX4 from outside the flight controller.

::: tip <span></span>This section is for software developers and (new) hardware integrators. It is not needed if you're building an existing airframe or flying using a PX4 vehicle. <span></span> :::
::: tip

This section is for software developers and (new) hardware integrators. It is not needed if you're building an existing airframe or flying using a PX4 vehicle.

:::

It explains how to:

Expand Down
6 changes: 5 additions & 1 deletion ru/development/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

This section explains how to support new vehicle types and variants, modify flight algorithms, add new modes, integrate new hardware, and communicate with PX4 from outside the flight controller.

::: tip <span></span>This section is for software developers and (new) hardware integrators. It is not needed if you're building an existing airframe or flying using a PX4 vehicle. <span></span> :::
::: tip

This section is for software developers and (new) hardware integrators. It is not needed if you're building an existing airframe or flying using a PX4 vehicle.

:::

It explains how to:

Expand Down
6 changes: 5 additions & 1 deletion tr/development/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

This section explains how to support new vehicle types and variants, modify flight algorithms, add new modes, integrate new hardware, and communicate with PX4 from outside the flight controller.

::: tip <span></span>This section is for software developers and (new) hardware integrators. It is not needed if you're building an existing airframe or flying using a PX4 vehicle. <span></span> :::
::: tip

This section is for software developers and (new) hardware integrators. It is not needed if you're building an existing airframe or flying using a PX4 vehicle.

:::

It explains how to:

Expand Down
6 changes: 5 additions & 1 deletion zh/development/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

This section explains how to support new vehicle types and variants, modify flight algorithms, add new modes, integrate new hardware, and communicate with PX4 from outside the flight controller.

::: tip <span></span>This section is for software developers and (new) hardware integrators. It is not needed if you're building an existing airframe or flying using a PX4 vehicle. <span></span> :::
::: tip

This section is for software developers and (new) hardware integrators. It is not needed if you're building an existing airframe or flying using a PX4 vehicle.

:::

It explains how to:

Expand Down

0 comments on commit 8f213e6

Please sign in to comment.