New Crowdin translations - uk

This commit is contained in:
Crowdin Bot
2025-07-27 00:12:45 +00:00
committed by Hamish Willee
parent 78e70d85a9
commit e8859a7e0d
52 changed files with 1079 additions and 305 deletions
+3 -1
View File
@@ -7,7 +7,7 @@
```c
# GPS home position in WGS84 coordinates.
uint32 MESSAGE_VERSION = 0
uint32 MESSAGE_VERSION = 1
uint64 timestamp # time since system start (microseconds)
@@ -19,6 +19,8 @@ float32 x # X coordinate in meters
float32 y # Y coordinate in meters
float32 z # Z coordinate in meters
float32 roll # Pitch angle in radians
float32 pitch # Roll angle in radians
float32 yaw # Yaw angle in radians
bool valid_alt # true when the altitude has been set