From 2dc2946e8bdbde8e4b572de634e141a63ae195aa Mon Sep 17 00:00:00 2001 From: MistEO Date: Fri, 14 Feb 2025 12:13:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=88=B1=E5=8F=91=E7=94=B5=E5=93=8D?= =?UTF-8?q?=E5=BA=94=E9=80=9F=E5=BA=A6=E6=85=A2=EF=BC=8C=E7=B4=A7=E6=80=A5?= =?UTF-8?q?=E5=8A=A0=E4=B8=AA=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- messages/en.json | 3 ++- messages/zh.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/en.json b/messages/en.json index bfe2bbc..d4eea80 100644 --- a/messages/en.json +++ b/messages/en.json @@ -32,7 +32,8 @@ "goBack": "Go Back", "msg": { "Order not found": "Order does not exist", - "order_id is required": "Please enter the order ID" + "order_id is required": "Please enter the order ID", + "CDK already exists": "Error, please try again" } }, "Order": { diff --git a/messages/zh.json b/messages/zh.json index cc5cb42..65bf0c0 100644 --- a/messages/zh.json +++ b/messages/zh.json @@ -27,7 +27,8 @@ "goBack": "返回", "msg": { "Order not found": "订单不存在哦", - "order_id is required": "请输入订单号" + "order_id is required": "请输入订单号", + "CDK already exists": "出错啦,请重试!" } }, "Order": {