mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-22 00:31:04 +10:00
Fix USB device name matching and correct localization strings
This commit is contained in:
committed by
just-stuff-tm
parent
21ff765e41
commit
367e47bb1e
+4
-4
@@ -28,7 +28,7 @@
|
||||
"common_disable": "Disable",
|
||||
"common_reboot": "Reboot",
|
||||
"common_loading": "Loading...",
|
||||
"common_notAvailable": "—",
|
||||
"common_notAvailable": "—",
|
||||
"common_voltageValue": "{volts} V",
|
||||
"@common_voltageValue": {
|
||||
"placeholders": {
|
||||
@@ -1351,7 +1351,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"telemetry_temperatureValue": "{celsius}°C / {fahrenheit}°F",
|
||||
"telemetry_temperatureValue": "{celsius}°C / {fahrenheit}°F",
|
||||
"@telemetry_temperatureValue": {
|
||||
"placeholders": {
|
||||
"celsius": {
|
||||
@@ -1401,7 +1401,7 @@
|
||||
"channelPath_repeatsLabel": "Repeats",
|
||||
"channelPath_pathLabel": "Path {index}",
|
||||
"channelPath_observedLabel": "Observed",
|
||||
"channelPath_observedPathTitle": "Observed path {index} • {hops}",
|
||||
"channelPath_observedPathTitle": "Observed path {index} • {hops}",
|
||||
"@channelPath_observedPathTitle": {
|
||||
"placeholders": {
|
||||
"index": {
|
||||
@@ -1476,7 +1476,7 @@
|
||||
},
|
||||
"channelPath_pathLabelTitle": "Path",
|
||||
"channelPath_observedPathHeader": "Observed Path",
|
||||
"channelPath_selectedPathLabel": "{label} • {prefixes}",
|
||||
"channelPath_selectedPathLabel": "{label} • {prefixes}",
|
||||
"@channelPath_selectedPathLabel": {
|
||||
"placeholders": {
|
||||
"label": {
|
||||
|
||||
Reference in New Issue
Block a user