ecinc-cloud-yoaemail 9.5.211 → 9.5.212

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/index.js CHANGED
@@ -52,10 +52,11 @@ const install = function(Vue) {
52
52
  if (typeof window !== 'undefined' && window.Vue) {
53
53
  install(window.Vue)
54
54
  }
55
-
55
+ const $messages = require('./lang/index')
56
56
  export default {
57
57
  // 导出的对象必须具备一个 install 方法
58
58
  install,
59
59
  // 组件列表
60
- ...components
60
+ ...components,
61
+ $messages
61
62
  }
package/lang/en.js ADDED
@@ -0,0 +1,417 @@
1
+ module.exports = {
2
+ email: {
3
+ formTitle: 'Internal Email',
4
+ menuItem: {
5
+ internalEmail: 'Internal Email',
6
+ inbox: 'Inbox',
7
+ starFile: 'Starred Emails',
8
+ drafts: 'Drafts',
9
+ beenSent: 'Sent',
10
+ deleted: 'Deleted',
11
+ customFolder: 'Custom Folders',
12
+ emailAttach: 'Email Attachments',
13
+ txl: 'Contacts',
14
+ emailMonitor: 'Email Monitoring',
15
+ emailCenter: 'Email Center',
16
+ backupEmail: 'Backup Email'
17
+ },
18
+ accessoryList: {
19
+ fields: {
20
+ fileName: 'File Name',
21
+ size: 'Size',
22
+ date: 'Date'
23
+ },
24
+ all: 'All',
25
+ picture: 'Pictures',
26
+ file: 'Documents',
27
+ audio: 'Audio',
28
+ video: 'Videos',
29
+ Compressed: 'Compressed Files',
30
+ other: 'Other',
31
+ emailInfo: 'You have not set up your email information yet,',
32
+ AttachmentFile: 'Attachment File'
33
+ },
34
+ address: {
35
+ fields: {
36
+ GroupName: 'Group Name',
37
+ order: 'Order',
38
+ emailAddress: 'Email Address',
39
+ email: 'Email',
40
+ grouping: 'Grouping'
41
+ },
42
+ grouping: 'Grouping',
43
+ notGroup: 'Not Grouped',
44
+ all: 'All',
45
+ BookGroup: 'Address Book Grouping',
46
+ GroupNameEnter: 'Please enter a group name',
47
+ orderTip: 'Please enter a 4-digit order number',
48
+ mailList: 'Address Book',
49
+ emailAddressEnter: 'Please enter an email address',
50
+ groupingEnter: 'Please select a group'
51
+ },
52
+ ecincMailHelp: {
53
+ guideTitle: 'Ecinc Email Settings Help Guide',
54
+ guideTitle1: '1. Login to Ecinc Email: http://ntmail.global-mail.cn',
55
+ guideTitle2: '2. After logging in, click Settings > Client Authorization Code > Enable Client Authorization Code',
56
+ guideTitle3: '3. Set Client Authorization Code'
57
+ },
58
+ emailWatch: {
59
+ fields: {
60
+ Monitoring: 'Monitoring Target',
61
+ EmailSub: 'Email Subject',
62
+ sendTime: 'Send Time'
63
+ },
64
+ MarkedAs: 'Marked As',
65
+ read: 'Read',
66
+ unread: 'Unread',
67
+ StarMarking: 'Star Marking',
68
+ StarMar: 'Remove Star',
69
+ TransferTo: 'Transfer To',
70
+ not: 'None',
71
+ theme: 'Subject: {name}',
72
+ Sender: 'Sender: {addr}',
73
+ Copy: 'CC: {to}',
74
+ addressee: 'Recipient: {sendTo}',
75
+ time: 'Time: {time}',
76
+ content: 'Attachments: Total {attachsCount} attachments',
77
+ Recentlylogin: 'Last Login: {time}'
78
+ },
79
+ list: {
80
+ fields: {
81
+ Sender: 'Sender',
82
+ addressee: 'Recipient',
83
+ emailTitle: 'Email Subject',
84
+ sendTime: 'Send Time'
85
+ },
86
+ emailNum: 'Total 0 Emails',
87
+ emailNumIng: 'Total {total} Emails',
88
+ selectEmail: '{count} Emails Selected',
89
+ JumpTo: 'Jump To',
90
+ page: 'Page',
91
+ not: 'None',
92
+ tipOne: 'Click an email to display it here',
93
+ Sender2: 'Sender: {to}',
94
+ Copy: 'Carbon Copy',
95
+ bcc: 'Blind Carbon Copy: {to}',
96
+ addressee2: 'Recipient: {to}',
97
+ time: 'Time: {to}',
98
+ walStatus: 'Recall Status: Recalled',
99
+ content1: 'Attachments: Total {attachsCount} attachments',
100
+ download: 'Download',
101
+ content2: 'Quick Reply To: {fromAddr}',
102
+ content3: 'You have not set your email information yet,',
103
+ content4: 'Set Now',
104
+ AdvancedSearch: 'Advanced Search',
105
+ content5: 'Please enter sender/email address',
106
+ content6: 'Please enter recipient/email address',
107
+ emailTitleEnter: 'Please enter email subject',
108
+
109
+ startTime: 'Please select send time (start)',
110
+ endTime: 'Select send time (end)'
111
+ },
112
+ xieyoujian: {
113
+ fields: {
114
+ addressee: 'Recipient:',
115
+ CCrecipient: 'CC (Carbon Copy):',
116
+ SecretPerson: 'BCC (Blind Carbon Copy):',
117
+ Theme: 'Subject:'
118
+ },
119
+ SaveDraft: 'Save Draft',
120
+ AddCC: 'Add CC',
121
+ DelCC: 'Delete CC',
122
+ AddSecret: 'Add BCC',
123
+ DelSecret: 'Delete BCC',
124
+
125
+ address: 'Please enter an email address. For internal emails, you can also enter a contact name.',
126
+ content: 'For mass emails, they are sent one-by-one, and each recipient can only see their own address.',
127
+
128
+ ThemeEnter: 'Please enter the email subject',
129
+ content1: "Drag files here, or <span style='color:rgba(33, 120, 241, 1)'>click to upload</span>",
130
+ maxFile: '(Max 1GB per file)',
131
+ UploadSu: 'Upload Successful',
132
+ sendSu: 'Sent Successfully',
133
+ emailTip: "Email has been saved to 'Sent'",
134
+
135
+ setUpInfo: 'You have not set your email information yet,',
136
+
137
+ 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
+ notEmail: 'No email address available for this item, selection is not supported.'
140
+ },
141
+ youxiangshezhi: {
142
+ fields: {
143
+ EmailAddress: 'Email Address',
144
+ EmailUserName: 'Email User Name',
145
+ EmailUserAccount: 'Email User Account',
146
+ emailPass: 'Email Password/Authorization Code',
147
+ accountType: 'User Account Type',
148
+ ReceivingServer: 'Incoming Mail Server',
149
+ outgoingMail: 'Outgoing Mail Server',
150
+ emailAddress: 'Bind External Email Address',
151
+ pageMax: 'Max Emails Displayed Per Page',
152
+ forwardingEmail: 'Subject Display for Forwarded Emails',
153
+ replyingToem: 'Subject Display for Replied Emails',
154
+ addSignature: 'Add Signature When Sending Emails',
155
+ sendContent: 'Signature Content to Add When Sending Emails'
156
+ },
157
+ EmailCenter: 'Email Center',
158
+ EmailTip: 'Please select an external email address to send emails from internal to external addresses.',
159
+ fileNum10: '10 Emails',
160
+ fileNum20: '20 Emails',
161
+ fileNum50: '50 Emails',
162
+ fileNum100: '100 Emails',
163
+ reply: 'Reply',
164
+
165
+ contentEnter: 'Please enter content',
166
+ save: 'Save',
167
+ close: 'Close',
168
+ emailType: 'Email Type',
169
+ emailqq: 'QQ Mail',
170
+ email139: '139 Mail',
171
+ email163: '163 Mail',
172
+ other: 'Other',
173
+ Emailstting: 'Email Settings',
174
+ isdelEmail: 'Are you sure you want to delete the {emailAddr} email account and its folders?',
175
+ isSure: 'Confirm Operation',
176
+ EmailassEnter: 'Please enter an email address before proceeding!',
177
+ operation: 'Operation Prompt',
178
+ appCode: 'Client Authorization Code',
179
+ code_qq: 'QQ Mail 16-digit Authorization Code',
180
+ code_139: '139 Mail Login Password',
181
+ code_163: '163 Mail Authorization Code',
182
+ describe: 'You are setting up an EaseCorp enterprise email. Please confirm that you have obtained the correct client authorization code and set IMAP to retrieve all emails.',
183
+ configure: 'Incoming or outgoing mail server configuration error',
184
+ EmailNot: 'Incorrect email format'
185
+ },
186
+ components: {
187
+ fields: {
188
+ Sender: 'Sender',
189
+ addressee: 'Recipient',
190
+ EmailSubject: 'Email Subject',
191
+ sendTime: 'Sent Time',
192
+ FolderName: 'Folder Name',
193
+ order: 'Order',
194
+ specifiedEmail: 'Receive Specified Emails',
195
+ theme: 'Theme',
196
+ index: 'Index',
197
+ boxName: 'Folder Name',
198
+ orderNo: 'Order Number',
199
+ notReadedNum: 'Unread Emails',
200
+ mailNum: 'Total Emails',
201
+ operate: 'Operation'
202
+ },
203
+ total: 'Total {total} Emails',
204
+ JumpTo: 'Jump to',
205
+ page: 'Page',
206
+ singleClick: 'Single-click an email to display here',
207
+ theme: 'Theme: {name}',
208
+ Sender2: 'Sender: {addr}',
209
+ addressee2: 'Recipient: {sendTo}',
210
+ bcc: 'BCC (Blind Carbon Copy)',
211
+ Copy: 'CC (Carbon Copy)',
212
+ time: 'Time: {time}',
213
+ AttatcNum: 'Attachments: Total {attachsCount} Attachments',
214
+ AdvancedSearch: 'Advanced Search',
215
+ SenderAss: 'Please enter sender/email address',
216
+ addresseeAss: 'Please enter recipient/email address',
217
+ EmailSubEnter: 'Please enter email subject',
218
+ selectSendtimeStart: 'Select send time (start)',
219
+ selectSendtimeEnd: 'Select send time (end)',
220
+ ManageFolder: 'Manage Folders',
221
+ FolderNameEnter: 'Please enter folder name',
222
+ orderLength: 'Please enter a 4-digit order number',
223
+ emailTip: 'Automatically place emails matching the following rules into this folder',
224
+ contain: 'Contains',
225
+ unContain: 'Does Not Contain',
226
+ enterSenderEmail: 'Please select or enter sender email addresses, separate multiple with commas',
227
+ enterAddressee: 'Please select or enter recipient email addresses, separate multiple with commas',
228
+ enterTheme: 'Please enter email subject keywords, separate multiple with commas',
229
+ select: 'Select',
230
+ txl: 'Address Book',
231
+ emailStting: 'You have not set up your email information yet.',
232
+ ReceivingLetters: 'Receive Emails',
233
+ writeLetters: 'Compose Emails',
234
+ DispatchDet: 'Dispatch Details',
235
+ searchKey: 'Please enter search keyword',
236
+ AddressBook: 'Public Address Book',
237
+ PersonalAddress: 'Personal Address Book',
238
+ recentContacts: 'Recent Contacts'
239
+ },
240
+ pageBtns: {
241
+ ShippingBox: 'OutgoingBox',
242
+ Inbox: 'Inbox',
243
+ Deleted: 'Deleted',
244
+ nowSeting: 'SettinNow',
245
+ Theme: 'Theme:',
246
+ addAttacg: 'Add Attachment:',
247
+ goEmail: 'ToInbox',
248
+ transferGroup: 'TransferGroup',
249
+ back: 'Back',
250
+ ReplyAll: 'ReplyAll',
251
+ reply: 'Reply',
252
+ withdraw: 'Withdraw',
253
+ SendAgain: 'SendAgain',
254
+ MarkedAs: 'Marked',
255
+ read: 'Read',
256
+ unRead: 'Unread',
257
+ StarMarking: 'Star',
258
+ StarMar: 'Unstar',
259
+ TransferTo: 'TransferTo',
260
+ WriteAn: 'WriteAnother'
261
+ },
262
+ messages: {
263
+ contentEnter: 'Please enter the reply content!',
264
+ senderAlreadying: '"{tname}" already exists as a sender!',
265
+ senderAlready: 'Sender already exists!',
266
+ recipientAlready: 'Recipient already exists!',
267
+ isDelBox: 'Are you sure you want to delete this folder?',
268
+ isSure: 'Confirm operation',
269
+ emailNot: 'Incorrect email format!',
270
+ boxNameMax: 'Folder name can only be up to 12 characters long',
271
+ boxNametTip: 'Folder name is required',
272
+ correctTip: 'Please fill in the correct 4-digit sorting number',
273
+ emailTipbc: 'Please complete the email placement rule',
274
+ isDataSure: 'Are you sure you want to end the selected data?',
275
+ success: 'Operation successful',
276
+ noEmailass: 'No email address for the current item, selection is not supported',
277
+ BindExterEmail: 'Please go to the email center to bind an external email',
278
+ emailTip1: 'Recipient already exists!',
279
+ emailTip2: 'CC recipient already exists!',
280
+ emailTip3: 'BCC recipient already exists!',
281
+ emailTip4: 'Please go to the email center to verify the email user password or authorization code',
282
+ fileName: '“{fileName}” file is duplicate, the file has been overwritten',
283
+ maxFileUpload: 'Can only upload up to {limitNum} files',
284
+ SaveDraftsu: 'Draft saved successfully',
285
+ selectExportFile: 'Please select the import file',
286
+ addresseeEnter: 'Please enter the recipient!',
287
+ notSelectAttach: 'Cannot select the same attachment, please re-select',
288
+ selectAttach: 'Please select the attachment to forward',
289
+ downAttach: 'Please select the attachment to download',
290
+ isDel: 'Are you sure you want to delete this contact?',
291
+ isTransfer: 'Are you sure you want to transfer the selected contacts?',
292
+ selectTransfer: 'Please select the contacts to transfer',
293
+ isSelectlxr: 'Are you sure you want to delete the selected contacts?',
294
+ selectlxr: 'Please select the contacts to delete',
295
+ isorderNUmber: 'Please fill in the correct 4-digit sorting number',
296
+ isDelGroup: 'Are you sure you want to delete the selected group?',
297
+ selectDelGroup: 'Please select the group to delete',
298
+
299
+ selectEmail: 'Please select an email first',
300
+ isdelEmail: 'This email will be deleted, continue?',
301
+ delEmailTip: 'This email will be permanently deleted and cannot be recovered, continue?',
302
+ signUnread: 'Mark as unread?',
303
+ signRead: 'Mark as read?',
304
+ delSign: 'Remove star?',
305
+ sign: 'Mark as starred?',
306
+ successCancel: 'Successfully cancelled',
307
+ TransferSuccessful: 'Transfer successful!',
308
+
309
+ content7: 'Send time (end) cannot be earlier than send time (start)',
310
+ content8: 'Jump range is 1 - {totalPage} pages',
311
+ emailTip: 'Please select an email',
312
+ emailTip21: 'Please open the email first',
313
+ emailTip22: 'This email is already read and cannot be recalled',
314
+ emailTip23: 'Emails older than 24 hours cannot be recalled',
315
+ emailTip24: 'Recall successful!',
316
+ emailTip5: 'This email will be deleted, continue?',
317
+ emailTip6: 'This email will be permanently deleted and cannot be recovered, continue?',
318
+ emailTip7: 'Mark as unread?',
319
+ emailTip8: 'This email is unread, no need to repeat the operation.',
320
+ emailTip9: 'All selected emails are unread, no need to repeat the operation.',
321
+ emailTip10: 'Mark as read?',
322
+ emailTip11: 'This email is read, no need to repeat the operation.',
323
+ emailTip12: 'All selected emails are read, no need to repeat the operation.',
324
+ emailTip13: 'Remove star?',
325
+ emailTip14: 'This email is not starred, no need to repeat the operation.',
326
+ emailTip15: 'All selected emails are not starred, no need to repeat the operation.',
327
+ emailTip16: 'Mark as starred?',
328
+ emailTip17: 'This email is already starred, no need to repeat the operation.',
329
+ emailTip18: 'All selected emails are starred, no need to repeat the operation.',
330
+ emailTip19: 'Email format is incorrect! Please re-enter.',
331
+ isDelFile: 'This file will be permanently deleted. Continue?',
332
+ selectDelFile: 'Please select the email(s) you want to delete first.',
333
+ notOneself: 'Cannot move to the same folder!',
334
+ TransferSu: 'Transfer successful!',
335
+ enterContent: 'Please enter your reply content!',
336
+ selectEmailFile: 'Please select an email first!'
337
+ },
338
+ backupEmailDetail: {
339
+ isTime: 'The end time cannot be earlier than the start time.',
340
+ operation: 'Operation prompt',
341
+ pageFw: 'Page navigation range is from 1 to {totalPage}.',
342
+ openEmail: 'Please open the email first.'
343
+ },
344
+ portletEmail: {
345
+ subject: 'Email Subject',
346
+ fromAddr: 'Sender',
347
+ createTime: 'Sent Time'
348
+ },
349
+ sendMail: {
350
+ fields: {
351
+ addressee: 'To:',
352
+ CCRecipient: 'CC:',
353
+ SecretDvyPerson: 'BCC:'
354
+ },
355
+ source: 'Source: {srcName}',
356
+ SaveDraft: 'Save Draft',
357
+ AddCC: 'Add CC',
358
+ DelCC: 'Remove CC',
359
+ AddSecret: 'Add BCC',
360
+ DelSecret: 'Remove BCC',
361
+ sendEmailTip: 'Please enter an email address. For internal emails, you can enter the contact name.',
362
+ sendEmailTip1: 'For mass emails, they are sent individually. Each recipient can only see their own address.',
363
+ ThemeP: 'Subject',
364
+ ThemeEnter: 'Please enter the email subject',
365
+ maxFile: '(Maximum file size 20MB per file)',
366
+ uploadSu: 'Upload successful',
367
+ sendSuTip: "Email sent successfully. It has been saved to 'Sent'.",
368
+ WriteAnother: 'Write Another Email',
369
+ notStting: 'You have not set up your email information yet,'
370
+ },
371
+ userSetup: {
372
+ //用户邮箱设置
373
+ formTitle: 'User Email Settings',
374
+ fields: {
375
+ spaceSize: 'Allocated Space',
376
+ emailAddr: 'Email Address',
377
+ emailUsername: 'Name',
378
+ attachLimit: 'Attachment Limit',
379
+ status: 'Status',
380
+ mailSize: 'Message Size',
381
+ concurrent: 'Concurrent Connections per Message'
382
+ }
383
+ },
384
+ blackWhiteList: {
385
+ //黑白名单设置
386
+ formTitle: 'Blacklist/Whitelist Settings',
387
+ fields: {
388
+ mailAddress: 'Enter Account'
389
+ }
390
+ },
391
+ byRegulator: {
392
+ //被监控者表
393
+ formTitle: 'Monitored User Table',
394
+ fields: {
395
+ jkEndTime: 'Monitoring End Time',
396
+ mailAddr: 'Monitor',
397
+ byMailAddr: 'Monitored User',
398
+ isYjjk: 'Permanent Monitoring',
399
+ orgName: 'Organization Name',
400
+ jkStartTime: 'Monitoring Start Time',
401
+ status: 'Status',
402
+ jkRange: 'Monitoring Scope'
403
+ }
404
+ },
405
+ orgSpaceSet: {
406
+ //单位空间设置
407
+ formTitle: 'Unit Space Settings',
408
+ fields: {
409
+ status: 'Status',
410
+ orgName: 'Organization Name',
411
+ spaceSize: 'Allocated Space',
412
+ createTime: 'Creation Date',
413
+ createName: 'Created By'
414
+ }
415
+ }
416
+ }
417
+ }