feat(ui): display purchaser details on receipt and seat pages

Show customer name and phone number in a new panel
Add English and Chinese translations for the purchaser label
This commit is contained in:
2026-05-09 12:32:41 +08:00
parent 4f25f2b2f8
commit 3710216346
3 changed files with 35 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ const messages = {
'receipt.recipient': 'Recipient',
'receipt.recipientPhoneLabel': 'Recipient Phone',
'receipt.guest': 'Guest',
'receipt.purchaser': 'Purchaser',
'receipt.seatsReady': 'Seats ready',
'receipt.seatsReadyDescription': '{count} {seatLabel} ready to send.',
'receipt.copied': 'Copied to clipboard.',
@@ -270,6 +271,7 @@ const messages = {
'receipt.recipient': '接收人',
'receipt.recipientPhoneLabel': '接收人电话',
'receipt.guest': '宾客',
'receipt.purchaser': '购票人',
'receipt.seatsReady': '座位已准备好',
'receipt.seatsReadyDescription': '{count} 个{seatLabel}已准备发送。',
'receipt.copied': '已复制到剪贴板。',