实现V4 Payment附件预览前端

This commit is contained in:
andy
2026-07-21 16:52:49 +07:00
parent 4b869a0ecd
commit 61380a9ed8
9 changed files with 878 additions and 24 deletions

View File

@@ -608,6 +608,21 @@ export default {
yes: 'Yes',
no: 'No',
},
paymentAttachments: {
title: 'Payment voucher attachments',
loading: 'Loading attachment preview access...',
loadFailed: 'Attachment preview is unavailable right now. Check source email permission and retry.',
empty: 'No payment voucher attachments.',
openPreview: 'Open image preview',
closePreview: 'Close preview',
download: 'Download',
previewUnavailable: 'Preview unavailable',
downloadUnavailable: 'Download unavailable',
noMatchedMedia: 'No matching attachment was found in the current email.',
missingSourceMessage: 'Source email is missing, so preview and download are unavailable.',
unavailableReason: 'Unavailable reason: {reason}',
fileMeta: '{type} · {size}',
},
lookup: {
loading: 'Loading catalog',
empty: 'No options in the current catalog. A no-match search does not mean the catalog is uninitialized.',