feat(temper_rejects): "Maschinen" filter label + brighter entry-card meta - Rename left filter heading Pressen → Maschinen (de.ts) - Bump entry-card meta info one step in size and brightness (article, WAGEN/ETIKETT labels+values, count labels, "getempert vor …") - Ship rebuilt dist bundle Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> @
61 lines
1.3 KiB
TypeScript
61 lines
1.3 KiB
TypeScript
// 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.',
|
|
},
|
|
}
|