CommunityLang.js 747 Bytes
export const messages = {
  en: {
    community: {
      addCommunity: 'Add Community',
      province: 'Province',
      city: 'City',
      district: 'District',
      communityName: 'Community Name',
      communityCode: 'Community Code',
      phone: 'Phone',
      area: 'Area(㎡)',
      startTime: 'Start Time',
      endTime: 'End Time',
      status: 'Status'
    }
  },
  zh: {
    community: {
      addCommunity: '添加小区',
      province: '省份',
      city: '市/州',
      district: '区/县',
      communityName: '小区名称',
      communityCode: '小区编码',
      phone: '联系电话',
      area: '面积(㎡)',
      startTime: '开始时间',
      endTime: '结束时间',
      status: '状态'
    }
  }
}