New Crowdin translations - ko

This commit is contained in:
Crowdin Bot
2025-07-27 00:10:59 +00:00
committed by Hamish Willee
parent e8859a7e0d
commit f37c8fe511
48 changed files with 1057 additions and 287 deletions
+3 -1
View File
@@ -7,7 +7,7 @@ GPS home position in WGS84 coordinates.
```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