1.修复充电中,Map 显示Off, 但设备管理中显示Strong signal bug
2.修复GPS 没信号还是为绿点bug 3.超过30天后,退款按钮呈灰色不可点,点击后提示“Refund period has expired”,续订订单不显示按钮 4.历史订单列表页,增加退款说明
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
<!-- 透明色 -->
|
||||
<color name="transparent">#00000000</color>
|
||||
<color name="transparent_half">#80000000</color>
|
||||
|
||||
<!-- 白色 -->
|
||||
<color name="white">#FFFFFFFF</color>
|
||||
|
||||
@@ -1051,7 +1051,7 @@
|
||||
<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_auto_subscription_years">(Renew at $%s/%s years thereafter)</string>
|
||||
<string name="txt_auto_subscription_months">(Renew at $%s/%s months thereafter)</string>
|
||||
@@ -1082,5 +1082,13 @@
|
||||
<string name="txt_renewal_years">Renewal: $%s/%s years on %s</string>
|
||||
<string name="txt_renewal_months">Renewal: $%s/%s months on %s</string>
|
||||
<string name="map_baidu_map">Baidu Map</string>
|
||||
<string name="txt_refund_expired">Refund period has expired</string>
|
||||
<string name="txt_refund_policy">Refund Policy\n</string>
|
||||
<string name="txt_automatic_refund">Automatic Refund (Within 48 Hours)</string>
|
||||
<string name="txt_automatic_refund_dec">All subscription purchases are eligible for a full automatic refund within 48 hours of payment. Refunds will be processed automatically without manual review.\n</string>
|
||||
<string name="txt_standard_refund">Standard Refund Window (30 Days)</string>
|
||||
<string name="txt_standard_refund_dec">After the initial 48-hour period, users may request a refund within 30 days of purchase.\n\t1.All subscription plans (3-Month, 1-Year, 2-Year) are eligible\n\t2.Refund requests are subject to review and approval\n\t3.Refunds may be partially adjusted based on usage and service consumption\n</string>
|
||||
<string name="txt_no_refund_dec">Subscriptions older than 30 days are non-refundable.</string>
|
||||
<string name="txt_no_refund">No Refund After 30 Days</string>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user