From 8dcd5e0d0210c2394efd705bfaf76a702787b9c1 Mon Sep 17 00:00:00 2001 From: lijinfengde123 Date: Thu, 18 Aug 2022 17:44:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=AA=E5=B1=8F=E6=B7=BB=E5=8A=A0=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E7=94=A8=E6=88=B7=E6=8E=88=E6=9D=83=E6=9D=83=E9=99=90?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lijinfengde123 --- .../src/main/resources/base/element/string.json | 12 ++++++++++++ .../src/main/resources/en_US/element/string.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/product/phone/src/main/resources/base/element/string.json b/product/phone/src/main/resources/base/element/string.json index 05d2670..32baeb3 100644 --- a/product/phone/src/main/resources/base/element/string.json +++ b/product/phone/src/main/resources/base/element/string.json @@ -11,6 +11,18 @@ { "name": "button_name", "value": "查 看" + }, + { + "name": "media_location_reason", + "value": "Screenshot apps need to read media location information" + }, + { + "name": "read_media_reason", + "value": "Screenshot apps need to read media files" + }, + { + "name": "write_media_reason", + "value": "Screenshot apps need to write media files" } ] } \ No newline at end of file diff --git a/product/phone/src/main/resources/en_US/element/string.json b/product/phone/src/main/resources/en_US/element/string.json index 998ddc8..bf90189 100644 --- a/product/phone/src/main/resources/en_US/element/string.json +++ b/product/phone/src/main/resources/en_US/element/string.json @@ -15,6 +15,18 @@ { "name": "mainability_description", "value": "ETS_Empty Feature Ability" + }, + { + "name": "media_location_reason", + "value": "Screenshot apps need to read media location information" + }, + { + "name": "read_media_reason", + "value": "Screenshot apps need to read media files" + }, + { + "name": "write_media_reason", + "value": "Screenshot apps need to write media files" } ] } \ No newline at end of file