refactor(系统设置): 系统组织增加国际化

This commit is contained in:
rubylliu 2023-08-15 02:35:15 +00:00 committed by 刘瑞斌
parent 87e0839ad6
commit c5982e09e7
2 changed files with 8 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export default function useModal() {
hideCancel: false,
okButtonProps: { status: 'danger' },
titleAlign: 'start',
modalClass: `ms-usemodal ms-usemodal-warning ms-usemodal-${'small'} ms-usemodal--warning`,
modalClass: `ms-usemodal ms-usemodal-warning ms-usemodal-small ms-usemodal--warning`,
...options,
}),
};

View File

@ -36,4 +36,11 @@ export default {
'system.organization.projectCount': 'Project({count})',
'system.organization.projectName': 'Project({name})',
'system.project.name': 'Project name',
'system.organization.userName': 'Name',
'system.organization.email': 'Email',
'system.organization.phone': 'Phone',
'system.organization.addSuccess': 'Add success',
'system.organization.deleteName': 'Are you sure to delete {name}',
'system.organization.deleteTip':
'Delete the organization and delete the project data under that organization together. Please be cautious!',
};