diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json index f48214044ee2b1bdbb2cb89b9a6bcaefe4dfa14e..16396b692f72955107110315c41df2d6295918a5 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 d1a0626e5f7d2b37670bafc08920b0248204ddb4..16396b692f72955107110315c41df2d6295918a5 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",