Add per-item inventory sparklines with expandable history charts.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -116,7 +116,10 @@
|
||||
"qty": "Menge",
|
||||
"id": "ID",
|
||||
"equipped": "Ausgerüstet",
|
||||
"groupMeta": "{count} Items · {qty} Stk."
|
||||
"groupMeta": "{count} Items · {qty} Stk.",
|
||||
"trend": "Verlauf",
|
||||
"trendExpand": "Klicken für großes Diagramm",
|
||||
"trendExpandFor": "Mengenverlauf für {name}"
|
||||
},
|
||||
"equipment": {
|
||||
"title": "Ausrüstung"
|
||||
|
||||
@@ -116,7 +116,10 @@
|
||||
"qty": "Qty",
|
||||
"id": "ID",
|
||||
"equipped": "Equipped",
|
||||
"groupMeta": "{count} items · {qty} pcs"
|
||||
"groupMeta": "{count} items · {qty} pcs",
|
||||
"trend": "Trend",
|
||||
"trendExpand": "Click to enlarge chart",
|
||||
"trendExpandFor": "Quantity history for {name}"
|
||||
},
|
||||
"equipment": {
|
||||
"title": "Equipment"
|
||||
|
||||
Reference in New Issue
Block a user