From dfb7330c4538e51033a95932a834a9b4d1ec7b78 Mon Sep 17 00:00:00 2001 From: lloyd <754415+llince@user.noreply.gitee.com> Date: Sat, 21 Sep 2024 09:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=B8=80=E6=AC=A1=E5=BC=80=E5=8F=91?= =?UTF-8?q?=EF=BC=8C=E5=A4=9A=E7=AB=AF=E9=83=A8=E7=BD=B2-=E9=9F=B3?= =?UTF-8?q?=E4=B9=90=E4=B8=93=E8=BE=91=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 --- products/phone/src/main/resources/base/element/string.json | 2 +- products/phone/src/main/resources/en_US/element/string.json | 2 +- products/phone/src/main/resources/zh_CN/element/string.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/products/phone/src/main/resources/base/element/string.json b/products/phone/src/main/resources/base/element/string.json index 8be9e73..5b81d0c 100644 --- a/products/phone/src/main/resources/base/element/string.json +++ b/products/phone/src/main/resources/base/element/string.json @@ -38,7 +38,7 @@ }, { "name": "reason_background", - "value": "keep background running" + "value": "Allow applications to use the ability to run in the background while playing music scenes." } ] } \ No newline at end of file diff --git a/products/phone/src/main/resources/en_US/element/string.json b/products/phone/src/main/resources/en_US/element/string.json index 8be9e73..5b81d0c 100644 --- a/products/phone/src/main/resources/en_US/element/string.json +++ b/products/phone/src/main/resources/en_US/element/string.json @@ -38,7 +38,7 @@ }, { "name": "reason_background", - "value": "keep background running" + "value": "Allow applications to use the ability to run in the background while playing music scenes." } ] } \ No newline at end of file diff --git a/products/phone/src/main/resources/zh_CN/element/string.json b/products/phone/src/main/resources/zh_CN/element/string.json index 590cfee..9b4230e 100644 --- a/products/phone/src/main/resources/zh_CN/element/string.json +++ b/products/phone/src/main/resources/zh_CN/element/string.json @@ -38,7 +38,7 @@ }, { "name": "reason_background", - "value": "保持在后台运行" + "value": "允许应用在播放音乐场景使用保持在后台运行的能力。" } ] } \ No newline at end of file -- Gitee