New Crowdin translations - uk (#26432)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2026-02-18 16:44:45 +11:00
committed by GitHub
parent 47d5971f42
commit 602add3ec1
318 changed files with 11946 additions and 1356 deletions

View File

@@ -1,6 +1,43 @@
---
pageClass: is-wide-page
---
# LoggerStatus (UORB message)
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/LoggerStatus.msg)
**TOPICS:** logger_status
## Fields
| Назва | Тип | Unit [Frame] | Range/Enum | Опис |
| ------------------------------------------------------------------------------ | --------- | ---------------------------------------------------------------- | ---------- | --------------------------------------------------------- |
| timestamp | `uint64` | | | time since system start (microseconds) |
| type | `uint8` | | | |
| backend | `uint8` | | | |
| is_logging | `bool` | | | |
| total_written_kb | `float32` | | | total written to log in kiloBytes |
| write_rate_kb_s | `float32` | | | write rate in kiloBytes/s |
| dropouts | `uint32` | | | number of failed buffer writes due to buffer overflow |
| message_gaps | `uint32` | | | messages misssed |
| buffer_used_bytes | `uint32` | | | current buffer fill in Bytes |
| buffer_size_bytes | `uint32` | | | total buffer size in Bytes |
| num_messages | `uint8` | | | |
## Constants
| Назва | Тип | Значення | Опис |
| ------------------------------------------------------------------------------------------------- | ------- | -------- | -------------------------------------------------------------------------------------------- |
| <a href="#LOGGER_TYPE_FULL"></a> LOGGER_TYPE_FULL | `uint8` | 0 | Normal, full size log |
| <a href="#LOGGER_TYPE_MISSION"></a> LOGGER_TYPE_MISSION | `uint8` | 1 | reduced mission log (e.g. for geotagging) |
| <a href="#BACKEND_FILE"></a> BACKEND_FILE | `uint8` | 1 | |
| <a href="#BACKEND_MAVLINK"></a> BACKEND_MAVLINK | `uint8` | 2 | |
| <a href="#BACKEND_ALL"></a> BACKEND_ALL | `uint8` | 3 | |
## Source Message
[Source file (GitHub)](https://github.com/PX4/PX4-Autopilot/blob/main/msg/LoggerStatus.msg)
:::details
Click here to see original file
```c
uint64 timestamp # time since system start (microseconds)
@@ -26,5 +63,6 @@ uint32 buffer_used_bytes # current buffer fill in Bytes
uint32 buffer_size_bytes # total buffer size in Bytes
uint8 num_messages
```
:::