mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Refactor to optional values for TelemetryEntity attributes
This commit is contained in:
parent
83d261c276
commit
bc4687953e
24 changed files with 682 additions and 425 deletions
|
|
@ -36,6 +36,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
" %@%%" : {
|
||||
|
||||
},
|
||||
"--" : {
|
||||
"shouldTranslate" : false
|
||||
},
|
||||
": %@" : {
|
||||
"localizations" : {
|
||||
"sr" : {
|
||||
|
|
@ -67,6 +73,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"?" : {
|
||||
|
||||
},
|
||||
"(Re)define PIN_GPS_EN for your board." : {
|
||||
"localizations" : {
|
||||
|
|
@ -728,6 +737,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"%f%%" : {
|
||||
|
||||
},
|
||||
"%lf" : {
|
||||
"localizations" : {
|
||||
|
|
@ -1452,22 +1464,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Airtime %@%%" : {
|
||||
"localizations" : {
|
||||
"sr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Време емитовања %@%%"
|
||||
}
|
||||
},
|
||||
"zh-Hans" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "广播时间 %@%%"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Alert" : {
|
||||
"localizations" : {
|
||||
"sr" : {
|
||||
|
|
@ -3522,7 +3518,7 @@
|
|||
"Channel URL" : {
|
||||
|
||||
},
|
||||
"Channel Utilization %@%% " : {
|
||||
"Channel Utilization %@%%" : {
|
||||
"localizations" : {
|
||||
"sr" : {
|
||||
"stringUnit" : {
|
||||
|
|
@ -12026,22 +12022,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"HUMIDITY" : {
|
||||
"localizations" : {
|
||||
"de" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "LUFTFEUCHTIGKEIT"
|
||||
}
|
||||
},
|
||||
"sr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "ВЛАЖНОСТ"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"hybrid" : {
|
||||
"extractionState" : "migrated",
|
||||
"localizations" : {
|
||||
|
|
@ -23300,18 +23280,18 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"PRESSURE" : {
|
||||
"Pressure" : {
|
||||
"localizations" : {
|
||||
"de" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "DRUCK"
|
||||
"value" : "Druck"
|
||||
}
|
||||
},
|
||||
"sr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "ПРИТИСАК"
|
||||
"value" : "Притисак"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -32195,7 +32175,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"voltage" : {
|
||||
"Voltage" : {
|
||||
"localizations" : {
|
||||
"de" : {
|
||||
"stringUnit" : {
|
||||
|
|
@ -32259,10 +32239,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Voltage" : {
|
||||
|
||||
},
|
||||
"Volts %@ " : {
|
||||
"Volts %@" : {
|
||||
"localizations" : {
|
||||
"de" : {
|
||||
"stringUnit" : {
|
||||
|
|
@ -32521,18 +32498,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"WIND" : {
|
||||
"Wind" : {
|
||||
"localizations" : {
|
||||
"de" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "WIND"
|
||||
}
|
||||
},
|
||||
"sr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "ВЕТАР"
|
||||
"value" : "Ветар"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -32791,4 +32762,4 @@
|
|||
}
|
||||
},
|
||||
"version" : "1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue