新增显示所有邮箱邮件
This commit is contained in:
@@ -309,7 +309,8 @@ const en = {
|
||||
atLeast: 'At Least',
|
||||
character: '',
|
||||
mustNotContain: 'Must Not Contain',
|
||||
mustNotContainDesc: 'Separate with commas'
|
||||
mustNotContainDesc: 'Separate with commas',
|
||||
setSuccess: 'Settings saved successfully'
|
||||
}
|
||||
|
||||
export default en
|
||||
|
||||
@@ -309,6 +309,7 @@ const zh = {
|
||||
atLeast: '至少',
|
||||
character: '位',
|
||||
mustNotContain: '禁止包含',
|
||||
mustNotContainDesc: '输入多个值用,分开'
|
||||
mustNotContainDesc: '输入多个值用,分开',
|
||||
setSuccess: '设置成功'
|
||||
}
|
||||
export default zh
|
||||
|
||||
Reference in New Issue
Block a user