feat(frontend): 更新ops API接口和国际化文案

This commit is contained in:
IanShaw027
2026-01-14 12:41:05 +08:00
parent 060699c3b8
commit 8cf3e9a620
3 changed files with 44 additions and 6 deletions

View File

@@ -2153,17 +2153,28 @@ export default {
// Error Log
errorLog: {
timeId: '时间 / ID',
time: '时间',
type: '类型',
context: '上下文',
platform: '平台',
model: '模型',
group: '分组',
account: '账号',
status: '状态码',
message: '消息',
message: '响应内容',
latency: '请求时长',
action: '操作',
noErrors: '该窗口内暂无错误。',
grp: 'GRP',
acc: 'ACC',
details: '详情',
phase: '阶段'
phase: '阶段',
id: 'ID',
typeUpstream: '上游',
typeRequest: '请求',
typeAuth: '认证',
typeRouting: '路由',
typeInternal: '内部'
},
// Error Details Modal
errorDetails: {