mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-25 01:59:04 +10:00
Added GPS enable and interval settings
This commit is contained in:
@@ -190,7 +190,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
String get settings_locationSubtitle => 'GPS coordinates';
|
||||
|
||||
@override
|
||||
String get settings_locationUpdated => 'Location updated';
|
||||
String get settings_locationUpdated => 'GPS settings updated.';
|
||||
|
||||
@override
|
||||
String get settings_locationBothRequired =>
|
||||
@@ -199,6 +199,20 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get settings_locationInvalid => 'Invalid latitude or longitude.';
|
||||
|
||||
@override
|
||||
String get settings_locationGPSEnable => 'GPS Enable';
|
||||
|
||||
@override
|
||||
String get settings_locationGPSEnableSubtitle =>
|
||||
'Enable GPS to automatically send location data (if supported)';
|
||||
|
||||
@override
|
||||
String get settings_locationIntervalSec => 'Interval (Seconds)';
|
||||
|
||||
@override
|
||||
String get settings_locationIntervalInvalid =>
|
||||
'Interval must be at least 60 seconds, and less than 86400 seconds.';
|
||||
|
||||
@override
|
||||
String get settings_latitude => 'Latitude';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user