实现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.',
|
||||
|
||||
@@ -608,6 +608,21 @@ export default {
|
||||
yes: 'ใช่',
|
||||
no: 'ไม่ใช่',
|
||||
},
|
||||
paymentAttachments: {
|
||||
title: 'ไฟล์แนบหลักฐานการชำระเงิน',
|
||||
loading: 'กำลังโหลดสิทธิ์ดูตัวอย่างไฟล์แนบ...',
|
||||
loadFailed: 'ยังดูตัวอย่างไฟล์แนบไม่ได้ โปรดตรวจสิทธิ์อีเมลต้นทางแล้วลองใหม่',
|
||||
empty: 'ไม่มีไฟล์แนบหลักฐานการชำระเงิน',
|
||||
openPreview: 'เปิดดูภาพขนาดใหญ่',
|
||||
closePreview: 'ปิดตัวอย่าง',
|
||||
download: 'ดาวน์โหลด',
|
||||
previewUnavailable: 'ดูตัวอย่างไม่ได้',
|
||||
downloadUnavailable: 'ดาวน์โหลดไม่ได้',
|
||||
noMatchedMedia: 'ไม่พบไฟล์แนบที่ตรงกันในอีเมลปัจจุบัน',
|
||||
missingSourceMessage: 'ไม่มีอีเมลต้นทาง จึงดูตัวอย่างหรือดาวน์โหลดไม่ได้',
|
||||
unavailableReason: 'เหตุผลที่ใช้ไม่ได้: {reason}',
|
||||
fileMeta: '{type} · {size}',
|
||||
},
|
||||
lookup: {
|
||||
loading: 'กำลังโหลดแค็ตตาล็อก',
|
||||
empty: 'ไม่มีตัวเลือกในแค็ตตาล็อกปัจจุบัน หากค้นหาไม่พบไม่ได้หมายความว่าแค็ตตาล็อกยังไม่เริ่มต้น',
|
||||
|
||||
@@ -608,6 +608,21 @@ export default {
|
||||
yes: '是',
|
||||
no: '否',
|
||||
},
|
||||
paymentAttachments: {
|
||||
title: '付款凭证附件',
|
||||
loading: '正在加载附件预览权限...',
|
||||
loadFailed: '附件预览暂不可用,可检查来源邮件权限后重试。',
|
||||
empty: '暂无付款凭证附件。',
|
||||
openPreview: '查看大图',
|
||||
closePreview: '关闭预览',
|
||||
download: '下载',
|
||||
previewUnavailable: '不可预览',
|
||||
downloadUnavailable: '不可下载',
|
||||
noMatchedMedia: '当前邮件中未找到匹配附件。',
|
||||
missingSourceMessage: '缺少来源邮件,暂不可预览或下载。',
|
||||
unavailableReason: '不可用原因:{reason}',
|
||||
fileMeta: '{type} · {size}',
|
||||
},
|
||||
lookup: {
|
||||
loading: '目录加载中',
|
||||
empty: '当前目录没有可选项;如果是搜索无结果,不代表目录未初始化。',
|
||||
|
||||
Reference in New Issue
Block a user