fix(i18n): further shorten English metrics and improve workflow layout
This commit is contained in:
@@ -934,7 +934,15 @@ html[lang="en"] .status-section .status-ready {
|
|||||||
|
|
||||||
html[lang="en"] .status-section .metric-value {
|
html[lang="en"] .status-section .metric-value {
|
||||||
font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||||
font-size: 1.5rem;
|
font-size: 1.4rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
html[lang="en"] .workflow-section .step-title {
|
||||||
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
html[lang="en"] .workflow-section .step-desc {
|
||||||
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
html[lang="en"] .workflow-section {
|
html[lang="en"] .workflow-section {
|
||||||
|
|||||||
@@ -46,9 +46,9 @@
|
|||||||
"systemReady": "Ready",
|
"systemReady": "Ready",
|
||||||
"systemReadyDesc": "Prediction engine on standby. Upload unstructured data to initialize a simulation sequence.",
|
"systemReadyDesc": "Prediction engine on standby. Upload unstructured data to initialize a simulation sequence.",
|
||||||
"metricLowCost": "Low Cost",
|
"metricLowCost": "Low Cost",
|
||||||
"metricLowCostDesc": "Avg. $5 per simulation",
|
"metricLowCostDesc": "Avg. $5/sim",
|
||||||
"metricHighAvail": "High Avail.",
|
"metricHighAvail": "Scalable",
|
||||||
"metricHighAvailDesc": "Up to millions of Agents",
|
"metricHighAvailDesc": "Millions of Agents",
|
||||||
"workflowSequence": "Workflow",
|
"workflowSequence": "Workflow",
|
||||||
"step01Title": "Graph Build",
|
"step01Title": "Graph Build",
|
||||||
"step01Desc": "Seed extraction & memory injection & GraphRAG construction",
|
"step01Desc": "Seed extraction & memory injection & GraphRAG construction",
|
||||||
|
|||||||
Reference in New Issue
Block a user