Files
MobilityOps/frontend/src/i18n/locales/en-GB/knowledge.json
T
NuklearRabbit efab8d816f
MobilityOps acceptance / backend (push) Canceled after 0s
MobilityOps acceptance / frontend (push) Canceled after 0s
M31: verify RAG inventory and polish attention queue
2026-08-10 20:58:26 +02:00

73 lines
3.6 KiB
JSON

{
"eyebrow": "Assure / Grounded knowledge",
"title": "Procedure knowledge",
"description": "Ask operational questions. Answers are shown only when {{provider}} returns sufficient cited evidence.",
"providerDemo": "the demo knowledge base",
"providerRagcore": "RAGcore",
"providerChecking": "the knowledge source",
"providerUnavailable": "the knowledge service",
"statusChecking": "Checking knowledge source…",
"statusCheckingDetail": "Retrieving the current provider status.",
"statusAvailable": "Available",
"statusUnavailable": "Unavailable",
"proceduresIndexed": "{{count}} procedures indexed",
"proceduresIndexUnknown": "Index size is not available through this connection",
"proceduresAvailable": "{{count}} managed source procedures available",
"technicalDetails": "Technical provider details",
"progress": { "retrieving": "Selecting sources", "checking": "Checking evidence", "composing": "Building answer" },
"sourceTitles": {
"damage-procedure": "Vehicle return damage",
"vehicle-availability-procedure": "Restoring vehicle availability",
"vehicle-return-procedure": "Registering a vehicle return",
"odometer-anomaly-procedure": "Reviewing an odometer anomaly",
"checkout-procedure": "Required checkout controls"
},
"statistics": {
"verifiedIndexed": "actively published and content-verified",
"sourceDocuments": "source documents in this language",
"reportedSynced": "sync reported by n8n",
"reportedFailed": "sync failures reported",
"lastSync": "Latest sync report: {{when}}. Index state is independently checked against each managed source's active RAGcore version and content hash.",
"noSyncReport": "No sync report has been received yet. Index evidence is checked separately through active RAGcore versions."
},
"providerNote": "This demo answers from a small, fixed set of indexed procedures — not a live RAGcore connection. A live RAGcore backend will later take over the same interface without changing how this page works.",
"askHeading": "Ask a procedure question",
"askSubheading": "Retrieval → evidence check → grounded answer",
"questionLabel": "Question",
"questionPlaceholder": "e.g. What must I do when a vehicle returns with damage?",
"ask": "Ask",
"asking": "Asking…",
"askFailed": "Could not reach the knowledge service.",
"feedbackFailed": "Could not save feedback.",
"suggestedLabel": "Try one:",
"suggestedQuestions": [
"What must I do when a vehicle returns with damage?",
"How do I register a vehicle return?",
"When may a vehicle be made available again?",
"Who reviews an unusual odometer reading?",
"Which checks are required before checkout?"
],
"emptyTitle": "Evidence before answers",
"emptyDescription": "Ask about returns, damage, inspections or another indexed procedure. {{productName}} will not invent an answer when evidence is missing.",
"retrievalFlow": {
"question": "Question",
"sources": "Sources",
"answer": "Answer"
},
"questionLabelExchange": "Question",
"evidenceStates": {
"grounded": "Grounded in cited procedures",
"insufficient": "Insufficient evidence",
"unavailable": "Knowledge service unavailable"
},
"unavailableBody": "The knowledge service is currently unreachable. Operational features are unaffected — try again later.",
"sourceVersion": "v{{version}}",
"answeredIn": "Answered in {{seconds}} s",
"sourceTechnicalVersion": "Technical source version available in the audit log",
"feedbackLabel": "Answer feedback",
"feedbackPrompt": "Was this answer useful?",
"feedbackThanks": "Feedback saved",
"feedbackHelpful": "Yes",
"feedbackNotHelpful": "No"
}