mac
2024-02-29 7152ea130caebe9b99a31f3d1b77a39fecce36df
app/src/main/res/values/strings.xml
@@ -82,6 +82,7 @@
    <string name="my_power_station_malfunction">故障</string>
    <string name="my_power_station_operation">运行</string>
    <string name="my_power_station_await">待机</string>
    <string name="my_power_station_data_null">数据为空,赶快创建一个吧!</string>
    <!--设备-->
    <string name="device_manual_connection">手动连接</string>
@@ -102,6 +103,7 @@
    <string name="message_alarm_details_time">报警时间</string>
    <string name="message_alarm_details_back">返回</string>
    <string name="message_alarm_details_resolved">已解决</string>
    <string name="message_alarm_data_null">暂无报警</string>
    <!--我的-->
@@ -205,5 +207,17 @@
    <string name="go_to_settings">前往设置</string>
    <string name="system_positioning_switch">需要打开系统定位开关,否则取法获取位置信息.</string>
    <!--异常-->
    <string name="exception_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">拿不到云端上升级文件md5秘钥</string>
    <string name="exception_the_user_cancels_downloading_the_upgrade_file">用户取消下载升级文件.</string>
    <string name="exception_failed_to_decrypt_the_upgrade_aes_file">升级文件aes解密失败.</string>
    <string name="exception_failed_to_generate_md5_for_the_upgrade_file">升级文件生成md5失败失败.</string>
    <string name="exception_description_failed_to_compare_the_md5_of_the_upgrade_file">升级文件md5比对失败.</string>
    <string name="exception_the_upgrade_file_is_downloaded">升级文件下载完成.</string>
    <string name="exception_no_location_information_permission">没有位置信息权限.</string>
    <string name="exception_the_location_function_is_not_enabled">没开启定位功能.</string>
    <string name="exception_unable_location_move10_meters_later">无法获取位置,请移动手机10米后,再重新获取.</string>
    <string name="succeed">成功.</string>
</resources>