From 8c04e8e9e28f7fdf1df36f2630bd998d0acc746c Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期一, 21 十月 2024 14:01:41 +0800
Subject: [PATCH] 更新uniSDk后,Android14打开uni界面正常

---
 app/src/main/res/values-en/strings.xml |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml
index 67dce63..e52e3bf 100644
--- a/app/src/main/res/values-en/strings.xml
+++ b/app/src/main/res/values-en/strings.xml
@@ -1,6 +1,6 @@
 <resources>
     <!--    <string name="app_name">PhotovoltaicDebug</string>-->
-    <string name="app_name">Smart energy</string>
+    <string name="app_name">Xenterra Solar</string>
     <string name="title_activity_home_login">HomeLoginActivity</string>
     <!-- Strings used for fragments for navigation -->
     <string name="first_fragment_label">First Fragment</string>
@@ -60,7 +60,7 @@
     <string name="home_login_input_new_pws">Please enter your new password</string>
     <string name="home_login_input_affirm_psw">Please enter your new password again</string>
     <string name="home_login_input_unlike_psw">New password and confirm password  are different</string>
-    <string name="home_login_change_name_succeed">Remark successfully updated.</string>
+    <string name="home_login_change_name_succeed">successfully updated</string>
     <string name="verification">Verification code</string>
     <string name="home_phone_number">Country Code</string>
     <string name="home_chinese_mainland">Mainland China</string>
@@ -70,7 +70,7 @@
 
 
     <!--鎴戠殑鐢电珯-->
-    <string name="power_shome_page">Homepage</string>
+    <string name="power_home_page">Home</string>
     <string name="power_station">Plants</string>
     <string name="power_station_me">Me</string>
     <string name="my_power_station">My Plants</string>
@@ -176,7 +176,7 @@
     <!--寮规-->
     <string name="loading_cancel">Cancel</string>
     <string name="loading_affirm">Confirm</string>
-    <string name="loading_agree">Agree</string>
+    <string name="loading_agree">Agree and sign in</string>
     <string name="loading_on_agree">Disagree</string>
     <string name="loading_privacy">Privacy policy and terms of service</string>
     <string name="loading_privacy_server">To better protect your legitimate rights and interests, please read and agree to the following agreements 銆奝rivacy Policy銆� and 銆奣erms of Service銆�.</string>
@@ -229,6 +229,7 @@
     <string name="alarm_all_device_inverter">inverter</string>
     <string name="alarm_all_device_bms">BMS control box</string>
     <string name="alarm_all_device_battery_cell">Battery unit</string>
+    <string name="alarm_all_device_load_centre">Load centre</string>
     <string name="alarm_all_grade">All grades</string>
     <string name="alarm_all_grade_malfunction">malfunction</string>
     <string name="alarm_all_grade_warning">warning</string>
@@ -327,5 +328,6 @@
     <string name="capture_no_result2">No results were scanned, it may not be a valid QR code</string>
     <string name="scan_cancel">Cancel</string>
     <string name="not_delivery_qr_code">Not delivery of QR code.</string>
+    <string name="device_debugging">Device debugging</string>
 
 </resources>
\ No newline at end of file

--
Gitblit v1.8.0