From 62b64764204ba33c9e9727a86570ce215f8d1e08 Mon Sep 17 00:00:00 2001 From: ningyv <1793599591@qq.com> Date: Wed, 16 Apr 2025 13:47:54 +0800 Subject: [PATCH] feature/1.7-MCP --- frontend/packages/common/src/locales/scan/en-US.json | 3 ++- frontend/packages/common/src/locales/scan/ja-JP.json | 3 ++- frontend/packages/common/src/locales/scan/zh-CN.json | 3 ++- frontend/packages/common/src/locales/scan/zh-TW.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/frontend/packages/common/src/locales/scan/en-US.json b/frontend/packages/common/src/locales/scan/en-US.json index 57b0cd8c..fc60e12b 100644 --- a/frontend/packages/common/src/locales/scan/en-US.json +++ b/frontend/packages/common/src/locales/scan/en-US.json @@ -925,5 +925,6 @@ "Ke93388fd": "Edit API", "K84aabfd4": "Add API", "K71ed51fa": "Please subscribe to the service first", - "K1bec8cbe": "Select API Key" + "K1bec8cbe": "Select API Key", + "K5611e01e": "This consumer is already subscribed" } diff --git a/frontend/packages/common/src/locales/scan/ja-JP.json b/frontend/packages/common/src/locales/scan/ja-JP.json index b1f54644..dfc7381f 100644 --- a/frontend/packages/common/src/locales/scan/ja-JP.json +++ b/frontend/packages/common/src/locales/scan/ja-JP.json @@ -947,5 +947,6 @@ "Ke93388fd": "APIの編集", "K84aabfd4": "APIの追加", "K71ed51fa": "このサービスに先にサブスクリプションしてください", - "K1bec8cbe": "APIキーを選択してください" + "K1bec8cbe": "APIキーを選択してください", + "K5611e01e": "この消費者はすでに購読しています" } diff --git a/frontend/packages/common/src/locales/scan/zh-CN.json b/frontend/packages/common/src/locales/scan/zh-CN.json index e60083a8..d90b6906 100644 --- a/frontend/packages/common/src/locales/scan/zh-CN.json +++ b/frontend/packages/common/src/locales/scan/zh-CN.json @@ -878,5 +878,6 @@ "Ke93388fd": "编辑 API", "K84aabfd4": "添加 API", "K71ed51fa": "请先订阅该服务", - "K1bec8cbe": "选择 API Key" + "K1bec8cbe": "选择 API Key", + "K5611e01e": "该消费者已订阅" } diff --git a/frontend/packages/common/src/locales/scan/zh-TW.json b/frontend/packages/common/src/locales/scan/zh-TW.json index 4c9d5593..2ff11075 100644 --- a/frontend/packages/common/src/locales/scan/zh-TW.json +++ b/frontend/packages/common/src/locales/scan/zh-TW.json @@ -947,5 +947,6 @@ "Ke93388fd": "編輯 API", "K84aabfd4": "新增 API", "K71ed51fa": "請先訂閱該服務", - "K1bec8cbe": "選擇 API Key" + "K1bec8cbe": "選擇 API Key", + "K5611e01e": "該消費者已訂閱" }