Fas 2 steg 5: Scan-to-scan-diff + konfliktlösning, samt buggfix depleted-transaktion i reconciliation

This commit is contained in:
Sven (AAMOS AI)
2026-08-07 01:30:31 +07:00
parent 218bc44d08
commit 4a4f448e1c
26 changed files with 10590 additions and 13 deletions
+14 -1
View File
@@ -365,5 +365,18 @@
"reconciliation.done": "Done",
"reconciliation.next": "Next",
"reconciliation.empty": "Nothing needs checking right now. Well done!",
"reconciliation.tasteHint": "Past best before? Smell and taste first never waste food unnecessarily."
"reconciliation.tasteHint": "Past best before? Smell and taste first never waste food unnecessarily.",
"scan.diff.title": "Review differences",
"scan.diff.subtitle": "Confirm changes from the latest scan.",
"scan.diff.newItem": "New item",
"scan.diff.quantityChanged": "Quantity changed",
"scan.diff.moved": "Moved",
"scan.diff.vanished": "Missing in photo",
"scan.diff.unchanged": "Unchanged",
"scan.diff.accept": "Confirm",
"scan.diff.reject": "Ignore",
"scan.diff.acceptAll": "Confirm all",
"scan.diff.noChanges": "No differences found.",
"scan.diff.undo": "Undo",
"scan.diff.undoHint": "Each change can be undone from the item detail view."
}