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

@@ -2009,8 +2009,13 @@ export default {
// Error Log
errorLog: {
timeId: 'Time / ID',
time: 'Time',
type: 'Type',
context: 'Context',
platform: 'Platform',
model: 'Model',
group: 'Group',
account: 'Account',
status: 'Status',
message: 'Message',
latency: 'Request Duration',
@@ -2019,7 +2024,13 @@ export default {
grp: 'GRP:',
acc: 'ACC:',
details: 'Details',
phase: 'Phase'
phase: 'Phase',
id: 'ID:',
typeUpstream: 'Upstream',
typeRequest: 'Request',
typeAuth: 'Auth',
typeRouting: 'Routing',
typeInternal: 'Internal'
},
// Error Details Modal
errorDetails: {