From 9bef7c04605a91d20397a74d4678d56938008430 Mon Sep 17 00:00:00 2001 From: sfchu Date: Fri, 14 Feb 2025 11:36:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E6=96=87=E9=A1=B5=E9=9D=A2=20?= =?UTF-8?q?=E5=86=85=E5=AE=B9=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/resources/base/element/string.json | 12 ++++++------ entry/src/main/resources/en_US/element/string.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json index f482140..16396b6 100644 --- a/entry/src/main/resources/base/element/string.json +++ b/entry/src/main/resources/base/element/string.json @@ -30,11 +30,11 @@ }, { "name": "short_time_task", - "value": "Request short tasks in the background" + "value": "Request transient tasks in the background" }, { "name": "long_time_task", - "value": "The background applies for a long task" + "value": "Request continuous tasks in the background" }, { "name": "get_remaining_time", @@ -42,15 +42,15 @@ }, { "name": "cancel_short_task", - "value": "Cancel Short Task" + "value": "Cancel the Transient Task" }, { "name": "enabling_location_services", - "value": "Enabling location Services" + "value": "Enable Location Services" }, { "name": "turn_off_location_services", - "value": "Turn off location services" + "value": "Disable Location Services" }, { "name": "remaining_time", @@ -58,7 +58,7 @@ }, { "name": "cancel_short_success", - "value": "Cancel short task: successful" + "value": "Cancel the Transient Task: successful" }, { "name": "cancel_short_failed", diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index d1a0626..16396b6 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -30,11 +30,11 @@ }, { "name": "short_time_task", - "value": "Request short tasks in the background" + "value": "Request transient tasks in the background" }, { "name": "long_time_task", - "value": "The background applies for a long task" + "value": "Request continuous tasks in the background" }, { "name": "get_remaining_time", @@ -42,15 +42,15 @@ }, { "name": "cancel_short_task", - "value": "Cancel Short Task" + "value": "Cancel the Transient Task" }, { "name": "enabling_location_services", - "value": "Enabling Location Services" + "value": "Enable Location Services" }, { "name": "turn_off_location_services", - "value": "Turn Off Location Services" + "value": "Disable Location Services" }, { "name": "remaining_time", @@ -58,7 +58,7 @@ }, { "name": "cancel_short_success", - "value": "Cancel short task: successful" + "value": "Cancel the Transient Task: successful" }, { "name": "cancel_short_failed", -- Gitee