diff --git a/oem/oem_ipc/www/assets/i18n/en-US.json b/oem/oem_ipc/www/assets/i18n/en-US.json index 96b4bf0..9b76bf0 100644 --- a/oem/oem_ipc/www/assets/i18n/en-US.json +++ b/oem/oem_ipc/www/assets/i18n/en-US.json @@ -57,7 +57,8 @@ "OSDSettings": "OSD Settings", "PrivacyCover": "Privacy Cover", "ScenarioSwitch": "Scenario Switch", - "ImageSettings": "Image Setting" + "ImageSettings": "Image Setting", + "PictureMask": "Picture Mask" } }, "Event": { @@ -796,5 +797,13 @@ "temporaryLogin": "Temporary Login", "autoLoginDay": "Auto Login Within One Day", "autoLoginWeek": "Auto Login Within One Week", - "autoLoginMonth": "Auto Login Within One Month" + "autoLoginMonth": "Auto Login Within One Month", + "prepareForDownloa": "Preparing for download!", + "startDownloadWithTip": "start downloading. If not, check brower whether support downloading!", + "downloadFail": "Download Fail!", + "reason": "Reason", + "overResolutionHeight": "Height of Resolution over 3000", + "overResolutionWidth": "Width of Resolution over 2000", + "clickForDetail": "Click for detail", + "waitForVerifing": "Wait for verifing!" } diff --git a/oem/oem_ipc/www/assets/i18n/zh-CN.json b/oem/oem_ipc/www/assets/i18n/zh-CN.json index 22cfaaa..8b41c29 100644 --- a/oem/oem_ipc/www/assets/i18n/zh-CN.json +++ b/oem/oem_ipc/www/assets/i18n/zh-CN.json @@ -57,7 +57,8 @@ "OSDSettings" : "OSD 设置", "PrivacyCover" : "隐私遮盖", "ScenarioSwitch" : "场景切换", - "ImageSettings": "高级图像设置" + "ImageSettings": "高级图像设置", + "PictureMask": "图片遮盖" } }, "Event": { @@ -804,5 +805,14 @@ "temporaryLogin": "临时登录", "autoLoginDay": "一天内免密登录", "autoLoginWeek": "一周内免密登录", - "autoLoginMonth": "一月内免密登录" + "autoLoginMonth": "一月内免密登录", + "prepareForDownloa": "准备下载中,请不要操作网页!", + "startDownloadWithTip": "开始下载,若无弹窗或下载任务,请确认浏览器是否开启多任务下载功能!", + "downloadFail": "下载失败!", + "reason": "原因", + "overResolutionHeight": "分辨率高超3000", + "overResolutionWidth": "分辨率宽超2000", + "clickForDetail": "点击查看详情", + "waitForVerifing": "校验照片中,请耐心等待!" + } diff --git a/oem/oem_ipc/www/assets/json/config.json b/oem/oem_ipc/www/assets/json/config.json index 68936ba..ffe51c3 100644 --- a/oem/oem_ipc/www/assets/json/config.json +++ b/oem/oem_ipc/www/assets/json/config.json @@ -33,7 +33,10 @@ { "name": "Image", "items": [ - "ImageSettings" + "DisplaySettings", + "OSDSettings", + "PrivacyCover", + "PictureMask" ] }, { diff --git a/oem/oem_ipc/www/index.html b/oem/oem_ipc/www/index.html index 44b5ae0..4947478 100644 --- a/oem/oem_ipc/www/index.html +++ b/oem/oem_ipc/www/index.html @@ -7,8 +7,8 @@ - +