实现V4 Payment附件预览前端
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user