export const en = { core: { command: { unregisteredCommand: 'Unregistered command: {id}, please register the command first', }, error: { networkAbnormality: 'Network abnormality, please try again later', modelMsg: '「{id}」 model {msg}', unsupportedModels: 'Unsupported models', modelConfigurationMissing: 'Model Configuration Missing', serviceException: 'Exception in service handling', serviceResNotExist: 'Request resource path does not exist', serviceResNotPermission: 'Requesting resources without permission', }, utils: { powerOfTwo: '{permission} is not a power of two.', targetElement: 'The target element does not exist', cannotFindWindow: 'Cannot find window', unrealized: 'unrealized', remoteStylesheet: 'Failed to load remote stylesheet', notMatchLockUnlock: 'The lock and unlock counts do not match!', multiApplicationMode: 'Multi-application mode waiting for reimplementation requests', uploadFailed: '{file}Upload failed', invalidInputValue: 'Invalid input value, must be >= 0', }, noReInstall: 'ibiz already exists, no need to re-install it', }, };