From 3557ec210ab453a7283d248e7a70e9a75f0f9ec7 Mon Sep 17 00:00:00 2001 From: Seven Date: Thu, 15 Jan 2026 01:22:21 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=8F=90=E7=A4=BA=E4=B8=AD=E7=9A=84=E7=94=A8?= =?UTF-8?q?=E8=AF=8D=EF=BC=8C=E5=B0=86=E2=80=9C=E6=92=A4=E5=8D=95=E2=80=9D?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E2=80=9C=E5=8F=96=E6=B6=88=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/zh-CN.json | 2 +- src/locales/zh-HK.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index def743e..53a4d7b 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -295,7 +295,7 @@ "orders": { "current": "当前委托", "history": "历史记录", - "cancel": "撤单", + "cancel": "取消", "cancelConfirm": "取消订单", "cancelMessage": "确定要取消该订单吗?", "cancelSuccess": "订单已取消", diff --git a/src/locales/zh-HK.json b/src/locales/zh-HK.json index 28ec4b8..b16fe6b 100644 --- a/src/locales/zh-HK.json +++ b/src/locales/zh-HK.json @@ -295,7 +295,7 @@ "orders": { "current": "當前委託", "history": "歷史記錄", - "cancel": "撤單", + "cancel": "取消", "cancelConfirm": "取消訂單", "cancelMessage": "確定要取消該訂單嗎?", "cancelSuccess": "訂單已取消",