修复V4任务详情来源邮件展示
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
@@ -625,6 +625,12 @@ export default {
|
||||
conversationCount: 'จำนวนอีเมลในเธรด',
|
||||
attachments: 'ไฟล์แนบ',
|
||||
excerpt: 'ข้อความบางส่วนของอีเมล',
|
||||
body: 'เนื้อหาอีเมลปัจจุบัน',
|
||||
bodyLoading: 'กำลังโหลดเนื้อหาอีเมลปัจจุบัน...',
|
||||
bodyLoadFailed: 'ยังโหลดเนื้อหาอีเมลปัจจุบันไม่ได้ โปรดเปิดเธรดอีเมลเพื่อดู',
|
||||
noBody: 'ไม่มีเนื้อหาอีเมลปัจจุบัน',
|
||||
showFullBody: 'แสดงทั้งหมด',
|
||||
collapseBody: 'ย่อเนื้อหา',
|
||||
noExcerpt: 'ไม่มีข้อความบางส่วน',
|
||||
noAttachments: 'ไม่มีไฟล์แนบ',
|
||||
},
|
||||
|
||||
@@ -625,6 +625,12 @@ export default {
|
||||
conversationCount: '会话邮件数',
|
||||
attachments: '附件',
|
||||
excerpt: '邮件片段',
|
||||
body: '当前邮件正文',
|
||||
bodyLoading: '正在加载当前邮件正文...',
|
||||
bodyLoadFailed: '当前邮件正文暂时无法加载,可进入邮件会话查看。',
|
||||
noBody: '暂无当前邮件正文。',
|
||||
showFullBody: '展开全文',
|
||||
collapseBody: '收起正文',
|
||||
noExcerpt: '暂无邮件片段',
|
||||
noAttachments: '无附件',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user