From f709b7e41be9b362a4fcf57cfdaa001575fcf35b Mon Sep 17 00:00:00 2001 From: dengxiaoyu Date: Thu, 7 Nov 2024 15:36:34 +0800 Subject: [PATCH] del diff in str Signed-off-by: dengxiaoyu --- application/AppScope/app.json | 4 ++-- application/AppScope/app.json5 | 4 ++-- application/entry/src/main/resources/base/element/string.json | 4 ++-- .../entry/src/main/resources/zh_HK/element/string.json | 2 +- .../entry/src/main/resources/zh_TW/element/string.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/application/AppScope/app.json b/application/AppScope/app.json index 40494bea..06f67b00 100644 --- a/application/AppScope/app.json +++ b/application/AppScope/app.json @@ -2,8 +2,8 @@ "app": { "bundleName": "com.ohos.dhardwareui", "vendor": "example", - "versionCode": 10000027, - "versionName": "1.0.27", + "versionCode": 10000028, + "versionName": "1.0.28", "icon": "$media:app_icon", "label": "$string:app_name", "minAPIVersion": 12, diff --git a/application/AppScope/app.json5 b/application/AppScope/app.json5 index 878d650d..664c6b02 100644 --- a/application/AppScope/app.json5 +++ b/application/AppScope/app.json5 @@ -16,8 +16,8 @@ "app": { "bundleName": "com.ohos.dhardwareui", "vendor": "example", - "versionCode": 10000027, - "versionName": "1.0.27", + "versionCode": 10000028, + "versionName": "1.0.28", "icon": "$media:app_icon", "label": "$string:app_name", "minAPIVersion": 12, diff --git a/application/entry/src/main/resources/base/element/string.json b/application/entry/src/main/resources/base/element/string.json index 7204d57c..90806f8f 100644 --- a/application/entry/src/main/resources/base/element/string.json +++ b/application/entry/src/main/resources/base/element/string.json @@ -54,7 +54,7 @@ }, { "name": "continue_desc_text", - "value":"Start viewing or editing content on one device, then continue seamlessly on nearby devices using the same HUAWEI ID. When Handover is available, an icon will appear in the app dock. %s" + "value":"Start viewing or editing content on one device, and then instantly pick it up on a nearby device using the same HUAWEI ID. When Handover is available, an icon will appear in the app dock. %s" }, { "name": "multi_device_collaboration", @@ -66,7 +66,7 @@ }, { "name": "update_version_prompt", - "value":"Both devices must be running HarmonyOS NEXT." + "value":"Both devices must be running HarmonyOS NEXT" }, { "name": "learn_more", diff --git a/application/entry/src/main/resources/zh_HK/element/string.json b/application/entry/src/main/resources/zh_HK/element/string.json index 354f3998..9e14af04 100644 --- a/application/entry/src/main/resources/zh_HK/element/string.json +++ b/application/entry/src/main/resources/zh_HK/element/string.json @@ -46,7 +46,7 @@ }, { "name":"update_version_prompt", - "value":"對方需要升級至 HarmonyOS NEXT 及以上版本。" + "value":"對方需要升級至 HarmonyOS NEXT 及以上版本" } ] } \ No newline at end of file diff --git a/application/entry/src/main/resources/zh_TW/element/string.json b/application/entry/src/main/resources/zh_TW/element/string.json index 83721189..6e2af4f0 100644 --- a/application/entry/src/main/resources/zh_TW/element/string.json +++ b/application/entry/src/main/resources/zh_TW/element/string.json @@ -46,7 +46,7 @@ }, { "name":"update_version_prompt", - "value":"對方需要升級至 HarmonyOS NEXT 及以上版本。" + "value":"對方需要升級至 HarmonyOS NEXT 及以上版本" } ] } \ No newline at end of file -- Gitee