新增最近联系人功能
This commit is contained in:
@@ -291,7 +291,10 @@ const en = {
|
||||
clear: 'Clear',
|
||||
include: 'Include',
|
||||
delAllEmailConfirm: 'Do you really want to delete it?',
|
||||
s3Configuration: 'S3 Configuration'
|
||||
s3Configuration: 'S3 Configuration',
|
||||
confirmDeletionOfContacts: 'Confirm clearing contacts?',
|
||||
recentContacts: 'Recent contacts',
|
||||
selectContacts: 'Select'
|
||||
}
|
||||
|
||||
export default en
|
||||
|
||||
@@ -291,7 +291,9 @@ const zh = {
|
||||
clear: '清除',
|
||||
include: '包含',
|
||||
delAllEmailConfirm: '确定要删除吗?',
|
||||
s3Configuration: 'S3 配置'
|
||||
|
||||
s3Configuration: 'S3 配置',
|
||||
confirmDeletionOfContacts: '确认清除这些联系人吗?',
|
||||
recentContacts: '最近联系人',
|
||||
selectContacts: '选中'
|
||||
}
|
||||
export default zh
|
||||
|
||||
Reference in New Issue
Block a user