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 AppLocalizationsIt extends AppLocalizations {
return '$percent%';
}
@override
String get common_autoRefresh => 'Aggiornamento automatico';
@override
String get common_interval => 'Intervallo';
@override
String get scanner_title => 'MeshCore Open';
@@ -3276,6 +3282,12 @@ class AppLocalizationsIt extends AppLocalizations {
return '$celsius°C / $fahrenheit°F';
}
@override
String get telemetry_autoFetchQuantity => 'Numero di richieste';
@override
String get telemetry_error => 'Impossibile recuperare i dati';
@override
String get neighbors_receivedData => 'Ricevute dati vicini';