修复V4任务详情来源邮件展示

This commit is contained in:
andy
2026-07-21 10:29:03 +07:00
parent b44ab94113
commit c28130b3da
8 changed files with 488 additions and 35 deletions

View File

@@ -625,6 +625,12 @@ export default {
conversationCount: 'Conversation messages',
attachments: 'Attachments',
excerpt: 'Email excerpt',
body: 'Current email body',
bodyLoading: 'Loading current email body...',
bodyLoadFailed: 'Current email body cannot be loaded right now. Open the email conversation to view it.',
noBody: 'No current email body.',
showFullBody: 'Show full body',
collapseBody: 'Collapse body',
noExcerpt: 'No email excerpt',
noAttachments: 'No attachments',
},

View File

@@ -625,6 +625,12 @@ export default {
conversationCount: 'จำนวนอีเมลในเธรด',
attachments: 'ไฟล์แนบ',
excerpt: 'ข้อความบางส่วนของอีเมล',
body: 'เนื้อหาอีเมลปัจจุบัน',
bodyLoading: 'กำลังโหลดเนื้อหาอีเมลปัจจุบัน...',
bodyLoadFailed: 'ยังโหลดเนื้อหาอีเมลปัจจุบันไม่ได้ โปรดเปิดเธรดอีเมลเพื่อดู',
noBody: 'ไม่มีเนื้อหาอีเมลปัจจุบัน',
showFullBody: 'แสดงทั้งหมด',
collapseBody: 'ย่อเนื้อหา',
noExcerpt: 'ไม่มีข้อความบางส่วน',
noAttachments: 'ไม่มีไฟล์แนบ',
},

View File

@@ -625,6 +625,12 @@ export default {
conversationCount: '会话邮件数',
attachments: '附件',
excerpt: '邮件片段',
body: '当前邮件正文',
bodyLoading: '正在加载当前邮件正文...',
bodyLoadFailed: '当前邮件正文暂时无法加载,可进入邮件会话查看。',
noBody: '暂无当前邮件正文。',
showFullBody: '展开全文',
collapseBody: '收起正文',
noExcerpt: '暂无邮件片段',
noAttachments: '无附件',
},