From e1ec006772305d248bf9a62b87e383fc043349b9 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 10 Jul 2024 17:24:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E7=8A=B6=E6=80=81=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=92=8C=E5=90=8E=E7=AB=AF=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/locales/en/products.json | 1 + public/locales/zh/products.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/en/products.json b/public/locales/en/products.json index 281e485..384e1f5 100644 --- a/public/locales/en/products.json +++ b/public/locales/en/products.json @@ -96,6 +96,7 @@ }, "CopyFormMsg": { + "Source": "Source ", "target": "Target ", "requiredVendor": "Please pick a target vendor", "requiredTypes": "Please select product types", diff --git a/public/locales/zh/products.json b/public/locales/zh/products.json index e43e37e..c8b56a4 100644 --- a/public/locales/zh/products.json +++ b/public/locales/zh/products.json @@ -18,8 +18,8 @@ "auditState": { "New": "新增", "Pending": "待审核", - "Approved": "已通过", - "Rejected": "已拒绝", + "Approved": "已审核", + "Rejected": "未通过", "Published": "已发布" }, "auditStateAction": { @@ -96,6 +96,7 @@ }, "CopyFormMsg": { + "Source": "源", "target": "目标", "requiredVendor": "请选择目标供应商", "requiredTypes": "请选择产品类型",