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:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-03-10 15:04:29 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-03-10 15:04:29 +0300
commit3c7cf5fc47bdd0f5957370f55521bf5d184488a4 (patch)
tree2ce1e7a7be5055be2ae4932dda2922a68af80a43 /_locales
parent6306f53da64e731218fcf6708b375f6f228b6f11 (diff)
Basic layout for logic conditions
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 57fd32e5..f9d75317 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2925,5 +2925,26 @@
},
"gyroLpfWhyNotSlightlyHigherMessage": {
"message": "If there are not vibration problems and motors are not overheating, try going 188Hz instead"
+ },
+ "tabLogicConditions": {
+ "message": "Logic conditions"
+ },
+ "logicId": {
+ "message": "#"
+ },
+ "logicEnabled": {
+ "message": "Enabled"
+ },
+ "logicOperation": {
+ "message": "Operation"
+ },
+ "logicOperandA": {
+ "message": "Operand A"
+ },
+ "logicOperandB": {
+ "message": "Operand B"
+ },
+ "logicFlags": {
+ "message": "Flags"
}
}