Telemetry request: map and autorefresh

This commit is contained in:
HDDen
2026-05-19 20:37:34 +03:00
parent c4b3971bdd
commit 425229fce8
39 changed files with 1131 additions and 18 deletions
+12
View File
@@ -111,6 +111,12 @@ class AppLocalizationsDe extends AppLocalizations {
return '$percent%';
}
@override
String get common_autoRefresh => 'Automatische Aktualisierung';
@override
String get common_interval => 'Intervall';
@override
String get scanner_title => 'MeshCore Open-Version';
@@ -3282,6 +3288,12 @@ class AppLocalizationsDe extends AppLocalizations {
return '$celsius°C / $fahrenheit°F';
}
@override
String get telemetry_autoFetchQuantity => 'Anzahl der Anfragen';
@override
String get telemetry_error => 'Daten konnten nicht abgerufen werden';
@override
String get neighbors_receivedData => 'Empfangene Nachbarsdaten';