"udapp.forkVmStateDesc1":"Forking state will create a new environment with same state as selected environment",
"udapp.forkVmStateDesc2":"New environment will be pinned, which can be unpinned or deleted using Envionment Explorer",
"udapp.fork":"Fork",
"udapp.fork":"Fork",
"udapp.deleteVmStateTitle":"Delete VM state",
"udapp.resetVmStateTitle":"Reset VM state",
"udapp.deleteVmStateDesc1":"Deleting the state of this VM will delete the associated transaction details in this Workspace.",
"udapp.resetVmStateDesc1":"Resetting the state of this VM will delete the associated transaction details in this Workspace.",
"udapp.deleteVmStateDesc2":"It will also delete the data of contracts deployed and pinned in this Workspace.",
"udapp.resetVmStateDesc2":"It will also delete the data of contracts deployed and pinned in this Workspace.",
"udapp.deleteVmStateDesc3":"Do you want to continue?",
"udapp.resetVmStateDesc3":"Do you want to continue?",
"udapp.reset":"Reset",
"udapp.delete":"Delete",
"udapp.delete":"Delete",
"udapp.injectedTitle":"Unfortunately it's not possible to create an account using injected provider. Please create the account directly from your provider (i.e metamask or other of the same type).",
"udapp.injectedTitle":"Unfortunately it's not possible to create an account using injected provider. Please create the account directly from your provider (i.e metamask or other of the same type).",
"udapp.forkVmStateDesc1":"Forking state will create a new environment with same state as selected environment",
"udapp.forkVmStateDesc2":"After forking, new environment will be pinned and selected automatically. It can be unpinned or deleted using Envionment Explorer",
"udapp.fork":"Fork",
"udapp.fork":"Fork",
"udapp.deleteVmStateTitle":"Delete VM state",
"udapp.resetVmStateTitle":"Reset VM state",
"udapp.deleteVmStateDesc1":"Deleting the state of this VM will delete the associated transaction details in this Workspace.",
"udapp.resetVmStateDesc1":"Resetting the state of this VM will delete the associated transaction details in this Workspace.",
"udapp.deleteVmStateDesc2":"It will also delete the data of contracts deployed and pinned in this Workspace.",
"udapp.resetVmStateDesc2":"It will also delete the data of contracts deployed and pinned in this Workspace.",
"udapp.deleteVmStateDesc3":"Do you want to continue?",
"udapp.resetVmStateDesc3":"Do you want to continue?",
"udapp.reset":"Reset",
"udapp.delete":"Delete",
"udapp.delete":"Delete",
"udapp.injectedTitle":"Unfortunately it's not possible to create an account using injected provider. Please create the account directly from your provider (i.e metamask or other of the same type).",
"udapp.injectedTitle":"Unfortunately it's not possible to create an account using injected provider. Please create the account directly from your provider (i.e metamask or other of the same type).",
@ -83,15 +87,15 @@ export function EnvironmentUI(props: EnvironmentProps) {
}elseprops.runTabPlugin.call('notification','toast',`State not available to fork, as no transactions have been made for selected environment & selected workspace.`)
}elseprops.runTabPlugin.call('notification','toast',`State not available to fork, as no transactions have been made for selected environment & selected workspace.`)
props.runTabPlugin.call('notification','toast',`VM state deleted successfully.`)
props.runTabPlugin.call('notification','toast',`VM state reset successfully.`)
_paq.push(['trackEvent','udapp','deleteState',`VM state deleted`])
_paq.push(['trackEvent','udapp','deleteState',`VM state reset`])
},
},
intl.formatMessage({id:'udapp.cancel'}),
intl.formatMessage({id:'udapp.cancel'}),
null
null
)
)
}elseprops.runTabPlugin.call('notification','toast',`State not available to delete, as no transactions have been made for selected environment & selected workspace.`)
}elseprops.runTabPlugin.call('notification','toast',`State not available to reset, as no transactions have been made for selected environment & selected workspace.`)