新增邮件转发

This commit is contained in:
eoao
2026-02-07 12:24:45 +08:00
parent ee1b76cd1b
commit 24e37288e5
13 changed files with 79 additions and 25 deletions

View File

@@ -184,6 +184,7 @@ const en = {
changeUserName: 'Change Username',
send: 'Send',
reply: 'Reply',
forward: 'Forward',
confirm: 'Confirm',
cancel: 'Cancel',
delEmailConfirm: 'Confirm deleting this email?',
@@ -228,7 +229,6 @@ const en = {
banRestore: 'Confirm banning {msg}?',
logOut: 'Sign out',
clearContentConfirm: 'Are you sure to clear all content?',
attLimitMsg: 'Attachment size limit: 28MB',
emptyRecipientMsg: 'Recipient email cannot be empty',
emptySubjectMsg: 'Subject cannot be empty',
emptyContentMsg: 'Content cannot be empty',

View File

@@ -184,6 +184,7 @@ const zh = {
changeUserName: '修改用户名',
send: '发送',
reply: '回复',
forward: '转发',
confirm: '确定',
cancel: '取消',
delEmailConfirm: '确认删除该邮件吗?',
@@ -228,7 +229,6 @@ const zh = {
banRestore: '确认禁用 {msg} 吗?',
logOut: '退出',
clearContentConfirm: '确定要清空所有内容吗?',
attLimitMsg: '附件不能超过28MB',
emptyRecipientMsg: '收件人邮箱地址不能为空',
emptySubjectMsg: '主题不能为空',
emptyContentMsg: '邮件正文不能为空',