ecinc-cloud-yoaemail 9.5.233 → 9.5.235
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/zhCN.js +2 -2
- package/lib/ecyoaemail.common.js +664 -429
- package/lib/ecyoaemail.umd.js +667 -432
- package/lib/ecyoaemail.umd.min.js +140 -140
- package/package.json +1 -1
package/lang/zhCN.js
CHANGED
|
@@ -90,7 +90,7 @@ module.exports = {
|
|
|
90
90
|
page: '页',
|
|
91
91
|
not: '无',
|
|
92
92
|
tipOne: '单击一封邮件在此处显示',
|
|
93
|
-
Sender2: '
|
|
93
|
+
Sender2: '发件人:{to}',
|
|
94
94
|
Copy: '抄送',
|
|
95
95
|
bcc: '密送:{to}',
|
|
96
96
|
addressee2: '收件人:{to}',
|
|
@@ -205,7 +205,7 @@ module.exports = {
|
|
|
205
205
|
page: '页',
|
|
206
206
|
singleClick: '单击一封邮件在此处显示',
|
|
207
207
|
theme: '主题:{name}',
|
|
208
|
-
Sender2: '
|
|
208
|
+
Sender2: '发件人:{addr}',
|
|
209
209
|
addressee2: '收件人:{sendTo}',
|
|
210
210
|
bcc: '密送',
|
|
211
211
|
Copy: '抄送',
|