New Crowdin translations - uk (#24874)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2025-05-18 10:56:18 +10:00
committed by GitHub
parent 815a339684
commit 740cd2e40d
+4 -3
View File
@@ -94,9 +94,10 @@ events::send<uint8_t, float>(events::ID("event_name"),
Disabled, Disabled,
``` ```
``` - Above we specify a separate external and internal log level, which are the levels displayed to GCS users and in the log file, respectively: `{events::Log::Error, events::LogInternal::Info}`.
Попередньо ми вказали окремий зовнішній і внутрішній рівень журналювання, які є рівнями для користувачів GCS і в файлі журналу, відповідно: `{events::Log::Error, events::LogInternal::Info}`. For the majority of cases you can pass a single log level, and this will be used for both exernal and internal cases.
``` There are cases it makes sense to have two different log levels.
For example an RTL failsafe action: the user should see it as Warning/Error, whereas in the log, it is an expected system response, so it can be set to `Info`.
- **Повідомлення про подію**: - **Повідомлення про подію**:
- Коротке повідомлення про подію в один рядок. - Коротке повідомлення про подію в один рядок.