fix(awooop): localize run detail timeline
This commit is contained in:
@@ -1551,6 +1551,57 @@
|
||||
"item3": "Review contract lifecycle",
|
||||
"item4": "Open the AwoooP work map"
|
||||
}
|
||||
},
|
||||
"runDetail": {
|
||||
"back": "Back to Run Monitor",
|
||||
"title": "Run Disposition Timeline",
|
||||
"refresh": "Refresh",
|
||||
"empty": "--",
|
||||
"durationSeconds": "{seconds}s",
|
||||
"errors": {
|
||||
"title": "Failed to load run details",
|
||||
"loadFailed": "Load failed"
|
||||
},
|
||||
"stats": {
|
||||
"state": "Current State",
|
||||
"timeline": "Timeline",
|
||||
"mcpSteps": "MCP / Steps",
|
||||
"duration": "Duration"
|
||||
},
|
||||
"summary": {
|
||||
"title": "Run Summary",
|
||||
"project": "Project",
|
||||
"agent": "Agent",
|
||||
"traceId": "Trace ID",
|
||||
"trigger": "Trigger",
|
||||
"triggerRef": "Trigger Ref",
|
||||
"cost": "Cost",
|
||||
"attempts": "Attempts",
|
||||
"created": "Created",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
},
|
||||
"timeline": {
|
||||
"title": "Disposition Timeline",
|
||||
"lastUpdated": "Last updated {time}",
|
||||
"count": "{count} items",
|
||||
"empty": "No timeline records yet."
|
||||
},
|
||||
"statuses": {
|
||||
"blocked": "Blocked",
|
||||
"cancelled": "Cancelled",
|
||||
"completed": "Completed",
|
||||
"error": "Error",
|
||||
"failed": "Failed",
|
||||
"pending": "Pending",
|
||||
"received": "Received",
|
||||
"running": "Running",
|
||||
"sent": "Sent",
|
||||
"shadow": "Shadow",
|
||||
"success": "Success",
|
||||
"timeout": "Timed out",
|
||||
"waitingApproval": "Waiting approval"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1552,6 +1552,57 @@
|
||||
"item3": "審查 Contract lifecycle",
|
||||
"item4": "查看 AwoooP 工作鏈路地圖"
|
||||
}
|
||||
},
|
||||
"runDetail": {
|
||||
"back": "返回 Run 監控",
|
||||
"title": "Run 處置脈絡",
|
||||
"refresh": "重新整理",
|
||||
"empty": "--",
|
||||
"durationSeconds": "{seconds}s",
|
||||
"errors": {
|
||||
"title": "無法載入 Run 詳情",
|
||||
"loadFailed": "載入失敗"
|
||||
},
|
||||
"stats": {
|
||||
"state": "目前狀態",
|
||||
"timeline": "Timeline",
|
||||
"mcpSteps": "MCP / Steps",
|
||||
"duration": "執行時間"
|
||||
},
|
||||
"summary": {
|
||||
"title": "Run 摘要",
|
||||
"project": "Project",
|
||||
"agent": "Agent",
|
||||
"traceId": "Trace ID",
|
||||
"trigger": "Trigger",
|
||||
"triggerRef": "Trigger Ref",
|
||||
"cost": "Cost",
|
||||
"attempts": "Attempts",
|
||||
"created": "Created",
|
||||
"completed": "Completed",
|
||||
"error": "Error"
|
||||
},
|
||||
"timeline": {
|
||||
"title": "處置時間線",
|
||||
"lastUpdated": "上次更新 {time}",
|
||||
"count": "{count} 筆",
|
||||
"empty": "尚無時間線資料。"
|
||||
},
|
||||
"statuses": {
|
||||
"blocked": "已阻擋",
|
||||
"cancelled": "已取消",
|
||||
"completed": "已完成",
|
||||
"error": "錯誤",
|
||||
"failed": "失敗",
|
||||
"pending": "待執行",
|
||||
"received": "已接收",
|
||||
"running": "執行中",
|
||||
"sent": "已送出",
|
||||
"shadow": "Shadow",
|
||||
"success": "成功",
|
||||
"timeout": "已超時",
|
||||
"waitingApproval": "等待審批"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user