mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-21 00:01:06 +10:00
Telemetry request: map and autorefresh
This commit is contained in:
@@ -328,6 +328,18 @@ abstract class AppLocalizations {
|
||||
/// **'{percent}%'**
|
||||
String common_percentValue(int percent);
|
||||
|
||||
/// No description provided for @common_autoRefresh.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Autorefresh'**
|
||||
String get common_autoRefresh;
|
||||
|
||||
/// No description provided for @common_interval.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Interval'**
|
||||
String get common_interval;
|
||||
|
||||
/// No description provided for @scanner_title.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -5690,6 +5702,18 @@ abstract class AppLocalizations {
|
||||
/// **'{celsius}°C / {fahrenheit}°F'**
|
||||
String telemetry_temperatureValue(String celsius, String fahrenheit);
|
||||
|
||||
/// No description provided for @telemetry_autoFetchQuantity.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Requests quantity'**
|
||||
String get telemetry_autoFetchQuantity;
|
||||
|
||||
/// No description provided for @telemetry_error.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Unable to retrieve data'**
|
||||
String get telemetry_error;
|
||||
|
||||
/// No description provided for @neighbors_receivedData.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user