Files
MobilityOps/frontend/src/i18n/locales/en-GB/integrations.json
T

110 lines
5.0 KiB
JSON

{
"eyebrow": "Assure / Integrations",
"title": "Integration control",
"description": "Monitor delivery health, graceful degradation and retryable workflow events.",
"cards": {
"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": "Knowledge source available · index size is unavailable 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": {
"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.",
"notBuilt": "Not built yet",
"noEvidence": "No evidence yet",
"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"
},
"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"
}
}