mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-27 14:10:32 +00:00
10 lines
374 B
JavaScript
10 lines
374 B
JavaScript
export default {
|
|
loading: 'loading...',
|
|
rejectRedirect: 'Redirect is not allowed',
|
|
expand: 'Unfold',
|
|
fold: 'Fold',
|
|
pageNotExist: 'The current Page not exist',
|
|
enterFromAppCenter: 'Please enter from the app center',
|
|
noPermission: 'Sorry, you do not have the develop permission',
|
|
getPermission: 'Please connect the app owners {owners} to get the permission'
|
|
}; |