account.ts 1.18 KB
export default {
  createButton: '创建账号',
  editButton: '@:common.editText 账号',
  createRole: '新增角色',
  username: '用户名',
  fullname: '姓名',
  phoneNumber: '手机号码',
  email: '邮箱',
  state: '状态',
  ruleName1: '请输入用户名',
  ruleName2: '用户名不能含有中文',
  ruleName3: '用户名不能为电子邮箱格式',
  ruleName4: '用户名已存在',
  rulePhone1: '请输入手机号',
  rulePhone2: '请输入正确的手机号',
  rulePhone3: '手机号已存在',
  password: '密码',
  role: '角色',
  period: '有效期',
  table: {
    title: '账号列表',
    normal: '正常',
    disabled: '已禁用',
    expired: '已过期',
    enter: '进入',
    use: '以',
    custom: '客户',
    platform: '平台',
    userLogin: '用户身份登录',
    userDetails: '用户详情',
    clearPassword: '清除密码',
    isPassword: '是否确认清除密码',
  },
  detail: {
    title: `用户资料`, //User information
    tableTitle: '账号基础信息', //Basic account information
    setTitle: '详情:用户', //详情:用户
    accountNumber: '账号', //Account number
    period: '有效期', //period of validity
  },
};