优化浇水流程,以及中英文遗漏点

This commit is contained in:
fengjignqi
2026-06-26 10:12:45 +08:00
parent 5e920037f5
commit 73d5003655
19 changed files with 81 additions and 331 deletions

View File

@@ -103,6 +103,9 @@
<string name="select_watering_duration">Select watering duration</string>
<string name="start_watering">Start Watering</string>
<string name="device_status_offline">Off line</string>
<string name="closed">Closed</string>
<string name="end_watering">Stop Watering</string>
<string name="device_offline_tip">Device is offline</string>
<!-- Schedule -->
@@ -133,6 +136,8 @@
<string name="button_edit">Edit</string>
<string name="plan_detail_title">Schedule Details</string>
<string name="btn_manual_refresh">Refresh</string>
<string name="task_started">Task Started</string>
<string name="associated">Associated</string>
<!-- History -->
<string name="history_title">History</string>
@@ -256,6 +261,9 @@
<string name="device_not_connected_retry">Device is not connected, please try again</string>
<string name="scan_failed">Scan failed: %1$s</string>
<string name="confirm_unbind_device">Unbind Device</string>
<string name="confirm_delete_record">Delete Record</string>
<string name="no_more_data">No more data</string>
<!-- End -->