From b9149e332d4d4327243b56715d72cfc342b86538 Mon Sep 17 00:00:00 2001 From: chenhxian <11450083+huaweichx@user.noreply.gitee.com> Date: Fri, 19 May 2023 03:04:30 +0000 Subject: [PATCH] Signed-off-by: chenhxian <11450083+huaweichx@user.noreply.gitee.com> Signed-off-by: chenhxian <11450083+huaweichx@user.noreply.gitee.com> --- feature/ota/src/main/resources/base/element/string.json | 6 +++--- feature/ota/src/main/resources/zh_CN/element/string.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/feature/ota/src/main/resources/base/element/string.json b/feature/ota/src/main/resources/base/element/string.json index ccbc52e..78940f0 100644 --- a/feature/ota/src/main/resources/base/element/string.json +++ b/feature/ota/src/main/resources/base/element/string.json @@ -30,7 +30,7 @@ }, { "name":"network_request", - "value":"No WLAN connection. Downloading with mobile data may result in additional fees. Continue?" + "value":"No WLAN connection. This download will use mobile data. Continue?" }, { "name":"ok", @@ -82,7 +82,7 @@ }, { "name":"reboot_wait", - "value":"Restarting" + "value":"Restarting" }, { "name":"battery_not_enough_title", @@ -114,7 +114,7 @@ }, { "name":"download_status_downloading", - "value":"Downloading" + "value":"Downloading" }, { "name":"download_status_download_pause", diff --git a/feature/ota/src/main/resources/zh_CN/element/string.json b/feature/ota/src/main/resources/zh_CN/element/string.json index 2342f44..2a49048 100644 --- a/feature/ota/src/main/resources/zh_CN/element/string.json +++ b/feature/ota/src/main/resources/zh_CN/element/string.json @@ -30,7 +30,7 @@ }, { "name":"network_request", - "value":"当前未连接 WLAN,下载将会产生流量费用。是否开启 WLAN 下载?" + "value":"当前非 WLAN 网络,下载会消耗流量。是否继续?" }, { "name":"ok", -- Gitee