index.ts 299 Bytes
export default {
  personalPicture: 'Personal profile picture',
  basic: 'Basic information',
  personalInformation: 'Personal Information',
  schema: {
    t1: 'Username:',
    t2: 'Phone Number:',
    t3: 'Email:',
    t4: 'RealName:',
    t5: 'accountExpireTime:',
    t6: 'createTime:',
  },
};