5760f7b9
wuxw
小区下的功能修改完成
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
export const messages = {
en: {
communityPublicityManage: {
searchTitle: 'Search Conditions',
titlePlaceholder: 'Please enter publicity title',
tableTitle: 'Community Publicity List',
headerImg: 'Header Image',
title: 'Publicity Title',
pubType: 'Publicity Type',
createTime: 'Publicity Time',
publisher: 'Publisher',
deleteTitle: 'Confirm Delete',
deleteConfirm: 'Are you sure to delete this community publicity?',
deleteSuccess: 'Delete successfully',
deleteError: 'Delete failed'
}
},
zh: {
communityPublicityManage: {
searchTitle: '查询条件',
titlePlaceholder: '请输入公示标题',
tableTitle: '小区公示列表',
headerImg: '头部照片',
title: '公示标题',
pubType: '公示类型',
createTime: '公示时间',
publisher: '发布人',
deleteTitle: '确认删除',
deleteConfirm: '确定要删除这条小区公示吗?',
deleteSuccess: '删除成功',
deleteError: '删除失败'
}
}
}
|