mac
2024-01-15 791f82dc46e14491116a87bd4aa84ade011ab4c6
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
<resources>
    <!--    <string name="app_name">PhotovoltaicDebug</string>-->
    <string name="app_name">Smart energy</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">Please enter your phone number/email address</string>
    <string name="home_login_input_phone">Please enter your phone number</string>
    <string name="home_login_email_address">Email address</string>
    <string name="home_login_input_psw">Please enter your password</string>
    <string name="home_login_register"> Register</string>
    <string name="home_login_forget_password">Forgot 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">Guest mode</string>
    <string name="home_login_consent_service_agreement">Agree to the 《Service Agreement》 and 《User Information Protection Regulations》</string>
    <string name="home_login_error_account_null">Account cannot be empty.</string>
    <string name="home_login_error_password_null">Password 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">Password does not meet minimum security requirements, must be 6-16 characters.</string>
    <string name="home_login_error_password_6">Password cannot be less than 6 characters.</string>
    <string name="home_login_error_password_16">Password cannot be more than 16 characters.</string>
    <string name="home_login_input_6_16">Please enter a 6-16 character password</string>
    <string name="home_login_confirm_psw">Please confirm your password again</string>
    <string name="home_login_phone">Phone number</string>
    <string name="home_login_email">Email</string>
    <string name="home_login_input_mail">Please enter your email address</string>
    <string name="home_login_national_region">Please select country/region</string>
    <string name="home_login_verification_code">Get verification code</string>
    <string name="home_login_input_verification_code">Please 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">Passwords do not match.</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">Password must be at least 6 characters</string>
    <string name="home_login_input_old_pws">Please enter your current password</string>
    <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 do not match.</string>
    <string name="home_login_change_name_succeed">Remark successfully updated.</string>
    <string name="verification">Verification code</string>
    <string name="home_phone_number">Area code</string>
    <string name="home_chinese_mainland">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="power_shome_page">Homepage</string>
    <string name="power_station">Power station</string>
    <string name="power_station_me">Mine</string>
    <string name="my_power_station">My power station</string>
    <string name="power_station_generated_power">Power generation:</string>
    <string name="power_station_Power_generation_today">Today power generation</string>
    <string name="power_station_creation_time">Established at</string>
    <string name="my_power_station_installed_capacity">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">Malfunction</string>
    <string name="my_power_station_operation">Operating</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">Malfunction</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">Power station 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 alarm</string>
 
 
    <!--我的-->
 
    <string name="me">Mine</string>
    <string name="me_set">Settings</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">Multi-language</string>
    <string name="set_data_centre">Data Center</string>
    <string name="set_system_rights_managemen">System Permissions Management</string>
    <string name="set_3_msg_sharing">Third-Party Information Sharing List</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">Nickname modification</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">Username</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 Smart Energy 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 normally, 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 has not been bound before, 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</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 the application</string>
    <string name="loading_not_supported">Sorry, not supported at the moment.</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 logout?</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 HDL APP normally, 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 authorize permission in settings</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>
 
</resources>