From fb0f813530df2398e3752723df0cc1b08dd3963e Mon Sep 17 00:00:00 2001 From: fanchenxuan Date: Mon, 18 Nov 2024 14:21:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=8C=91=E5=8D=955.0.1=E3=80=91?= =?UTF-8?q?=E5=AD=97=E4=B8=B2=E7=BF=BB=E8=AF=91=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fanchenxuan --- .../src/main/resources/base/element/string.json | 8 ++++---- .../src/main/resources/zz_ZX/element/string.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/permissionmanager/src/main/resources/base/element/string.json b/permissionmanager/src/main/resources/base/element/string.json index 63734fb..f8fe1a2 100644 --- a/permissionmanager/src/main/resources/base/element/string.json +++ b/permissionmanager/src/main/resources/base/element/string.json @@ -138,7 +138,7 @@ }, { "name":"access_general_location", - "value":"Allow %s to access this device's approximate location?" + "value":"Allow %s to access your approximate location?" }, { "name":"fuzzy_to_exact", @@ -282,7 +282,7 @@ }, { "name":"group_label_location", - "value":"Allow %s to access this device's location?" + "value":"Allow %s to access your location?" }, { "name":"group_label_camera", @@ -306,7 +306,7 @@ }, { "name":"group_label_health", - "value":"Allow %s to use body sensors?" + "value":"Allow %s to access body sensor data?" }, { "name":"group_label_distributed_datasync", @@ -326,7 +326,7 @@ }, { "name":"group_label_ADS", - "value":"Allow %s to track your activity across other apps?" + "value":"Allow %s to track your activity in other apps?" }, { "name":"group_label_appList", diff --git a/permissionmanager/src/main/resources/zz_ZX/element/string.json b/permissionmanager/src/main/resources/zz_ZX/element/string.json index 391a541..b486989 100644 --- a/permissionmanager/src/main/resources/zz_ZX/element/string.json +++ b/permissionmanager/src/main/resources/zz_ZX/element/string.json @@ -42,11 +42,11 @@ }, { "name":"access_general_location", - "value":"[TS_950789]_Allow %s to access this device's approximate location?" + "value":"[TS_950789]_Allow %s to access your approximate location?" }, { "name":"group_label_ADS", - "value":"[TS_950779]_Allow %s to track your activity across other apps?" + "value":"[TS_950779]_Allow %s to track your activity in other apps?" }, { "name":"ban", @@ -98,7 +98,7 @@ }, { "name":"group_label_health", - "value":"[TS_950699]_Allow %s to use body sensors?" + "value":"[TS_950699]_Allow %s to access body sensor data?" }, { "name":"group_label_pasteboard", @@ -150,7 +150,7 @@ }, { "name":"group_label_location", - "value":"[TS_950793]_Allow %s to access this device's location?" + "value":"[TS_950793]_Allow %s to access your location?" }, { "name":"group_label_microphone", -- Gitee