|
1242 | 1242 | }, |
1243 | 1243 | "unsavedChanges": "Unsaved changes" |
1244 | 1244 | }, |
| 1245 | + "hooks": { |
| 1246 | + "title": "Hooks", |
| 1247 | + "subtitle": "Run workspace actions around tool calls, approvals, turns, memory, channels, and runtime events.", |
| 1248 | + "reload": "Reload", |
| 1249 | + "save": "Save", |
| 1250 | + "statusSection": "Status", |
| 1251 | + "filePath": "Config file", |
| 1252 | + "present": "Present", |
| 1253 | + "missing": "Missing", |
| 1254 | + "missingDescription": "No hooks file exists yet; the editor is showing a starter template.", |
| 1255 | + "enabledDescription": "Hooks are enabled for matching events.", |
| 1256 | + "disabledDescription": "The hooks file exists but is disabled.", |
| 1257 | + "invalidDescription": "The JSON file is not valid yet.", |
| 1258 | + "rules": "Rules", |
| 1259 | + "rulesDescription": "Enabled rules over total rules.", |
| 1260 | + "actions": "Actions", |
| 1261 | + "actionsDescription": "Commands and tool calls configured by matching hooks.", |
| 1262 | + "eventsSection": "Events", |
| 1263 | + "editorSection": "Config", |
| 1264 | + "jsonConfig": "hooks.json", |
| 1265 | + "editorHint": "JSON is valid.", |
| 1266 | + "template": "Template", |
| 1267 | + "testSection": "Test", |
| 1268 | + "testEvent": "Event", |
| 1269 | + "testEventDescription": "Run the saved hooks file against a synthetic payload.", |
| 1270 | + "selectEvent": "Select event", |
| 1271 | + "testReady": "Payload is valid JSON.", |
| 1272 | + "runTest": "Run test", |
| 1273 | + "loadFailed": "Failed to load hooks", |
| 1274 | + "saveSuccess": "Hooks saved", |
| 1275 | + "saveFailed": "Failed to save hooks", |
| 1276 | + "testSuccess": "Hook test completed", |
| 1277 | + "testFailed": "Hook test failed" |
| 1278 | + }, |
1245 | 1279 | "title": "Bots", |
1246 | 1280 | "searchPlaceholder": "Search bots…", |
1247 | 1281 | "createBot": "New Bot", |
|
1497 | 1531 | "general": "General", |
1498 | 1532 | "desktop": "Desktop", |
1499 | 1533 | "toolApproval": "Tool Approval", |
| 1534 | + "hooks": "Hooks", |
1500 | 1535 | "acp": "Agents", |
1501 | 1536 | "network": "Network", |
1502 | 1537 | "memory": "Memory", |
|
0 commit comments