[Taxi-d 280, Taxi-p 130] Taxi司机屏播报小于1公里的里程时播报单位"米"

This commit is contained in:
wangmingjun
2022-06-25 15:10:45 +08:00
parent ca55a2ae6c
commit 4c9d86d94e
2 changed files with 2 additions and 2 deletions

View File

@@ -348,7 +348,7 @@ public class TaxiBeingServerdOrdersFragment extends BaseTaxiUIFragment implement
if (isFirstStartAutopilotDone){
showNotice(String.format(getResources()
.getString(R.string.module_och_taxi_order_server_start_auto_tip),
dis,min));
dis,disUnit,min));
isFirstStartAutopilotDone = false;
}
}

View File

@@ -24,7 +24,7 @@
<string name="module_och_taxi_order_choose_start_autopilot_tip">请等待乘客启动自动驾驶,或您自行启动</string>
<string name="module_och_taxi_order_server_end">服务完成</string>
<string name="module_och_taxi_order_server_completed_tip">车辆已停稳,请携带好随身物品,下车请注意安全</string>
<string name="module_och_taxi_order_server_start_auto_tip">您好,本次自动驾驶体验里程共%1$s公里,预计需要%2$d分钟我们即将出发。出于安全考虑建议您尽量不要与安全员交谈后排落座并系好安全带</string>
<string name="module_och_taxi_order_server_start_auto_tip">您好,本次自动驾驶体验里程共%1$s%2$s,预计需要%3$d分钟我们即将出发。出于安全考虑建议您尽量不要与安全员交谈后排落座并系好安全带</string>
<string name="module_och_taxi_order_arrive_end_200m_tip">即将到达目的地,请拿好随身物品,准备下车</string>
<string name="module_och_taxi_order_auto_arrive_end_tip">您好,我们已到达目的地,本次体验结束。车辆停稳,请带好随身物品,谨防遗漏。感谢您的乘坐</string>
<string name="module_och_taxi_auto_disable_tip">自动驾驶状态为0不可用</string>