// English mirrors de.ts exactly (same key shape) — de is the canonical schema. export default { app: { brand: 'Rejects', title: 'Reject Station', subtitle: 'all presses · every tempered cart', live: 'Live', demo: 'Sample data', }, filter: { title: 'Presses', all: 'All', none: 'None', empty: 'no carts', }, window: { label: 'Time window', '12h': '12 h', '1T': '1 day', '7T': '7 days', '14T': '14 days', '30T': '30 days', }, entry: { order: 'Order', cart: 'Cart', label: 'Label', good: 'Good', scrap: 'Scrap', doneAt: 'tempered', book: 'Book reject', }, belt: { title: "Order's temper flow", notYetSent: 'Not sent', wagen: 'On cart', unterwegs: 'In transit', ofen: 'Oven', fertig: 'Finished', }, dialog: { title: 'Book reject', for: 'for cart {cart} · {order}', count: 'Quantity', pieces: 'pcs', reason: 'Reason', chooseReason: 'Choose a reason …', filterReason: 'Search reason …', cancel: 'Cancel', confirm: 'Book', needCount: 'Enter a quantity', needReason: 'Choose a reason', success: 'Reject booked', failed: 'Booking failed', }, empty: { noEntries: 'No tempered carts in this window.', noPress: 'No press selected.', }, }