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 AppLocalizationsKo extends AppLocalizations {
return '$percent%';
}
@override
String get common_autoRefresh => '자동 새로고침';
@override
String get common_interval => '간격';
@override
String get scanner_title => 'MeshCore 공개';
@@ -3096,6 +3102,12 @@ class AppLocalizationsKo extends AppLocalizations {
return '$celsius°C / $fahrenheit°F';
}
@override
String get telemetry_autoFetchQuantity => '요청 수';
@override
String get telemetry_error => '데이터를 가져올 수 없습니다';
@override
String get neighbors_receivedData => '이웃 정보 수집';