Blame view

src/views/community/addCommunityPublicityLang.js 1.04 KB
5760f7b9   wuxw   小区下的功能修改完成
1
2
3
4
5
6
7
8
9
10
11
12
  export const messages = {
    en: {
      addCommunityPublicity: {
        title: 'Add Community Publicity',
        pubTitle: 'Publicity Title',
        pubType: 'Publicity Type',
        headerPhoto: 'Header Photo',
        activityContent: 'Activity Content',
        back: 'Back',
        submit: 'Submit',
        requiredTitle: 'Required, please fill in the publicity title',
        requiredType: 'Required, please select publicity type',
911b5549   wuxw   修改平凉客户 反馈的bug 修复
13
14
        requiredContent: 'Required, please enter announcement content',
        requiredHeaderPhoto: 'Required, please upload header photo'
5760f7b9   wuxw   小区下的功能修改完成
15
16
17
18
19
20
21
22
23
24
25
26
27
      }
    },
    zh: {
      addCommunityPublicity: {
        title: '添加社区公示',
        pubTitle: '公示标题',
        pubType: '公示类型',
        headerPhoto: '头部照片',
        activityContent: '活动内容',
        back: '返回',
        submit: '提交',
        requiredTitle: '必填,请填写公示标题',
        requiredType: '必填,请选择公示类型',
911b5549   wuxw   修改平凉客户 反馈的bug 修复
28
29
        requiredContent: '必填,请输入公告内容',
        requiredHeaderPhoto: '必填,请上传头部照片'
5760f7b9   wuxw   小区下的功能修改完成
30
31
32
      }
    }
  }