[8.2.8][i18n] 添加英文字符串资源

This commit is contained in:
xinfengkun
2025-12-11 11:01:16 +08:00
parent 9741065ad0
commit 88c2cbd022
22 changed files with 2600 additions and 0 deletions

View File

@@ -0,0 +1,90 @@
<resources>
<string name="bus_map_model_normal">Near View</string>
<string name="bus_map_model_faster">Far View</string>
<string name="bus_loading_autopilot_tv">Starting...</string>
<string name="bus_loading_autopilot_success_tv">Start successful</string>
<string name="bus_loading_autopilot_failure_tv">Start failed</string>
<string name="bus_loading_autopilot_runnig_tv">Autopilot</string>
<string name="bus_switch_line_title">Please select task</string>
<string name="bus_running_task_arrive_station">Arrived at Station</string>
<string name="bus_running_task_complete">Complete</string>
<string name="bus_switch_line_no_task">No task available</string>
<string name="bus_switch_line_select_task">Select Time</string>
<string name="bus_switch_task_submit">Confirm Schedule</string>
<string name="bus_switch_task_cancle">Return</string>
<string name="bus_switch_biz_loading">Loading...</string>
<string name="bus_switch_line_name">Route: </string>
<string name="bus_switch_line_start">Start: </string>
<string name="bus_switch_line_end">Destination:</string>
<string name="bus_switch_line_btn_txt">Confirm</string>
<string name="bus_switch_line_btn">Select Task</string>
<string name="bus_close_line_btn">End Task</string>
<string name="bus_switch_line_btn_warning1">Cannot switch or end route in autopilot state</string>
<string name="bus_switch_line_btn_warning2">Current journey is not complete, cannot switch route</string>
<string name="bus_no_line_tip">Current vehicle has no route\nPlease contact operations personnel to bind</string>
<string name="bus_no_task">No task available</string>
<string name="bus_line_start">Start: </string>
<string name="bus_line_end">Destination: </string>
<string name="bus_line_goto_end">Towards %1$s</string>
<string name="bus_change_line_commit_tip_s">Task switched successfully</string>
<string name="bus_change_line_commit_tip_f">Task switch failed</string>
<string name="bus_task_leave_station">Swipe to Depart</string>
<string name="bus_arrive_to_end_start">Start:</string>
<string name="bus_arrive_to_end_end">Destination:</string>
<string name="bus_arrive_to_current_tag">Current Station:</string>
<string name="bus_arrive_to_next_tag">Next Station:</string>
<string name="bus_auto_disable_tip">Autopilot status is 0 and unavailable</string>
<string name="bus_arrived_str">Arriving at Station</string>
<string name="bus_station_txt_tag_start">Start</string>
<string name="bus_station_txt_tag_end">End</string>
<string name="shuttle_line_time_tag">Schedule: %1$s</string>
<string name="bus_refresh_time">Update Time: %1$s</string>
<string name="bus_dialog_title">Hint</string>
<string name="bus_dialog_tips">Are you sure you want to end the task?</string>
<string name="bus_dialog_confirm">Confirm</string>
<string name="bus_dialog_cancel">Cancel</string>
<string name="m2_voice_out_arrive_station">Welcome aboard Mogo Minibus</string>
<string name="m2_voice_out_arriving_station">Mogo Minibus is arriving at the station</string>
<string name="m2_voice_out_autopilot_start_in15m">Mogo Minibus is departing</string>
<string name="m2_voice_collision_risk">Dear passengers, the vehicle has encountered an emergency and is processing it safely. Please sit tight, follow the guidance, and thank you for your cooperation</string>
<string name="m2_vehicle_emergency">Vehicle encountered an emergency and is processing it safely</string>
<string name="shuttle_logout_error">Please log out after completing task information synchronization in an area with good network</string>
<string name="shuttle_logout_error_running">Please end the task before logging out</string>
<string name="bus_no_task_tip">No task available</string>
<string name="shuttle_write_off_count">Checked in %1$d people</string>
<string name="shuttle_write_off_count_default">Checked in: 0 people</string>
<string name="bus_no_running_task">No tasks pending upload</string>
<string name="bus_running_task_upload">One-click Upload</string>
<string name="bus_running_task_uploading">Uploading</string>
<string name="bus_before_tips_s">The departure time is in %1$s minutes</string>
<string name="bus_pingxing_driver">Parallel Driving</string>
<string name="bus_running_tasked_gateway">Local Cache Task</string>
<!-- region tts -->
<string name="bus_arrived_station_tip">Arrived at %1$s. Please take your belongings and be aware of oncoming vehicles when getting off.</string>
<string name="bus_arrived_station_english_tip">We are arriving at %1$s , get off with your belongings</string>
<string name="bus_arrived_station_korean_tip">%1$s 역에 도착했습니다 , 소지품 챙겨서 내리세요</string>
<string name="bus_leave_station_tip">Vehicle starting, please hold tight. The next station is %1$s. Passengers getting off please prepare.</string>
<string name="bus_leave_station_english_tip">The next station is %1$s , please get ready for your arrival</string>
<string name="bus_leave_station_korean_tip">전방에서 역에 도착하는 %1$s ,차에서 내리는 승객은 준비하세요</string>
<string name="bus_end_task_tip">Thank you for experiencing the \'Mogo\' self-driving minibus. See you next time.</string>
<string name="bus_end_task_english_tip">Thank you for experiencing the self-driving minibus. See you next time</string>
<string name="bus_end_task_korean_tip">자율주행 버스를 체험해 주셔서 감사합니다. 다음에 또 뵙겠습니다</string>
<!-- endregion -->
</resources>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="shuttle_p_jl_speed_unit_txt">KM/H</string>
<string name="shuttle_p_jl_no_out">Vehicle is stowed</string>
<string name="shuttle_p_jl_no_task">No schedule available</string>
<string name="shuttle_p_jl_no_line">No route available</string>
<string name="shuttle_p_jl_cur_station_title">Arrived at station:</string>
<string name="shuttle_p_jl_cur_next_station_title">Next station:</string>
<string name="shuttle_p_jl_cur_station_arrived_tip">Please get off in order</string>
</resources>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="shuttle_p_m2_speed_unit_txt">KM/H</string>
<string name="shuttle_p_m2_over_map_style_path">m2_map_style.data</string>
<string name="shuttle_p_m2_over_map_style_extra_path">m2_map_style_extra.data</string>
<string name="shuttle_p_m2_auto_tv">AUTO</string>
<string name="shuttle_p_m2_station_title_arrived_tv">Arrived at Station</string>
<string name="shuttle_p_m2_empty_tv">No stations available</string>
<string name="shuttle_p_m2_next_station_title">Next Station</string>
<string name="shuttle_p_m2_empty_remain_km">— KM</string>
<string name="shuttle_p_m2_empty_remain_minute">— Minutes</string>
<string name="shuttle_p_m2_arrived_station_title">Please get off in order</string>
<string name="shuttle_p_m2_not_select_line_content">No route available</string>
<string name="m2_line_name_detaile">MOGO BUS</string>
<string name="m2_autopilot_status">AUTO</string>
<string name="m2_empty_line_title">MOGO Autonomous Driving Minibus</string>
<string name="m2_empty_line_content">Ready to depart</string>
<string name="m2_arrive_station_title">Current Station</string>
</resources>