From 48c456af94be3ee290768ff09ac646fbdec25ac1 Mon Sep 17 00:00:00 2001 From: dengxiaoyu Date: Sat, 22 Feb 2025 14:55:23 +0800 Subject: [PATCH 1/2] fix hk tw str Signed-off-by: dengxiaoyu --- .../entry/src/main/resources/zh_HK/element/string.json | 2 +- .../entry/src/main/resources/zh_TW/element/string.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 a1f023bf..21e381e7 100644 --- a/application/entry/src/main/resources/zh_HK/element/string.json +++ b/application/entry/src/main/resources/zh_HK/element/string.json @@ -51,7 +51,7 @@ }, { "name": "continue_desc_text", - "value": "在一部裝置上瀏覽或編輯內容,然後在附近另一部登入相同華為 ID 的裝置之主屏幕任務欄上輕觸接續圖標,即可繼續使用。%s", + "value": "在一部裝置上瀏覽或編輯內容,然後在附近另一部登入相同華為 ID 的裝置的主屏幕任務列上輕觸接續圖標,即可繼續使用。%s", "attr": { "priority": "LT" } 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 197f2450..2a396d6f 100644 --- a/application/entry/src/main/resources/zh_TW/element/string.json +++ b/application/entry/src/main/resources/zh_TW/element/string.json @@ -50,8 +50,8 @@ } }, { - "name": "continue_desc_text", - "value": "在一台裝置上瀏覽或編輯內容,然後在附近另一台登入相同華為 ID 的裝置桌面任務列上輕觸接續圖示,即可繼續使用。%s", + "name": "continue_desc_text", + "value": "在一部裝置上瀏覽或編輯內容,然後在附近登入相同華為 ID 的另一部裝置桌面工作列上輕觸接續圖示,即可繼續使用。%s", "attr": { "priority": "LT" } -- Gitee From 7fccd216febaaf12e846ac882f3aabb4e5f1502c Mon Sep 17 00:00:00 2001 From: dengxiaoyu Date: Sat, 22 Feb 2025 17:17:34 +0800 Subject: [PATCH 2/2] change version Signed-off-by: dengxiaoyu --- application/AppScope/app.json | 4 ++-- application/AppScope/app.json5 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/AppScope/app.json b/application/AppScope/app.json index 5c71f73b..4a2224e5 100644 --- a/application/AppScope/app.json +++ b/application/AppScope/app.json @@ -2,8 +2,8 @@ "app": { "bundleName": "com.ohos.dhardwareui", "vendor": "example", - "versionCode": 10000036, - "versionName": "1.0.36", + "versionCode": 10000037, + "versionName": "1.0.37", "icon": "$media:app_icon", "label": "$string:app_name", "minAPIVersion": 12, diff --git a/application/AppScope/app.json5 b/application/AppScope/app.json5 index 60f44fc7..29dc8935 100644 --- a/application/AppScope/app.json5 +++ b/application/AppScope/app.json5 @@ -16,8 +16,8 @@ "app": { "bundleName": "com.ohos.dhardwareui", "vendor": "example", - "versionCode": 10000036, - "versionName": "1.0.36", + "versionCode": 10000037, + "versionName": "1.0.37", "icon": "$media:app_icon", "label": "$string:app_name", "minAPIVersion": 12, -- Gitee