mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-15 13:22:05 +10:00
Added GPS enable and interval settings
This commit is contained in:
@@ -200,6 +200,20 @@ class AppLocalizationsIt extends AppLocalizations {
|
||||
@override
|
||||
String get settings_locationInvalid => 'Latitudine o longitudine non valida.';
|
||||
|
||||
@override
|
||||
String get settings_locationGPSEnable => 'Abilita GPS';
|
||||
|
||||
@override
|
||||
String get settings_locationGPSEnableSubtitle =>
|
||||
'Abilita il GPS per inviare automaticamente i dati di posizione (se supportato).';
|
||||
|
||||
@override
|
||||
String get settings_locationIntervalSec => 'Intervallo (Secondi)';
|
||||
|
||||
@override
|
||||
String get settings_locationIntervalInvalid =>
|
||||
'L\'intervallo deve essere di almeno 60 secondi e inferiore a 86400 secondi.';
|
||||
|
||||
@override
|
||||
String get settings_latitude => 'Latitudine';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user