From 921166571b2ee05838af74fd7420dcb7e4fd6409 Mon Sep 17 00:00:00 2001 From: dhf <1511447814@qq.com> Date: Mon, 3 Nov 2025 10:46:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E9=80=82=E9=85=8D?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/resources/base/element/string.json | 8 ++++---- entry/src/main/resources/en_US/element/string.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json index 5ebed3b..1495651 100644 --- a/entry/src/main/resources/base/element/string.json +++ b/entry/src/main/resources/base/element/string.json @@ -6,19 +6,19 @@ }, { "name": "EntryAbility_desc", - "value": "ArkUI动画" + "value": "ArkUI Animation" }, { "name": "EntryAbility_label", - "value": "ArkUI动画" + "value": "ArkUI Animation" }, { "name": "please_click_button", - "value": "请点击按钮" + "value": "Click the button" }, { "name": "count", - "value": "数量" + "value": "Number" } ] } \ No newline at end of file diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index 5ebed3b..1495651 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -6,19 +6,19 @@ }, { "name": "EntryAbility_desc", - "value": "ArkUI动画" + "value": "ArkUI Animation" }, { "name": "EntryAbility_label", - "value": "ArkUI动画" + "value": "ArkUI Animation" }, { "name": "please_click_button", - "value": "请点击按钮" + "value": "Click the button" }, { "name": "count", - "value": "数量" + "value": "Number" } ] } \ No newline at end of file -- Gitee