1.优化订阅列表显示(Renew at $29.97 per month thereafter)

2.历史轨迹地图增加罗盘和当前手机位置显示
3.历史轨迹点模式增加点击可显示宠物信息
4.修复雷达停止退出还会有声音的bug
This commit is contained in:
yezhiqiu
2026-03-05 14:43:08 +08:00
parent 1aa6f7a247
commit 8b128e58cb
15 changed files with 846 additions and 71 deletions

View File

@@ -968,11 +968,7 @@
<string name="txt_residual_value">Residual Value</string>
<string name="txt_month_unit">/month x%s</string>
<string name="txt_auto_subscription_year">(Renew at $%s per year thereafter)</string>
<string name="txt_auto_subscription_year1">(Renew at </string>
<string name="txt_auto_subscription_year2">per year thereafter)</string>
<string name="txt_auto_subscription_month">(Renew at $%s per month thereafter)</string>
<string name="txt_auto_subscription_month1">(Renew at </string>
<string name="txt_auto_subscription_month2">per month thereafter)</string>
<string name="txt_about_dec">Track and train pets to prevent loss or danger.</string>
<string name="txt_year_unit">/%s year</string>
<string name="txt_advanced_set">Advanced Setting</string>
@@ -1067,7 +1063,10 @@
<string name="txt_renewal_day">Renewal: $%s/%s day on %s</string>
<string name="txt_day_unit">/day x%s</string>
<string name="txt_location_tip">"ABBIDOT APP collects location data,The route and distance between the current location and the device can be calculated."</string>
<string name="txt_auto_subscription_day">(Renew at $%s per %s day thereafter)</string>
<string name="txt_auto_subscription_day">(Renew at $%s per day thereafter)</string>
<string name="txt_auto_subscription_days">(Renew at $%s/%s days thereafter)</string>
<string name="txt_locating">Locating&#8230;</string>
<string name="txt_auto_subscription_years">(Renew at $%s/%s years thereafter)</string>
<string name="txt_auto_subscription_months">(Renew at $%s/%s months thereafter)</string>
</resources>