list.ts 1.17 KB
export default {
  createButton: 'Create tenant',
  tenantName: 'Tanant Name',
  state: 'Status',
  period: 'Period id validity',
  tenantAdmin: 'Tenant administrator',
  textRule36: 'Word count does not exceed 36 words',
  textRule500: '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',
  },
};