From d9a3d7e1cc72dc58ec2999eccaaf940772e03457 Mon Sep 17 00:00:00 2001 From: lloyd <754415+llince@user.noreply.gitee.com> Date: Sat, 21 Sep 2024 10:06:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E9=97=BB=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E3=80=91=E6=9B=B4=E6=96=B0=E6=9D=83=E9=99=90=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=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 87b12c5..3529060 100644 --- a/entry/src/main/resources/base/element/string.json +++ b/entry/src/main/resources/base/element/string.json @@ -126,7 +126,7 @@ }, { "name": "reason", - "value": "Used to initiate network data requests." + "value": "Allow applications to use the Internet network in news publishing scenarios." } ] } \ 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 afca37b..5313f7c 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -126,7 +126,7 @@ }, { "name": "reason", - "value": "Used to initiate network data requests." + "value": "Allow applications to use the Internet network in news publishing scenarios." } ] } \ 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 83a1755..735764e 100644 --- a/entry/src/main/resources/zh_CN/element/string.json +++ b/entry/src/main/resources/zh_CN/element/string.json @@ -126,7 +126,7 @@ }, { "name": "reason", - "value": "Used to initiate network data requests." + "value": "允许应用在新闻发布场景使用Internet网络。" } ] } \ No newline at end of file -- Gitee