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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user