New Crowdin translations - uk (#25781)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2025-10-20 08:16:57 +11:00
committed by GitHub
parent 66e73528a2
commit 0d0bfc1937
32 changed files with 715 additions and 121 deletions

View File

@@ -1,3 +1,8 @@
<script setup>
import { useData } from 'vitepress'
const { site } = useData();
</script>
<div style="float:right; padding:10px; margin-right:20px;"><a href="https://px4.io/"><img src="../assets/site/logo_pro_small.png" title="PX4 Logo" width="180px" /></a></div>
# Посібник користувача автопілота PX4
@@ -8,17 +13,22 @@ PX4 is the _Professional Autopilot_.
Розроблений розробниками світового класу з дрон індустрії та наукових закладів і активно підтримується спільнотою у світі. Він дозволяє працювати з різними типами безпілотних транспортних засобів від гоночних, вантажних дронів до сухопутних автомобілів та надводних човнів.
:::tip
This guide contains everything you need to assemble, configure, and safely fly a PX4-based vehicle. Хочете зробити внесок? Check out the [Development](development/development.md) section.
This guide contains everything you need to assemble, configure, and safely fly a PX4-based vehicle.
Хочете зробити внесок? Check out the [Development](development/development.md) section.
:::
<div v-if="site.title == 'PX4 Guide (main)'">
:::warning
This guide is for the _development_ version of PX4 (`main` branch).
Use the **Version** selector to find the current _stable_ version.
Documented changes since the stable release are captured in the evolving [release note](releases/main.md).
:::
</div>
## Як почати?
[Basic Concepts](getting_started/px4_basic_concepts.md) should be read by all users!