You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _locales/en/messages.json
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2452,53 +2452,53 @@
2452
2452
"osdUnitUKTip": {
2453
2453
"message": "Use metric units except for the speed, which is displayed in miles per hour."
2454
2454
},
2455
-
"osdAlarmRSSI": {
2456
-
"message": "RSSI"
2455
+
"osd_rssi_alarm": {
2456
+
"message": "RSSI (%)"
2457
2457
},
2458
2458
"osdAlarmBATT_CAP": {
2459
2459
"message": "Used Battery"
2460
2460
},
2461
2461
"osdAlarmBATT_CAP_HELP": {
2462
2462
"message": "The battery capacity used indicator (mah drawn) will flash when the total consumed mah are greater than this value. Requires a current sensor. Zero disables this alarm."
2463
2463
},
2464
-
"osdAlarmFLY_MINUTES": {
2465
-
"message": "Fly Time"
2464
+
"osd_time_alarm": {
2465
+
"message": "Fly Time (minutes)"
2466
2466
},
2467
-
"osdAlarmMAX_ALTITUDE": {
2468
-
"message": "Altitude"
2467
+
"osd_alt_alarm": {
2468
+
"message": "Altitude (meters)"
2469
2469
},
2470
-
"osdAlarmDIST": {
2471
-
"message": "Distance"
2470
+
"osd_dist_alarm": {
2471
+
"message": "Distance (meters)"
2472
2472
},
2473
2473
"osdAlarmDIST_HELP": {
2474
2474
"message": "The distance to home indicator will flash when the distance is greater than this value. Zero disables this alarm."
2475
2475
},
2476
-
"osdAlarmMAX_NEG_ALTITUDE": {
2477
-
"message": "Negative Altitude"
2476
+
"osd_neg_alt_alarm": {
2477
+
"message": "Negative Altitude (meters)"
2478
2478
},
2479
2479
"osdAlarmMAX_NEG_ALTITUDE_HELP": {
2480
2480
"message": "The altitude indicator will flash when altitude is negative and its absolute value is greater than this alarm. Useful when taking off from elevated places. Zero disables this alarm."
2481
2481
},
2482
-
"osdAlarmGFORCE": {
2482
+
"osd_gforce_alarm": {
2483
2483
"message": "g force"
2484
2484
},
2485
2485
"osdAlarmGFORCE_HELP": {
2486
2486
"message": "The g force element will start blinking when greater than this value"
2487
2487
},
2488
-
"osdAlarmGFORCE_AXIS_MIN": {
2488
+
"osd_gforce_axis_alarm_min": {
2489
2489
"message": "g force axis min"
2490
2490
},
2491
2491
"osdAlarmGFORCE_AXIS_MIN_HELP": {
2492
2492
"message": "The axes g force elements will start blinking when lower than this value"
2493
2493
},
2494
-
"osdAlarmGFORCE_AXIS_MAX": {
2494
+
"osd_gforce_axis_alarm_max": {
2495
2495
"message": "g force axis max"
2496
2496
},
2497
2497
"osdAlarmGFORCE_AXIS_MAX_HELP": {
2498
2498
"message": "The axes g force elements will start blinking when greater than this value"
2499
2499
},
2500
-
"osdAlarmCURRENT": {
2501
-
"message": "Current"
2500
+
"osd_current_alarm": {
2501
+
"message": "Current (A)"
2502
2502
},
2503
2503
"osdAlarmCURRENT_HELP": {
2504
2504
"message": "The current draw element will start blinking when the consumption is greater than this value. Zero disables this alarm."
0 commit comments