From a66be3e9ed79280ac1e2980a5e68d589b6ce0f76 Mon Sep 17 00:00:00 2001 From: lloyd <754415+llince@user.noreply.gitee.com> Date: Mon, 23 Sep 2024 22:50:23 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90Web=E5=92=8C=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E8=B7=B3=E8=BD=AC=E4=B8=8E=E6=8B=89=E8=B5=B7=E3=80=91?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9D=83=E9=99=90=E4=BD=BF=E7=94=A8=E5=8E=9F?= =?UTF-8?q?=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 e86d1c1..53380c5 100644 --- a/entry/src/main/resources/base/element/string.json +++ b/entry/src/main/resources/base/element/string.json @@ -18,7 +18,7 @@ }, { "name": "distributed_permission", - "value": "允许不同设备间数据交换" + "value": "Used to pull up applications on other devices." } ] } \ 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 7f0c101..31896f5 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -18,7 +18,7 @@ }, { "name": "distributed_permission", - "value": "Allows data exchange between different devices." + "value": "Used to pull up applications on other devices." } ] } \ 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 67c9118..d860413 100644 --- a/entry/src/main/resources/zh_CN/element/string.json +++ b/entry/src/main/resources/zh_CN/element/string.json @@ -18,7 +18,7 @@ }, { "name": "distributed_permission", - "value": "允许不同设备间数据交换" + "value": "用于拉起其他设备上的应用" } ] } \ No newline at end of file -- Gitee