From efcffde735fa65ae34bae0bcc86313b74ed0e36c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 20 五月 2024 13:47:38 +0800 Subject: [PATCH] 优化离线数据 --- HDL-ON_iOS/Resources/en.lproj/Localizable.strings | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 51 insertions(+), 2 deletions(-) diff --git a/HDL-ON_iOS/Resources/en.lproj/Localizable.strings b/HDL-ON_iOS/Resources/en.lproj/Localizable.strings index 38bbd2b..8b6ff4d 100644 --- a/HDL-ON_iOS/Resources/en.lproj/Localizable.strings +++ b/HDL-ON_iOS/Resources/en.lproj/Localizable.strings @@ -50,6 +50,7 @@ "device_verify_code_wrong"="Incorrect device password."; "device_restart_talk"="Enabling two-way audio. Please wait..."; "device_save_gallery"="Saved to the albums."; +"device_save_gallery_failure"="Download failure"; "device_analogue_camera"="Analog Channel"; "device_digital_camera"="Digital Channel"; "device_lan_device_list_title"="LAN Device List"; @@ -66,12 +67,13 @@ "device_password"="Password"; "device_account_pw_empty"="The user name or password is required."; "device_lan_preview_title"="Live View via LAN"; +"device_add_device_qr_code"="Device QR Code"; "device_open"="Open"; "device_open_success"="Success to open the door!"; "device_please_input_door_password"="Input the unlock password"; "device_history"="History"; -"device_his_no_more_data"="No more data"; +"device_his_no_more_data"="In the end"; "device_temp_pass"="Temporary password"; "device_temp_year"="."; "device_temp_month"="."; @@ -106,6 +108,18 @@ "device_temp_copied"="Copied"; "device_temp_long_tap_copy"="Long press to copy"; "device_temp_sure_to_delete"="Are you sure to delete the temporary password?"; +"device_callout_alert_message" = "Doorbell on call..."; +"device_callout_hang_up" = "Hang up"; +"device_callout_ignore" = "Ignore"; +"device_callout_answered" = "Answer"; +"device_full_scene_play" = "play"; +"device_full_scene_pause" = "Pause"; +"device_full_scene_sound" = "Sound"; +"device_full_scene_sound_off" = "Sound off"; +"device_full_scene_quality" = "Articulation"; +"device_full_scene_exit_full" = "Exit"; +"device_callout_answer" = "Answered"; +"device_callout_no_answer" = "Missed"; "dmessage_title"="Message"; "message_read"="Mark as Read"; @@ -139,8 +153,15 @@ "setting_secure_code"="Encrypt Video and Picture"; "setting_cloud_storage"="Cloud Storage"; "setting_hardware_decoding" = "Hardware decoding"; +"setting_privacy_masking" = "Privacy masking"; +"setting_sd_card_formatting" = "SD card formatting"; +"setting_formatting_alert_message" = "You are currently formatting an SD card"; "setting_opration_fail"="Operation failed."; "setting_opration_success"="Completed."; +"setting_privacy_masking_ing"="Running, please try again later"; +"setting_privacy_masking_fail"="Setup failed, please try again later"; +"setting_sd_card_success"="Successful formatting"; +"setting_sd_card_fail"="Formatting failed, please try again"; "setting_switching"="Switching. Please wait..."; "setting_device_security_check"="Security Authentication"; "setting_input_code_plz"="Input the device verification code (6 characters on the device label)."; @@ -163,6 +184,25 @@ "wifi_device_power_tip"="Wait for about 30 seconds until the device is rebooted after the device is power on."; "wifi_device_start_ready"="The device is already started and it is the first time to configure with network."; "wifi_config_wifi_ago"="This device is configured with network before."; + +"wifi_config_seria_num"="9-digit serial number on the device body"; +"wifi_config_verify_code"="Verification Code"; +"wifi_config_connected"="Connected"; +"wifi_config_select_set_param"="Select \"Set Parameters\""; +"wifi_config_select_wifi"="Select \"Wi Fi\""; +"wifi_config_net_work"="Configure Network"; +"wifi_config_name"="Name:"; +"wifi_config_copy_pwd"="Copy Pwd"; +"wifi_config_to_setting"="To Setting"; +"wifi_config_step_three"="Return to the app, wait for the device to connect, and automatically proceed to the next step after success."; +"wifi_config_tip"="Please connect your phone to your device Wi Fi by following these steps:"; +"wifi_config_step_three_tip"="(Note: If the device WIFI name is not prefixed with \"EZVIZ\", please copy the password and manually modify the password prefix based on the new prefix name and connect. For example, \"SoftAP_XXXXXXX\")"; +"wifi_config_not_connected"="Not connected"; +"wifi_config_step_2_tips"="The Wi Fi information of the devices to be connected is as follows:"; +"wifi_config_step_2_tips"="If you are using a dual frequency router, please do not connect the camera to Wi Fi in the 5G frequency band"; +"wifi_config_step_2_next_step"="Next Step"; +"wifi_config_step_2_net"="Net:"; +"wifi_config_step_2_password"="Pwd:"; "ui_last_update"="Last Updated:"; "ui_last_update_empty"="Last Updated: No record."; @@ -203,4 +243,13 @@ "Logout"="Log Out"; //閫氱敤 -"hdl_ez_common_no_data"="No Data"; \ No newline at end of file +"hdl_ez_common_no_data"="No Data"; +"hdl_ez_download"="Download"; +"hdl_ez_download_selectPhotos" = "Select a photo"; +"hdl_ez_download_takePhoto" = "Take a picture"; +"hdl_ez_download_selectFrAlbum" = "Select from the albums"; +"hdl_ez_download_cancle"= "Cancle"; +"hdl_ez_download_tip" = "Tips"; +"hdl_ez_download_auth" = "Please authorize access"; +"hdl_ez_download_sure" = "Sure"; +"hdl_ez_download_toSet" = "Setting"; -- Gitblit v1.8.0