From 2629c101dfee3c6e37436a506a95fd69b0a2b65d Mon Sep 17 00:00:00 2001 From: zhouyan Date: Mon, 21 Mar 2022 09:58:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E6=BA=90issue=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouyan --- systemres/main/resources/base/element/string.json | 6 +++--- systemres/main/resources/zh_CN/element/string.json | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/systemres/main/resources/base/element/string.json b/systemres/main/resources/base/element/string.json index 74ec0537..62b2b250 100644 --- a/systemres/main/resources/base/element/string.json +++ b/systemres/main/resources/base/element/string.json @@ -58,7 +58,7 @@ }, { "name": "ohos_lab_read_contacts", - "value": "Read Contacts" + "value": "Read contacts" }, { "name": "ohos_desc_read_contacts", @@ -162,7 +162,7 @@ }, { "name": "ohos_lab_location_in_background", - "value": "Obtain the device location" + "value": "Obtain the device location in background" }, { "name": "ohos_desc_location_in_background", @@ -170,7 +170,7 @@ }, { "name": "ohos_lab_location", - "value": "Obtain the device location" + "value": "Obtain the device location in foreground" }, { "name": "ohos_desc_location", diff --git a/systemres/main/resources/zh_CN/element/string.json b/systemres/main/resources/zh_CN/element/string.json index 92580a5e..3cde3c79 100644 --- a/systemres/main/resources/zh_CN/element/string.json +++ b/systemres/main/resources/zh_CN/element/string.json @@ -90,11 +90,11 @@ }, { "name": "ohos_lab_receive_wap_messages", - "value": "接收WAP消息" + "value": "接收 WAP 消息" }, { "name": "ohos_desc_receive_wap_messages", - "value": "允许应用接收WAP消息。" + "value": "允许应用接收 WAP 消息。" }, { "name": "ohos_lab_microphone", @@ -154,7 +154,7 @@ }, { "name": "ohos_lab_location_in_background", - "value": "定位权限" + "value": "后台定位权限" }, { "name": "ohos_desc_location_in_background", @@ -162,7 +162,7 @@ }, { "name": "ohos_lab_location", - "value": "定位权限" + "value": "前台定位权限" }, { "name": "ohos_desc_location", @@ -358,7 +358,7 @@ }, { "name": "ohos_desc_interact_across_local_accounts_extension", - "value": "允许应用夸张好对其他应用的属性进行设置。" + "value": "允许应用扩展对其他应用的属性进行设置。" }, { "name": "ohos_lab_accelerometer", @@ -382,7 +382,7 @@ }, { "name": "ohos_desc_set_telephony_state", - "value": "允许应用修改telephony的状态,例如开启或关闭飞行模式、修改网络模式等。" + "value": "允许应用修改 telephony 的状态,例如开启或关闭飞行模式、修改网络模式等。" }, { "name": "ohos_lab_bundle_active_info", -- Gitee