mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-24 01:29:03 +10:00
Added GPS enable and interval settings
This commit is contained in:
+5
-2
@@ -822,7 +822,6 @@
|
||||
}
|
||||
},
|
||||
"login_failedMessage": "登录失败。密码不正确或中继器不可达。",
|
||||
|
||||
"common_reload": "重新加载",
|
||||
"common_clear": "清除",
|
||||
"path_currentPath": "当前路径:{path}",
|
||||
@@ -1349,5 +1348,9 @@
|
||||
"channels_scanQrCode": "扫描二维码",
|
||||
"channels_scanQrCodeComingSoon": "即将到来",
|
||||
"channels_enterHashtag": "输入标签",
|
||||
"channels_hashtagHint": "例如 #团队"
|
||||
"channels_hashtagHint": "例如 #团队",
|
||||
"settings_locationGPSEnableSubtitle": "启用GPS自动发送位置数据(如果支持)。",
|
||||
"settings_locationGPSEnable": "启用GPS",
|
||||
"settings_locationIntervalSec": "时间间隔(秒)",
|
||||
"settings_locationIntervalInvalid": "时间间隔必须至少为60秒,且小于86400秒。"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user