Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Pastor <shellixyz@users.noreply.github.com>2019-05-12 20:30:01 +0300
committerGitHub <noreply@github.com>2019-05-12 20:30:01 +0300
commite5dbd74735917142cf7540b0875932cf875a3201 (patch)
treeaecef880aa85bf844325bf3df6bfdb35f8b4aeea /_locales
parent0747e690bfbdedd5aeb41d532484c3ae2f802790 (diff)
OSD g-force (#765)
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index c002b720..aa721997 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2440,6 +2440,9 @@
"osdGroupTimers": {
"message": "Timers"
},
+ "osdGroupGForce": {
+ "message": "G force"
+ },
"osdGroupTemperature": {
"message": "Temperature"
},
@@ -2578,6 +2581,30 @@
"osdElement_VARIO_NUM_HELP": {
"message": "Shows vertical speed using a number"
},
+ "osdElement_G_FORCE": {
+ "message": "g force"
+ },
+ "osdElement_G_FORCE_HELP": {
+ "message": "Shows the g force taking into account all axes"
+ },
+ "osdElement_G_FORCE_X": {
+ "message": "Longitudinal g force in body frame (X)"
+ },
+ "osdElement_G_FORCE_X_HELP": {
+ "message": "Shows the g force in the X axis (longitudinal)"
+ },
+ "osdElement_G_FORCE_Y": {
+ "message": "Lateral g force in body frame (Y)"
+ },
+ "osdElement_G_FORCE_Y_HELP": {
+ "message": "Shows the g force in the Y axis (lateral)"
+ },
+ "osdElement_G_FORCE_Z": {
+ "message": "Vertical g force in body frame (Z)"
+ },
+ "osdElement_G_FORCE_Z_HELP": {
+ "message": "Shows the g force in the Z axis (vertical)"
+ },
"osdElement_ROLL_PIDS": {
"message": "Roll PIDs"
},