messages.ts 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. import { designer } from './pngs'
  2. import { setting } from './svgs'
  3. export const messages = {
  4. home: { shareTitle: '筑巢荟' },
  5. moment: { imageNotExist: '请上传图片' },
  6. mine: {
  7. authentication: {
  8. channelSourceErrorText: '请选择来源',
  9. referrerErrorText: '请输入推荐人编号',
  10. designerNameErrorText: '请输入姓名',
  11. employerErrorText: '请输入公司',
  12. spatialExpertiseTypeErrorText: '请选择擅长空间类型',
  13. attachmentErrorText: '请上传附件',
  14. },
  15. setting: {
  16. channelTypeTitleText: '渠道类型',
  17. mobileTitleText: '手机号',
  18. logoutMessageText: '确定要退出登录吗?',
  19. },
  20. },
  21. objects: {
  22. designerBasiceInfo: {
  23. id: 'ID',
  24. userId: '用户ID',
  25. avatar: '头像',
  26. name: '姓名',
  27. sex: '性别',
  28. birthday: '生日',
  29. mobile: '手机',
  30. referrer: '推荐人',
  31. brokerName: '经纪人姓名',
  32. employer: '公司',
  33. companyAddress: '公司地址',
  34. idCardNumber: '身份证号',
  35. passportNumber: '护照号',
  36. householdAddress: '家庭地址',
  37. cooperationTime: '合作时间',
  38. joinTime: '加入时间',
  39. circle: '圈子',
  40. hobbies: '爱好',
  41. sharingIntent: '分享意图',
  42. createTime: '创建时间',
  43. imageNumber: '图片数量',
  44. imageUrl: '图片URL',
  45. maritalStatus: '婚姻状况',
  46. maritalStatusStr: '婚姻状况描述',
  47. },
  48. designerFamilyInfo: {
  49. id: 'ID',
  50. userId: '用户ID',
  51. familyRelation: '关系',
  52. familyName: '姓名',
  53. familySex: '性别',
  54. familyBirthday: '生日',
  55. familyInterset: '兴趣爱好',
  56. familyOccupation: '职业',
  57. createTime: '创建时间',
  58. },
  59. designerAward: {
  60. id: 'ID',
  61. userId: '用户ID',
  62. awardsName: '奖项名称',
  63. awardsNamePlaceHolder: '请输入奖项名称',
  64. awardsTime: '获奖时间',
  65. awardsTimePlaceHolder: '请选择获奖时间',
  66. awardsRank: '奖项等级',
  67. awardsRankPlaceHolder: '请输入奖项等级',
  68. awardsFileUrl: '附件',
  69. createTime: '创建时间',
  70. },
  71. designerOrderSaleOther: {
  72. id: 'ID',
  73. supplierName: '材料商名称',
  74. brandName: '品牌名称',
  75. saleTime: '销售时间',
  76. projectName: '项目名称',
  77. customerName: '客户名称',
  78. customerPhone: '客户电话',
  79. orderAmount: '订单金额',
  80. createTime: '创建时间',
  81. userId: '用户ID',
  82. },
  83. },
  84. }