125 lines
5.9 KiB
JSON
125 lines
5.9 KiB
JSON
{
|
|
"eyebrow": "Assure / Integrations",
|
|
"title": "Integration control",
|
|
"description": "Monitor delivery health, graceful degradation and retryable workflow events.",
|
|
"cards": {
|
|
"checking": "Retrieving current integration status…",
|
|
"orchestrationKicker": "Orchestration",
|
|
"n8nTitle": "n8n delivery",
|
|
"n8nSummary": "{{succeeded}} succeeded · {{failed}} failed · {{pending}} pending · {{delivering}} delivering",
|
|
"n8nFallback": "Return events are committed locally first and then delivered through the automation job.",
|
|
"knowledgeKicker": "Knowledge",
|
|
"knowledgeTitle": "Knowledge assistant",
|
|
"knowledgeSummaryDemo": "Demo knowledge base · {{count}} procedures indexed in {{collection}}.",
|
|
"knowledgeSummaryRagcore": "RAGcore · {{count}} procedures indexed in {{collection}}.",
|
|
"knowledgeSummaryIndexUnknown": "RAGcore reachable · {{sourceCount}} source documents for this language · index size not verifiable for {{collection}}.",
|
|
"knowledgeSummarySyncReported": "RAGcore reachable · {{sourceCount}} sources for this language · latest sync reported {{synced}} processed, {{failed}} failed at {{when}} · index size not verifiable for {{collection}}.",
|
|
"knowledgeUnavailable": "Health evidence is currently unavailable.",
|
|
"gatewayKicker": "Tool gateway",
|
|
"mcpTitle": "MCP Hub",
|
|
"mcpEnabled": "Registration is enabled for this deployment.",
|
|
"mcpNotConnected": "Not yet connected — prepared for future controlled tool calls from the Hub.",
|
|
"mcpNoEvidence": "Registered, but no tool call has been recorded yet.",
|
|
"mcpEvidence": "Last call: {{tool}} by {{client}} · {{count}} total calls",
|
|
"mcpHubReachable": "Hub reachable",
|
|
"mcpHubUnreachable": "Hub unreachable",
|
|
"n8nDemoScenario": "Plus {{count}} prepared demo scenario — a simulated temporary failure, not an integration problem."
|
|
},
|
|
"statusLabels": {
|
|
"checking": "Checking…",
|
|
"notConnected": "Not connected",
|
|
"deliveryFailed": "Delivery failed",
|
|
"retryAvailable": "Retry available",
|
|
"operational": "Operational",
|
|
"prepared": "Prepared",
|
|
"demoMode": "Demo mode",
|
|
"unavailable": "Unavailable"
|
|
},
|
|
"workflows": {
|
|
"title": "Automation workflows",
|
|
"description": "{{known}} of {{expected}} canonical n8n workflows have live evidence of running.",
|
|
"loadingEvidence": "Retrieving current workflow evidence…",
|
|
"unavailable": "Workflow evidence is currently unavailable.",
|
|
"notBuilt": "Not built yet",
|
|
"noEvidence": "No evidence yet",
|
|
"healthy": "Healthy",
|
|
"stale": "Evidence is stale",
|
|
"failed": "Latest execution failed",
|
|
"executionId": "Execution",
|
|
"columns": {
|
|
"name": "Workflow",
|
|
"status": "Status",
|
|
"lastSeen": "Last evidence",
|
|
"technicalId": "Details"
|
|
},
|
|
"names": {
|
|
"vehicleReturn": "Vehicle return orchestration",
|
|
"scheduledScan": "Scheduled data quality scan",
|
|
"ragcoreSync": "Knowledge procedure sync",
|
|
"errorHandler": "Workflow error handler"
|
|
},
|
|
"expectations": {
|
|
"vehicleReturn": "Event-driven after a vehicle return is safely committed.",
|
|
"scheduledScan": "Scheduled; normally runs every hour.",
|
|
"ragcoreSync": "Scheduled; normally runs daily.",
|
|
"errorHandler": "Runs only when a real workflow execution fails."
|
|
},
|
|
"errorHandler": {
|
|
"summary": "{{count}} automation failure(s) registered — latest from {{workflow}} at {{when}}.",
|
|
"summaryEmpty": "No automation failures have been registered."
|
|
}
|
|
},
|
|
"ledger": {
|
|
"title": "Automation jobs",
|
|
"description": "Persisted automation attempts with the latest failure evidence.",
|
|
"filterLabel": "View",
|
|
"filterNeedsAttention": "Needs attention",
|
|
"filterRecent": "Recent",
|
|
"filterSucceeded": "Succeeded",
|
|
"filterAll": "All",
|
|
"statusFilterLabel": "Status",
|
|
"statusAll": "All statuses",
|
|
"statusPending": "Pending",
|
|
"statusDelivering": "Delivering",
|
|
"statusSucceeded": "Succeeded",
|
|
"statusFailed": "Failed",
|
|
"unavailable": "Automation jobs are unavailable right now.",
|
|
"managerOnly": "Automation is visible to Operations Managers only.",
|
|
"loading": "Loading automation jobs…",
|
|
"empty": "No automation jobs match this filter.",
|
|
"count": "{{count}} workflow events",
|
|
"boundedRetries": "Bounded retries",
|
|
"groupedSucceeded": "{{count}} succeeded vehicle-return jobs",
|
|
"showIndividually": "Show individual jobs",
|
|
"hideIndividually": "Hide individual jobs",
|
|
"columns": {
|
|
"event": "Job",
|
|
"type": "Type",
|
|
"booking": "Booking",
|
|
"status": "Status",
|
|
"attempts": "Attempts",
|
|
"lastError": "Last error",
|
|
"when": "When",
|
|
"action": "Action"
|
|
},
|
|
"retry": "Retry",
|
|
"retrying": "Retrying…",
|
|
"retryFailed": "Could not retry this delivery.",
|
|
"noAction": "—",
|
|
"eventTypes": {
|
|
"vehicle.returned.v1": "Vehicle return processed"
|
|
},
|
|
"errorCodes": {
|
|
"connectionError": "The workflow service was temporarily unreachable. The return was safely saved and can be retried.",
|
|
"malformedPayload": "The job contained incomplete data and could not be delivered. The underlying data remains safely stored.",
|
|
"remoteReportedFailure": "The workflow service declined the delivery. The job can be retried.",
|
|
"staleLeaseRecovered": "This job was recovered after an earlier delivery attempt stalled without a result.",
|
|
"unknownError": "An unexpected error occurred while delivering this job.",
|
|
"demoScenarioTimeout": "Simulated timeout towards the workflow service. This failure is part of the prepared demo scenario, not a real incident."
|
|
},
|
|
"demoScenarioBadge": "Prepared demo scenario",
|
|
"demoScenarioExplanation": "Simulated temporary failure, planted by the demo data on purpose to show retry and audit. It does not affect the health of the automation.",
|
|
"retryDemoScenario": "Retry demo scenario"
|
|
}
|
|
}
|