mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-20 15:51:01 +10:00
Added GPS enable and interval settings
This commit is contained in:
@@ -200,6 +200,20 @@ class AppLocalizationsEs extends AppLocalizations {
|
||||
@override
|
||||
String get settings_locationInvalid => 'Latitud o longitud inválidos.';
|
||||
|
||||
@override
|
||||
String get settings_locationGPSEnable => 'Habilitar GPS';
|
||||
|
||||
@override
|
||||
String get settings_locationGPSEnableSubtitle =>
|
||||
'Habilitar GPS para enviar automáticamente datos de ubicación (si está disponible).';
|
||||
|
||||
@override
|
||||
String get settings_locationIntervalSec => 'Intervalo (Segundos)';
|
||||
|
||||
@override
|
||||
String get settings_locationIntervalInvalid =>
|
||||
'El intervalo debe ser de al menos 60 segundos y menor que 86400 segundos.';
|
||||
|
||||
@override
|
||||
String get settings_latitude => 'Latitud';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user