diff --git a/app/composables/useLocale.ts b/app/composables/useLocale.ts index 17cd56c..d4442ad 100644 --- a/app/composables/useLocale.ts +++ b/app/composables/useLocale.ts @@ -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': '已复制到剪贴板。', diff --git a/app/pages/receipt/[token].vue b/app/pages/receipt/[token].vue index 046a82c..46045ab 100644 --- a/app/pages/receipt/[token].vue +++ b/app/pages/receipt/[token].vue @@ -407,6 +407,22 @@ async function openBatchShare() { :ui="{ body: 'p-4 sm:p-8' }" >
+ {{ t('receipt.purchaser') }} +
++ {{ t('receipt.purchaser') }} +
+QR Code