generator-hcy-system
Version:
hcy system layout and pages
19 lines • 1.1 kB
text/typescript
export default {
'tenantManage.columns.value': 'Tenant Id',
'tenantManage.columns.companyName': 'Tenant Name',
'tenantManage.columns.username': 'Manager Account',
'tenantManage.columns.accountLimit': 'Account Limit',
'tenantManage.columns.expireTime': 'Expiration Time',
'tenantManage.columns.curator': 'Contacts',
'tenantManage.columns.bindingDomainName': 'Bind Domain Name',
'tenantManage.columns.companyIconPath': 'Company LOGO',
'tenantManage.columns.unLimit': 'Unlimited',
'tenantManage.columns.delete': 'Do you want to delete the current tenant?',
'tenantManage.columns.viewDetail': 'View Tenants',
'tenantManage.form.Tenant': 'Tenant',
'tenantManage.rules.pleaseInputCorrect':
'Please enter the correct format (6-18 (digits+Chinese and English uppercase and lowercase letters))',
'tenantManage.rules.pleasePassword': 'Please input your password!',
'tenantManage.rules.pleaseInputRight': 'Please enter the correct format!',
'tenantManage.info.overSize': 'The image size is too large. Please upload an image smaller than 5M',
};