mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-27 14:06:38 +10:00
Telemetry request: map and autorefresh
This commit is contained in:
@@ -111,6 +111,12 @@ class AppLocalizationsEs extends AppLocalizations {
|
||||
return '$percent%';
|
||||
}
|
||||
|
||||
@override
|
||||
String get common_autoRefresh => 'Actualización automática';
|
||||
|
||||
@override
|
||||
String get common_interval => 'Intervalo';
|
||||
|
||||
@override
|
||||
String get scanner_title => 'MeshCore: Versión abierta';
|
||||
|
||||
@@ -3270,6 +3276,12 @@ class AppLocalizationsEs extends AppLocalizations {
|
||||
return '$celsius°C / $fahrenheit°F';
|
||||
}
|
||||
|
||||
@override
|
||||
String get telemetry_autoFetchQuantity => 'Número de solicitudes';
|
||||
|
||||
@override
|
||||
String get telemetry_error => 'No se pudieron obtener los datos';
|
||||
|
||||
@override
|
||||
String get neighbors_receivedData => 'Recibidas Datos de Vecinos';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user