mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-21 16:21:04 +10:00
Added GPS enable and interval settings
This commit is contained in:
@@ -200,6 +200,20 @@ class AppLocalizationsSl extends AppLocalizations {
|
||||
String get settings_locationInvalid =>
|
||||
'Neveljna zemeljska širina ali dolžina.';
|
||||
|
||||
@override
|
||||
String get settings_locationGPSEnable => 'Omogoči GPS';
|
||||
|
||||
@override
|
||||
String get settings_locationGPSEnableSubtitle =>
|
||||
'Omogoči GPS za samodejno pošiljanje podatkov o lokaciji (če je podprto).';
|
||||
|
||||
@override
|
||||
String get settings_locationIntervalSec => 'Interval (Sekunde)';
|
||||
|
||||
@override
|
||||
String get settings_locationIntervalInvalid =>
|
||||
'Intervallo mora biti vsaj 60 sekund in manj kot 86400 sekund.';
|
||||
|
||||
@override
|
||||
String get settings_latitude => 'Širina';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user