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

43 lines
2.0 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",
"statusAvailable": "Available",
"statusUnavailable": "Unavailable",
"proceduresIndexed": "{{count}} procedures indexed",
"proceduresIndexUnknown": "Index size is not available through this connection",
"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.",
"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}}"
}