wjc
2025-04-24 8a249407f9a91b696b88d74eea0fbf789d0ee6a4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<resources>
    <!--    <string name="app_name">PhotovoltaicDebug</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>
    <string name="second_fragment_label">Second fragment</string>
    <string name="next">Next</string>
    <string name="previous">Previous</string>
 
    <string name="hello_first_fragment">Hello first fragment</string>
    <string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
 
    <!--登录模块-->
    <string name="home_login_chinese">简体中文</string>
    <string name="home_login_hdl_stored_energy">HDL solar energy</string>
    <string name="home_login_an_installer">I am an installer</string>
    <string name="home_login_input_phone_email"> Enter email/mobile number</string>
    <string name="home_login_input_phone"> Enter your mobile number</string>
    <string name="home_login_email_address">Email address</string>
    <string name="home_login_input_psw"> Enter  password</string>
    <string name="home_login_register"> Sign up</string>
    <string name="home_login_forget_password">Forget password</string>
    <string name="home_login_change_password">Change password</string>
    <string name="home_login_logoin">Log in</string>
    <string name="home_login_be_logging_in">Logging in…</string>
    <string name="home_login_power_station">Demo sites</string>
    <string name="home_login_consent_service_agreement">I agree to the 《Terms of Service》 and 《Privacy Policy》</string>
    <string name="home_login_error_account_null">Account cannot be empty.</string>
    <string name="home_login_error_password_null"> Cannot be empty.</string>
    <string name="home_login_error_account_or_password">Incorrect account or password, please re-enter.</string>
    <string name="home_login_error_6_16_str"> Does not meet minimum security requirements, must be 6-16 characters.</string>
    <string name="home_login_error_password_6"> Cannot be less than 6 characters.</string>
    <string name="home_login_error_password_16"> Cannot be more than 16 characters.</string>
    <string name="home_login_input_6_16"> Enter a 6—16 digit password</string>
    <string name="home_login_confirm_psw"> Confirm password again</string>
    <string name="home_login_phone">Phone</string>
    <string name="home_login_email">Email</string>
    <string name="home_login_input_mail"> Enter your email address</string>
    <string name="home_login_national_region"> Select country/region</string>
    <string name="home_login_verification_code">Get verification code</string>
    <string name="home_login_input_verification_code"> Enter verification code</string>
    <string name="home_login_confirm_reset">Confirm reset</string>
    <string name="home_login_null_verification_code">Verification code cannot be empty.</string>
    <string name="home_login_phone_null">Phone number cannot be empty.</string>
    <string name="home_login_mail_null">Email cannot be empty.</string>
    <string name="home_login_psw_unlikeliness">The two passwords are different</string>
    <string name="home_login_psw_verification_repeater">Resend later</string>
    <string name="home_login_verification_regain">Reacquire</string>
    <string name="home_login_pws_reset_succeeded"> Password reset successful</string>
    <string name="home_login_back_login">Back to login</string>
    <string name="home_login_send_mail">Send to email</string>
    <string name="home_login_already_exists">This user already exists, you can log in directly</string>
    <string name="home_login_old_pws">Current password</string>
    <string name="home_login_new_pws">New password</string>
    <string name="home_login_affirm_psw">Confirm password</string>
    <string name="home_login_affirm">Confirm</string>
    <string name="home_login_least6"> Must be at least 6 characters</string>
    <string name="home_login_input_old_pws"> Enter your current password</string>
    <string name="home_login_input_new_pws"> Enter your new password</string>
    <string name="home_login_input_affirm_psw"> 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">successfully updated</string>
    <string name="verification">Verification code</string>
    <string name="home_phone_number">Country code</string>
    <string name="home_chinese_mainland">China</string>
    <string name="home_password_changed_successfully_log_in">The password has been successfully changed. Please log in again.</string>
    <string name="home_old_password_not_new_password">The original password and the new password should not be identical.</string>
    <string name="home_account_registered_successfully">Registered successfully.</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>
    <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>
    <string name="my_power_station_operation">Running</string>
    <string name="my_power_station_await">Standby</string>
    <string name="my_power_station_data_null">Data is empty, create one now!</string>
 
    <!--设备-->
    <string name="device_manual_connection">Manual connect</string>
    <string name="device_loading">Loading…</string>
 
    <!--告警消息-->
    <string name="message">Message</string>
    <string name="message_all">All</string>
    <string name="message_nascent">Occurring</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 area</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">Solved</string>
    <string name="message_alarm_data_null">No messages!</string>
 
 
    <!--我的-->
 
    <string name="me">Me</string>
    <string name="me_set">Setting</string>
    <string name="me_regard">About</string>
    <string name="set_account">Account security</string>
    <string name="set_nickname">Nickname</string>
    <string name="set_close_account">Logout account</string>
    <string name="set_message_setting">Message settings</string>
    <string name="set_push_notification">Push notifications</string>
    <string name="set_alarm_message">Alert messages</string>
    <string name="set_general_setting">General settings</string>
    <string name="set_multilingual">Language</string>
    <string name="set_data_centre">Data center</string>
    <string name="set_system_rights_managemen">Permissions management</string>
    <string name="set_3_msg_sharing">Data shared with third-parties</string>
    <string name="set_account_security">Account and security</string>
    <string name="set_temperature_unit">Temperature unit</string>
    <string name="set_logout">Log out</string>
    <string name="set_privacy">Privacy settings</string>
    <string name="set_nickname_modification">Modify username</string>
    <string name="set_user_management">User management</string>
    <string name="set_message_center">Message Center</string>
    <string name="me_personal_data">Personal information</string>
    <string name="me_personal_data_portrait">Profile photo</string>
    <string name="me_personal_data_user_name">User name</string>
    <string name="me_personal_data_role">Role</string>
    <string name="me_personal_data_super_admin">Super administrator</string>
    <string name="me_personal_data_photograph">Take a photo</string>
    <string name="me_personal_data_select_album">Choose from album</string>
    <string name="set_email_address">Email</string>
    <string name="set_not_bind">Not bound</string>
    <string name="set_language_choice">Language selection</string>
    <string name="set_c">°C (Celsius)</string>
    <string name="set_f">F (Fahrenheit)</string>
    <string name="set_change_bind_phone_number">Modify phone number</string>
    <string name="set_change_bind_mail">Modify 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更新-->
    <string name="app_version_number">Version number</string>
    <string name="app_scan_code_download">Scan to download the App</string>
    <string name="app_version_upgrade">Version update</string>
    <string name="app_new_version">Already the latest version</string>
    <string name="app_service_agreement">Service agreement</string>
    <string name="app_privacy_policy">Privacy policy</string>
    <string name="app_update_now">Update now</string>
    <string name="app_cancel_update">Cancel update</string>
    <string name="app_discover_new_version">New version found</string>
    <string name="app_be_updating">Updating</string>
    <string name="app_stop_current_download">Stop current download?</string>
    <string name="app_version">Version</string>
    <string name="app_package_size">Size</string>
    <string name="app_update_content">In order to upgrade the HDL APP successfully, please click the Settings button to allow the installation of applications from unknown sources. This function is only available for APP upgrades. Android versions 11 and above need to be re-downloaded and installed after authorization</string>
    <string name="app_update_fail">Authorization failed, unable to install the application</string>
 
    <!--ota-->
    <string name="ota_binding_cloud_upgrade_fails">The inverter is not bound, upgrade failed</string>
    <string name="ota_not_cloud_upgrade_fails">The inverter is not connected to the cloud, upgrade failed</string>
 
 
    <!--uin-->
    <string name="uni_open_error">Page initializing, please wait 5 seconds before clicking</string>
 
    <!--弹框-->
    <string name="loading_cancel">Cancel</string>
    <string name="loading_affirm">Confirm</string>
    <string name="loading_agree">Agree to login</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 《Privacy Policy》 and 《Terms of Service》.</string>
    <string name="kill_app">Press again to exit </string>
    <string name="loading_not_supported">Sorry, not supported yet</string>
    <string name="loading_title_tip">Prompt</string>
    <string name="loading_app_restart">Confirm to restart the App</string>
    <string name="loading_log_out">Confirm log out?</string>
 
 
    <!--    权限       -->
    <string name="camera_album_file_create_fial">File creation failed</string>
    <string name="camera_album_file_save_fial">Save path abnormal, please retry</string>
    <!--    权限       -->
 
    <!--    图片上传       -->
    <string name="camera_album_file_get_fial">Failed to retrieve image</string>
    <string name="camera_album_system_fial">System failed to process image, please retry</string>
    <string name="apk_update_content">In order to upgrade the  APP successfully, please click the Settings button to allow the installation of applications from unknown sources. This function is only available for APP upgrades. Android versions 11 and above need to be re-downloaded and installed after authorization</string>
    <string name="apk_update_sure">Settings</string>
    <string name="permission_open">Please go to Settings to enable permission</string>
 
 
    <string name="please_go_set_permissions">Please set permissions</string>
    <string name="residue"> Remaining time</string>
    <string name="minute">minutes</string>
    <string name="event"> Event</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>
 
    <!--异常-->
    <string name="exception_unable_to_pull_up_the_cloud_upgrade_file_data">Unable to pull up the cloud upgrade file data</string>
    <string name="exception_failed_to_obtain_the_md5_key_of_the_upgrade_file_on_the_cloud">Failed to obtain the md5 key of the upgrade file on the cloud</string>
    <string name="exception_the_user_cancels_downloading_the_upgrade_file">The user cancels downloading the upgrade file</string>
    <string name="exception_failed_to_decrypt_the_upgrade_aes_file">Failed to decrypt the upgrade aes file</string>
    <string name="exception_failed_to_generate_md5_for_the_upgrade_file">Failed to generate md5 for the upgrade file</string>
    <string name="exception_description_failed_to_compare_the_md5_of_the_upgrade_file">Description Failed to compare the md5 of the upgrade file</string>
    <string name="exception_the_upgrade_file_is_downloaded">The upgrade file is downloaded</string>
    <string name="exception_no_location_information_permission">No location information permission</string>
    <string name="exception_the_location_function_is_not_enabled">The location function is not enabled</string>
    <string name="exception_unable_location_move10_meters_later">Unable to get the location, please move the phone 10 meters later, and then get again</string>
    <string name="succeed">succeed</string>
 
    <string name="delete_power_station">Do you want to delete %s power station?</string>
    <string name="power_station_selection">Solar plant list</string>
    <string name="alarm_all_device">All devices</string>
    <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">Smart load center</string>
    <string name="alarm_all_grade">All grades</string>
    <string name="alarm_all_grade_malfunction">Fault</string>
    <string name="alarm_all_grade_warning">warning</string>
    <string name="alarm_all_grade_tip">Prompt</string>
    <string name="alarm_all_time">All time</string>
    <string name="alarm_all_time_same_day">Today</string>
    <string name="alarm_all_time_3">Last 3 Days</string>
    <string name="alarm_all_time_7">Last 7 Days</string>
    <string name="alarm_all_time_30">Last 30 Days</string>
    <string name="alarm_device">Equipment warning</string>
    <string name="alarm_record">Alarm record</string>
    <string name="power_station_editing">Power station editing</string>
    <string name="switch_power_station">Do you want to switch the %s power station?</string>
    <string name="deleting_please_wait">Deleting, please wait…</string>
    <string name="already_the_first_one">It\'s already the first one</string>
    <string name="restarting_please_wait">Restarting, please wait</string>
    <string name="port_conflict">Application conflicts. You need to close onpro or other versions of debugging application and then restart the this to try</string>
 
 
    <string name="cancel_download_successfully">Cancel downloading successfully</string>
    <string name="writing_firmware_upgrade_memory_succeeded">write new firmware successfully</string>
    <string name="download_firmware_upgrade_file_failed">downloading new firmware failed</string>
    <string name="found_locally_firmware_upgrade_file">firmware upgrade file cannot be found locally, please download it and upgrade again</string>
    <string name="notify_gateway_firmware_upgrade_failed">Failed to notify the gateway of the firmware  upgrade address. upgrade failed</string>
    <string name="local_service_fails"> local service error, cannot be upgraded</string>
    <string name="writing_drive_memory_succeeded">write new drive file to flash successfully</string>
    <string name="download_drive_file_failed">downloading new drive file failed</string>
    <string name="found_locally_drive_file">drive upgrade file cannot be found locally, please download it and upgrade again</string>
    <string name="notify_gateway_drive_failed">Failed to notify the gateway of the drive  upgrade address. upgrade failed</string>
    <string name="time_selectd">Select</string>
    <string name="life_cycle">Lifetime</string>
    <string name="year">Year</string>
    <string name="month">Month</string>
    <string name="day">Day</string>
    <string name="hour">Hour</string>
    <string name="minutc">Minute</string>
    <string name="seconds">Second</string>
    <string name="the_query_date_is_exceeded">Out of query date</string>
    <string name="energy_generation_statistics">Generation</string>
    <string name="social_contribution">Environmental benefits</string>
    <string name="day_power_generation">Today</string>
    <string name="month_power_generation">This month</string>
    <string name="year_power_generation">This year</string>
    <string name="cumulative_power_generation">Total</string>
    <string name="generated_power">Rated power</string>
    <string name="generation">Generation</string>
    <string name="station_name">Name</string>
    <string name="search">Search</string>
    <string name="history_search">Search history</string>
    <string name="search_content_null">Search content cannot be empty</string>
    <string name="no_equipment">No equipment!</string>
    <string name="filtering">Select</string>
    <string name="reset">Reset</string>
    <string name="string_capacity">String capacity</string>
    <string name="grid_connected_state">Debug status</string>
    <string name="grid_connected">Grid-tied</string>
    <string name="off_network">Off-grid</string>
    <string name="the_input_value_has_been_exceeded">Input value exceeded</string>
    <string name="all_read">All read</string>
    <string name="contact_us">Contact us</string>
    <string name="wechat_id">Wechat ID</string>
    <string name="email_address">Email</string>
    <string name="successful_replication">Copied to clipboard</string>
    <string name="to_be_added">Installing</string>
    <string name="saving_standard_coal">Standard coal saved</string>
    <string name="co_reduction_rate">CO2 emission saved</string>
    <string name="quantity_of_equivalent_values">Equivalent trees planted</string>
    <string name="pv_power">Rated power</string>
    <string name="device_run_state">Status</string>
    <string name="search_station">Search plants</string>
    <string name="enter_the_device_sn_and_device_name">Enter the device SN/device 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>
    <string name="device_off">Device Offline!</string>
    <string name="summarize">Summary</string>
    <string name="qr_code_business_card">QR code</string>
    <string name="save_qr_code_successfully">Succeed to save QC code</string>
    <string name="failed_to_save_qr_code">failed to save QC code</string>
    <string name="staff_management">Staff account management</string>
    <string name="alarm">alarm</string>
    <string name="add_power_station">Add power station</string>
    <string name="add_power_station_failing">Adding power station failed</string>
    <string name="add_power_station_succeed">Adding the power station succeeded</string>
 
 
    <!--扫码-->
    <string name="scan_title">Scanning</string>
    <string name="zxing_scan_tips">Place the QR code in the box to automatically scan</string>
    <string name="capture_no_camera">You do not have permission to access the camera. Please open access permissions and try again</string>
    <string name="capture_no_result">No results were scanned</string>
    <string name="capture_no_network">The current network is not available. Please check the network and try again</string>
    <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>
    <string name="save_to_album">Save to album</string>
    <string name="radio">Radio</string>
    <string name="min">Min</string>
    <string name="max">Max</string>
    <string name="camera_storage_instructions">Camera and Storage Permission Usage Instructions:</string>
    <string name="camera_storage_purpose">Used for scanning codes, taking photos, uploading pictures from albums, reading and writing photos on devices, and other scenarios</string>
    <string name="set_location_permissions">Please go to set open location permissions</string>
    <string name="agree">Agree</string>
    <string name="user_agreement_and_privacy_agreement">User Agreement and Privacy Agreement</string>
    <string name="thank_you_for_using">Thank you for using Xenterra Solar. During your use, we may collect and use some of your personal information. Please read carefully, and ensure that you fully understand our rules for handling your personal information. If you agree to the 《User Agreement》 and 《Privacy Agreement》, please click "Agree" to start using Xenterra Solar.</string>
    <string name="confirm_account">Are you sure to cancel this account?</string>
    <string name="immediate_cancellation">Cancel immediately</string>
    <string name="account_not_recoverable">Cancelling an account is an irreversible operation. After account cancellation, all account data (including nickname, avatar, QR code photo, etc.) on your app will be deleted and cannot be retrieved.</string>
    <string name="account">Account</string>
    <string name="psw">Password</string>
 
    <string name="battery_capacity_indicator">Storage</string>
    <string name="be_debugging">Debugging in progress</string>
    <string name="debugging_completed">Debugging completed</string>
    <string name="delivered">Delivered</string>
    <string name="authorization_debugging">Authorization debugging</string>
    <string name="forbidden_login">Login prohibited!</string>
    <string name="iraq">Iraq</string>
    <string name="pv">PV</string>
    <string name="output">Output</string>
    <string name="day_generation">Generation</string>
    <string name="no_network_connection">No network connection</string>
 
    <string name="http_unknown">Unknown network,please try again later</string>
    <string name="network_error">Network error, plsease try again later</string>
    <string name="parse_error">Data parsing error, please try again later</string>
    <string name="ssl_error">Loading certificate error, pls try again later</string>
    <string name="timeout_error">Please check your network and try again later</string>
    <string name="signature_error_log_in_again">Signature error. Log in again</string>
    <string name="Device_failed_to_certificate">Device failed to certificate</string>
</resources>