ecinc-cloud-yoaemail 9.6.242 → 9.6.244
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lang/en.js +3 -6
- package/lang/zhCN.js +3 -6
- package/lib/ecyoaemail.common.js +429 -150
- package/lib/ecyoaemail.umd.js +429 -150
- package/lib/ecyoaemail.umd.min.js +5 -5
- package/package.json +1 -1
package/lang/en.js
CHANGED
|
@@ -117,25 +117,21 @@ module.exports = {
|
|
|
117
117
|
Theme: 'Subject:'
|
|
118
118
|
},
|
|
119
119
|
SaveDraft: 'Save Draft',
|
|
120
|
+
Receipt: 'Read Receipt',
|
|
120
121
|
AddCC: 'Add CC',
|
|
121
122
|
DelCC: 'Delete CC',
|
|
122
123
|
AddSecret: 'Add BCC',
|
|
123
124
|
DelSecret: 'Delete BCC',
|
|
124
|
-
|
|
125
125
|
address: 'Please enter an email address. For internal emails, you can also enter a contact name.',
|
|
126
126
|
content: 'For mass emails, they are sent one-by-one, and each recipient can only see their own address.',
|
|
127
|
-
|
|
128
127
|
ThemeEnter: 'Please enter the email subject',
|
|
129
128
|
content1: "Drag files here, or <span style='color:rgba(33, 120, 241, 1)'>click to upload</span>",
|
|
130
129
|
maxFile: '(Max 1GB per file)',
|
|
131
130
|
UploadSu: 'Upload Successful',
|
|
132
131
|
sendSu: 'Sent Successfully',
|
|
133
132
|
emailTip: "Email has been saved to 'Sent'",
|
|
134
|
-
|
|
135
133
|
setUpInfo: 'You have not set your email information yet,',
|
|
136
|
-
|
|
137
134
|
content2: 'The current account is for internal use. If you need to send emails to external addresses, please go to the email center to bind an external email to this account first.',
|
|
138
|
-
|
|
139
135
|
notEmail: 'No email address available for this item, selection is not supported.'
|
|
140
136
|
},
|
|
141
137
|
youxiangshezhi: {
|
|
@@ -257,7 +253,8 @@ module.exports = {
|
|
|
257
253
|
StarMarking: 'Star',
|
|
258
254
|
StarMar: 'Unstar',
|
|
259
255
|
TransferTo: 'TransferTo',
|
|
260
|
-
WriteAn: 'WriteAnother'
|
|
256
|
+
WriteAn: 'WriteAnother',
|
|
257
|
+
readingLog: 'ReadingLog'
|
|
261
258
|
},
|
|
262
259
|
messages: {
|
|
263
260
|
contentEnter: 'Please enter the reply content!',
|
package/lang/zhCN.js
CHANGED
|
@@ -117,25 +117,21 @@ module.exports = {
|
|
|
117
117
|
Theme: '主 题:'
|
|
118
118
|
},
|
|
119
119
|
SaveDraft: '存草稿',
|
|
120
|
+
Receipt: '已读回执',
|
|
120
121
|
AddCC: '添加抄送',
|
|
121
122
|
DelCC: '删除抄送',
|
|
122
123
|
AddSecret: '添加密送',
|
|
123
124
|
DelSecret: '删除密送',
|
|
124
|
-
|
|
125
125
|
address: '请输入邮件地址,内部邮箱可以输入联系人姓名',
|
|
126
126
|
content: '群发的邮件,采用一对一发送,每个收件人只能看到自己的地址',
|
|
127
|
-
|
|
128
127
|
ThemeEnter: '请输入邮件主题',
|
|
129
128
|
content1: '将文件拖到此处,或<span style="color:rgba(33, 120, 241, 1)">点击上传</span>',
|
|
130
129
|
maxFile: '(单个文件最大1G)',
|
|
131
130
|
UploadSu: '上传成功',
|
|
132
131
|
sendSu: '发送成功',
|
|
133
132
|
emailTip: '邮件已保存到“已发送”',
|
|
134
|
-
|
|
135
133
|
setUpInfo: ' 您还没有设置邮箱信息,',
|
|
136
|
-
|
|
137
134
|
content2: '当前账号为内部使用邮箱,如您需往外部邮箱发送邮件,请先前往邮箱中心将本账号绑定外部邮箱',
|
|
138
|
-
|
|
139
135
|
notEmail: '当前项无邮箱地址,不支持选择'
|
|
140
136
|
},
|
|
141
137
|
youxiangshezhi: {
|
|
@@ -257,7 +253,8 @@ module.exports = {
|
|
|
257
253
|
StarMarking: '标星',
|
|
258
254
|
StarMar: '去除标星',
|
|
259
255
|
TransferTo: '转移到',
|
|
260
|
-
WriteAn: '再写一封'
|
|
256
|
+
WriteAn: '再写一封',
|
|
257
|
+
readingLog: '阅读记录'
|
|
261
258
|
},
|
|
262
259
|
messages: {
|
|
263
260
|
contentEnter: '请输入回复内容!',
|