Kaynağa Gözat

修改文案

locky 5 ay önce
ebeveyn
işleme
43075feb0c
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4 4
      Service/DevicePushService.py

+ 4 - 4
Service/DevicePushService.py

@@ -611,9 +611,9 @@ class DevicePushService:
             elif event_type == 704:
                 msg_type = '电量低'
             elif event_type == 705:
-                msg_type = '录像异常,请重新插拔或格式化 SD 卡。'
+                msg_type = 'SD卡异常,请重新插拔或格式化SD卡。'
                 if is_save_msg:
-                    msg_type = '录像异常,请重新插拔或格式化 SD 卡。如问题仍未解决,请联系在线客服。'
+                    msg_type = 'SD卡异常,请重新插拔或格式化SD卡。如问题仍未解决,请联系在线客服。'
 
             elif event_type in EventTypeEnumObj.DATA_PUSH_EVENT_TYPE_LIST.value:
                 msg_type = '有人呼叫,请点击查看'
@@ -674,9 +674,9 @@ class DevicePushService:
             elif event_type == 704:
                 msg_type = 'low battery'
             elif event_type == 705:
-                msg_type = 'Abnormal recording, please re-insert or format the SD card.'
+                msg_type = 'SD card is abnormal. Please re-insert or format the SD card.'
                 if is_save_msg:
-                    msg_type = 'Abnormal recording, please re-insert or format the SD card. ' \
+                    msg_type = 'SD card is abnormal, please re-insert or format the SD card. ' \
                                'If the problem is still not solved, please contact online customer service.'
 
             elif event_type in EventTypeEnumObj.DATA_PUSH_EVENT_TYPE_LIST.value: