From dc8245e8d9281f9f81947bec8d817261af9848c6 Mon Sep 17 00:00:00 2001 From: zhouyan Date: Mon, 21 Mar 2022 09:58:29 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20cb981d2=20from=20https://gitee.com/yydw?= =?UTF-8?q?fzysy/resources/pulls/43=20=E5=86=85=E6=BA=90issue=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouyan --- .../main/resources/base/element/string.json | 6 +++--- .../main/resources/zh_CN/element/string.json | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 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..173ebb2a 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", @@ -250,11 +250,11 @@ }, { "name": "ohos_lab_reset_biometric_lockout", - "value": "重置生物特征认证失败计数" + "value": "重置生物特征认证失败次数" }, { "name": "ohos_desc_reset_biometric_lockout", - "value": "允许应用重置生物认证失败的计数。" + "value": "允许应用重置生物认证失败的次数。" }, { "name": "ohos_lab_set_time", @@ -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