refactor(系统设置): 系统组织增加国际化
This commit is contained in:
parent
87e0839ad6
commit
c5982e09e7
|
@ -45,7 +45,7 @@ export default function useModal() {
|
||||||
hideCancel: false,
|
hideCancel: false,
|
||||||
okButtonProps: { status: 'danger' },
|
okButtonProps: { status: 'danger' },
|
||||||
titleAlign: 'start',
|
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,
|
...options,
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|
|
@ -36,4 +36,11 @@ export default {
|
||||||
'system.organization.projectCount': 'Project({count})',
|
'system.organization.projectCount': 'Project({count})',
|
||||||
'system.organization.projectName': 'Project({name})',
|
'system.organization.projectName': 'Project({name})',
|
||||||
'system.project.name': '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!',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue