From 8b43d4e1190fc9e2261be0579e53cc6c2987f946 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 27 十一月 2025 19:37:56 +0800
Subject: [PATCH] 2025年11月27日19:37:50 备份代码
---
app/src/main/res/values-en/strings.xml | 35 +++++++++++++++--------------------
1 files changed, 15 insertions(+), 20 deletions(-)
diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml
index 750315a..c126a24 100644
--- a/app/src/main/res/values-en/strings.xml
+++ b/app/src/main/res/values-en/strings.xml
@@ -75,8 +75,6 @@
<string name="my_power_station">My Plants</string>
<string name="power_station_generated_power">Power generation</string>
<string name="power_station_Power_generation_today">Today</string>
- <string name="power_station_creation_time">Startup Time</string>
- <string name="my_power_station_installed_capacity1">Installed capacity</string>
<string name="my_power_station_connecting">Connecting</string>
<string name="my_power_station_off_line">Offline</string>
<string name="my_power_station_malfunction">Fault</string>
@@ -93,14 +91,10 @@
<string name="message_all">All</string>
<string name="message_nascent">Ongoing</string>
<string name="message_recover">Restored</string>
- <string name="message_alarm_info">Alarm details</string>
<string name="message_alarm">Alarm</string>
<string name="message_alarm_malfunction">Fault</string>
- <string name="messagealarm_details_content">Alarm content</string>
- <string name="messagealarm_details_device">Alarm device</string>
<string name="message_alarm_detailsaffect_region">Impact Scope</string>
<string name="message_alarm_detailspower_station_location">Plant location</string>
- <string name="message_alarm_details_time">Alarm Time</string>
<string name="message_alarm_details_back">Back</string>
<string name="message_alarm_details_resolved">Resolved</string>
<string name="message_alarm_data_null">No messages!</string>
@@ -125,7 +119,6 @@
<string name="set_account_security">Account security</string>
<string name="set_temperature_unit">Temperature unit</string>
<string name="set_logout">Sign Out</string>
- <string name="set_privacy">Privacy settings</string>
<string name="set_nickname_modification">Change Username</string>
<string name="set_user_management">User management</string>
<string name="set_message_center">Message Center</string>
@@ -143,8 +136,6 @@
<string name="set_f">F (Fahrenheit)</string>
<string name="set_change_bind_phone_number">Change Phone Number</string>
<string name="set_change_bind_mail">Change Email Address</string>
- <string name="set_bind_phone_succeed">Phone number bound successfully.</string>
- <string name="set_bind_mail_succeed">Email bound successfully.</string>
<!--app鏇存柊-->
@@ -204,7 +195,6 @@
<string name="minute">minutes</string>
<string name="event">Events</string>
<string name="The_gateway_cannot_be_found_locally">Unable to find gateway under local network</string>
- <string name="welcome_to_the_smart_energy_app">Welcome to the Smart Energy APP</string>
<string name="no_permissions_unable_to_receive_push">Unable to receive push notification If the permission is not enabled, you cannot receive push information</string>
<string name="go_to_settings">Go to Settings</string>
<string name="system_positioning_switch">You need to turn on the system positioning switch. Otherwise, the system can obtain the position information</string>
@@ -302,7 +292,6 @@
<string name="enter_the_device_sn_and_device_name">Enter device SN/Name</string>
<string name="enter_alarm_name">Enter alarm name</string>
<string name="device">Device</string>
- <string name="Offline_fault">Offline with fault</string>
<string name="active_power">Active power</string>
<string name="t">T</string>
<string name="number"></string>
@@ -314,8 +303,7 @@
<string name="staff_management">Staff account management</string>
<string name="alarm">alarm</string>
<string name="add_power_station">Add Solar Plant</string>
- <string name="add_power_station_failing">Adding power station failed</string>
- <string name="add_power_station_succeed">Adding the power station succeeded</string>
+
<!--鎵爜-->
@@ -346,7 +334,7 @@
<string name="battery_capacity_indicator">Battery energy</string>
<string name="be_debugging">Debugging</string>
- <string name="debugging_completed">Debugged</string>
+ <string name="debugging_completed">Pending handover</string>
<string name="delivered">Delivered</string>
<string name="authorization_debugging">Re-debugging</string>
<string name="forbidden_login">Login Blocked</string>
@@ -367,15 +355,22 @@
<string name="confirm_deletion">Delete confirmation required</string>
<string name="no_network_mode_tip">Before using Offline Mode, ensure your phone and device are in the same local network. If unavailable, try belows:\n\n1. Connecting your phone to the device\'s hotspot.\n\n2. Connecting both to the same router (phone via Wi-Fi, device via LAN port with erthernet cable).</string>
<string name="no_permission_delete_home">No permission to delete, please contact the administrator for operation</string>
- <string name="simple_debugging">Simple debugging</string>
- <string name="general_debugging">General debugging</string>
+ <string name="simple_debugging">New firmware debugging</string>
+ <string name="general_debugging">Old firmware debugging</string>
<string name="event_details">Event details</string>
<string name="event_title">Event title</string>
<string name="event_content">Event content</string>
<string name="event_device">Event device</string>
<string name="event_time">Event time</string>
- <string name="remark">remark</string>
- <string name="treatment_options">Treatment options</string>
- <string name="debug_status_rollback">Should the commissioning status of the %s power station be rolled back to commissioning?</string>
- <string name="device_not_activated">The device is not activated</string>
+ <string name="remark">Remark</string>
+ <string name="treatment_options">Solution</string>
+ <string name="debug_status_rollback">Roll back the debugging status of %s plant to debugging?</string>
+ <string name="device_not_activated">Device not activated</string>
+ <string name="help">Help</string>
+ <string name="notification_settings">Notification settings</string>
+ <string name="go_and_start">Turn on</string>
+ <string name="notification_alert">Notification reminder</string>
+ <string name="ai_butler_message">AI Butler message</string>
+ <string name="app_name_title">Xenterra Solar</string>
+ <string name="or">OR</string>
</resources>
\ No newline at end of file
--
Gitblit v1.8.0