Skip to content

Commit 119e03f

Browse files
committed
feature/1.8-Improve system observability
1 parent e98908a commit 119e03f

6 files changed

Lines changed: 11 additions & 6 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
@@ -188,6 +188,7 @@ export const TranslateWord = () => {
188188
{$t('消费者 IP')}
189189
{$t('鉴权名称')}
190190
{$t('日志输出')}
191+
{$t('响应时间')}
191192
</>
192193
)
193194
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,5 +964,6 @@
964964
"K3c722abd": "Log Output",
965965
"K74a5fbc0": "Log Output Settings",
966966
"Kc8bf447": "Request Log",
967-
"Kf8525cf2": "No Data"
967+
"Kf8525cf2": "No Data",
968+
"K1be06929": "Response Time"
968969
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,5 +986,6 @@
986986
"K3c722abd": "ログ出力",
987987
"K74a5fbc0": "ログ出力設定",
988988
"Kc8bf447": "リクエストログ",
989-
"Kf8525cf2": "データがありません"
989+
"Kf8525cf2": "データがありません",
990+
"K1be06929": "応答時間"
990991
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,5 +915,6 @@
915915
"K3c722abd": "日志输出",
916916
"K74a5fbc0": "日志输出设置",
917917
"Kc8bf447": "请求日志",
918-
"Kf8525cf2": "暂无数据"
918+
"Kf8525cf2": "暂无数据",
919+
"K1be06929": "响应时间"
919920
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,5 +986,6 @@
986986
"K3c722abd": "日誌輸出",
987987
"K74a5fbc0": "日誌輸出設定",
988988
"Kc8bf447": "請求日誌",
989-
"Kf8525cf2": "暫無資料"
989+
"Kf8525cf2": "暫無資料",
990+
"K1be06929": "回應時間"
990991
}

frontend/packages/core/src/const/system/const.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ export const REST_SERVICE_LOG_LIST: PageProColumns<LogItem>[] = [
554554
ellipsis: true
555555
},
556556
{
557-
title: 'API / Tools',
557+
title: 'API / Tool',
558558
dataIndex: ['api', 'name'],
559559
ellipsis: true
560560
},
@@ -593,7 +593,7 @@ export const AI_SERVICE_LOG_LIST: PageProColumns<LogItem>[] = [
593593
ellipsis: true
594594
},
595595
{
596-
title: 'API / Tools',
596+
title: 'API / Tool',
597597
dataIndex: ['api', 'name'],
598598
ellipsis: true
599599
},

0 commit comments

Comments
 (0)