76 lines
2.3 KiB
JSON
76 lines
2.3 KiB
JSON
{
|
|
"title": "Runbooks",
|
|
"subtitle": "Manage operations runbooks and automation scripts.",
|
|
"newRunbook": "New Runbook",
|
|
"loading": "Loading runbooks...",
|
|
"loadError": "Failed to load runbooks:",
|
|
"empty": "No runbooks yet.",
|
|
"triggerTypes": {
|
|
"manual": "Manual",
|
|
"alert": "Alert",
|
|
"scheduled": "Scheduled"
|
|
},
|
|
"riskLevels": {
|
|
"0": "L0 - Info",
|
|
"1": "L1 - Low",
|
|
"2": "L2 - Medium",
|
|
"3": "L3 - High"
|
|
},
|
|
"form": {
|
|
"name": "Name",
|
|
"description": "Description",
|
|
"triggerType": "Trigger Type",
|
|
"promptTemplate": "Prompt Template",
|
|
"allowedTools": "Allowed Tools",
|
|
"maxRiskLevel": "Max Risk Level",
|
|
"autoApprove": "Auto-Approve",
|
|
"enabled": "Enabled"
|
|
},
|
|
"table": {
|
|
"name": "Name",
|
|
"description": "Description",
|
|
"trigger": "Trigger",
|
|
"maxRisk": "Max Risk",
|
|
"autoApprove": "Auto-Approve",
|
|
"actions": "Actions"
|
|
},
|
|
"deleteDialog": {
|
|
"title": "Delete Runbook",
|
|
"message": "Are you sure you want to delete this runbook? This action cannot be undone. All execution history will also be removed."
|
|
},
|
|
"detail": {
|
|
"backToRunbooks": "Back to Runbooks",
|
|
"back": "Back",
|
|
"overview": "Overview",
|
|
"promptTemplate": "Prompt Template",
|
|
"allowedTools": "Allowed Tools",
|
|
"executionHistory": "Execution History",
|
|
"configuration": "Configuration",
|
|
"quickActions": "Quick Actions",
|
|
"loading": "Loading runbook...",
|
|
"loadError": "Failed to load runbook:",
|
|
"notFound": "Runbook not found.",
|
|
"noDescription": "No description provided.",
|
|
"noPrompt": "No prompt template defined.",
|
|
"noTools": "No tools configured.",
|
|
"noExecutions": "No executions yet.",
|
|
"enableToExecute": "Enable the runbook to execute it.",
|
|
"triggerType": "Trigger Type",
|
|
"maxRiskLevel": "Max Risk Level",
|
|
"autoApprove": "Auto-Approve",
|
|
"autoApproveDescription": "Auto-approve actions within the configured risk level.",
|
|
"statusLabel": "Status",
|
|
"executeNow": "Execute Now",
|
|
"executing": "Executing...",
|
|
"duplicate": "Duplicate",
|
|
"duplicating": "Duplicating...",
|
|
"deleteRunbook": "Delete Runbook",
|
|
"executionTable": {
|
|
"date": "Date",
|
|
"status": "Status",
|
|
"duration": "Duration",
|
|
"triggeredBy": "Triggered By"
|
|
}
|
|
}
|
|
}
|