list.ts 1.73 KB
export default {
  createButton: '新增租户', //Create tenant
  tenantName: '租户名称', //Tanant Name
  state: '状态', //Status
  period: '有效期', //Period id validity
  tenantAdmin: '租户管理员', //Tenant administrator
  textRule36: '字数不超过36个字', //Word count does not exceed 36 words
  textRule500: '字数不超过500个字', //Word count does not exceed 500 words
  table: {
    title: '租户列表', //Tenant List
    icon: '图标', //Icon
    name: '名称', //Name
  },
  form: {
    icon: '租户图标', //Tenant Icon
    role: '租户角色', //Tenant Role
    config: '租户配置', //Tenant Configuration
  },
  admin: {
    createButton: '新增租户管理员', //Create tenant administrator
    enter: '进入', //Enter
    enterTooltip: '以租户管理员身份登录', //Log in as tenant administrator
    sms: '短信通知', //SMS notification
    smsTooltip: '发送通知短信', //Send notification messages
    isSms: '是否需要发送通知短信', //Do you need to send a notification SMS
    clear: '清除密码', //Clear password
    isClear: '是否需要清除密码', //Do I need to clear my password
    clearOk: '清空密码成功', //Password cleared successfully
    smsOk: '短信发送成功', //SMS sent successfully
    userName: '用户名', //User name
    nameRule1: '请输入用户名', //enter one user name
    nameRule2: '用户名不能含有中文', //The username cannot contain Chinese characters
    nameRule3: '用户名不能为电子邮箱格式', //The username cannot be in email format
    nameRule4: '用户名已存在', //The username already exists
    realName: '真实名字', //Real name
    phoneNumber: '电话号码', //Phone number
    email: '邮箱', //Email
  },
};