Skip to content

Commit 638b879

Browse files
committed
feature/1.7-MCP
1 parent 62b6476 commit 638b879

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

frontend/packages/common/src/components/aoplatform/UnUsedWordForTranslate.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export const TranslateWord = () => {
5656
{$t('无需审核:允许任何消费者调用该服务')}
5757
{$t('人工审核:仅允许通过人工审核的消费者调用该服务')}
5858
{$t('开启:AI Agent 等产品能够通过 MCP 方式调用服务')}
59+
{$t('总览')}
5960
{$t('永久')}
6061
{$t('否')}
6162
{$t('是')}

frontend/packages/common/src/locales/scan/en-US.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,5 +926,6 @@
926926
"K84aabfd4": "Add API",
927927
"K71ed51fa": "Please subscribe to the service first",
928928
"K1bec8cbe": "Select API Key",
929-
"K5611e01e": "This consumer is already subscribed"
929+
"K5611e01e": "This consumer is already subscribed",
930+
"Kaf9e8011": "Overview"
930931
}

frontend/packages/common/src/locales/scan/ja-JP.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,5 +948,6 @@
948948
"K84aabfd4": "APIの追加",
949949
"K71ed51fa": "このサービスに先にサブスクリプションしてください",
950950
"K1bec8cbe": "APIキーを選択してください",
951-
"K5611e01e": "この消費者はすでに購読しています"
951+
"K5611e01e": "この消費者はすでに購読しています",
952+
"Kaf9e8011": "概要"
952953
}

frontend/packages/common/src/locales/scan/zh-CN.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,5 +879,6 @@
879879
"K84aabfd4": "添加 API",
880880
"K71ed51fa": "请先订阅该服务",
881881
"K1bec8cbe": "选择 API Key",
882-
"K5611e01e": "该消费者已订阅"
882+
"K5611e01e": "该消费者已订阅",
883+
"Kaf9e8011": "总览"
883884
}

frontend/packages/common/src/locales/scan/zh-TW.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,5 +948,6 @@
948948
"K84aabfd4": "新增 API",
949949
"K71ed51fa": "請先訂閱該服務",
950950
"K1bec8cbe": "選擇 API Key",
951-
"K5611e01e": "該消費者已訂閱"
951+
"K5611e01e": "該消費者已訂閱",
952+
"Kaf9e8011": "總覽"
952953
}

0 commit comments

Comments
 (0)