mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-18 23:00:53 +10:00
Added GPS enable and interval settings
This commit is contained in:
@@ -202,6 +202,20 @@ class AppLocalizationsPl extends AppLocalizations {
|
||||
String get settings_locationInvalid =>
|
||||
'Nieprawidłowa szerokość geograficzna lub długość geograficzna.';
|
||||
|
||||
@override
|
||||
String get settings_locationGPSEnable => 'Włącz GPS';
|
||||
|
||||
@override
|
||||
String get settings_locationGPSEnableSubtitle =>
|
||||
'Włącz GPS, aby automatycznie wysyłać dane o lokalizacji (jeśli jest obsługiwane).';
|
||||
|
||||
@override
|
||||
String get settings_locationIntervalSec => 'Interwał (Sekundy)';
|
||||
|
||||
@override
|
||||
String get settings_locationIntervalInvalid =>
|
||||
'Interwał musi wynosić co najmniej 60 sekund i mniej niż 86400 sekund.';
|
||||
|
||||
@override
|
||||
String get settings_latitude => 'Szerokość';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user