From b960ae20b56e99b2d35e87677a01f19684beebe0 Mon Sep 17 00:00:00 2001 From: lloyd <754415+llince@user.noreply.gitee.com> Date: Sat, 21 Sep 2024 11:19:14 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90Web=E7=BB=84=E4=BB=B6=E6=8A=BD?= =?UTF-8?q?=E5=A5=96=E6=A1=88=E4=BE=8B=E3=80=91=E6=9B=B4=E6=96=B0=E6=9D=83?= =?UTF-8?q?=E9=99=90=E4=BD=BF=E7=94=A8=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/resources/base/element/string.json | 2 +- entry/src/main/resources/en_US/element/string.json | 2 +- entry/src/main/resources/zh_CN/element/string.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json index c2a3844..6db0bc4 100755 --- a/entry/src/main/resources/base/element/string.json +++ b/entry/src/main/resources/base/element/string.json @@ -78,7 +78,7 @@ }, { "name": "reason", - "value": "Used to initiate network data requests." + "value": "Allow applications to use the Internet network when loading network data on the web." } ] } \ No newline at end of file diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index a768a80..7944aa2 100755 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -78,7 +78,7 @@ }, { "name": "reason", - "value": "Used to initiate network data requests." + "value": "Allow applications to use the Internet network when loading network data on the web." } ] } \ No newline at end of file diff --git a/entry/src/main/resources/zh_CN/element/string.json b/entry/src/main/resources/zh_CN/element/string.json index 5c8c70e..616d363 100755 --- a/entry/src/main/resources/zh_CN/element/string.json +++ b/entry/src/main/resources/zh_CN/element/string.json @@ -78,7 +78,7 @@ }, { "name": "reason", - "value": "Used to initiate network data requests." + "value": "允许应用在Web加载网络数据时使用Internet网络。" } ] } \ No newline at end of file -- Gitee