186 lines
14 KiB
JSON
186 lines
14 KiB
JSON
{
|
|
"new_application": "new_application",
|
|
"Contract Name": "Contract Name",
|
|
"New Application": "New Application",
|
|
"create a barebones project meant only for contract development": "create a barebones project meant only for contract development",
|
|
"create a working dapp with a SimpleStorage contract": "create a working dapp with a SimpleStorage contract",
|
|
"filename to output logs (default: none)": "filename to output logs (default: none)",
|
|
"level of logging to display": "level of logging to display",
|
|
"deploy and build dapp at ": "deploy and build dapp at ",
|
|
"port to run the dev webserver (default: %s)": "port to run the dev webserver (default: %s)",
|
|
"host to run the dev webserver (default: %s)": "host to run the dev webserver (default: %s)",
|
|
"disable the development webserver": "disable the development webserver",
|
|
"simple mode, disables the dashboard": "simple mode, disables the dashboard",
|
|
"no colors in case it's needed for compatbility purposes": "no colors in case it's needed for compatbility purposes",
|
|
"filename to output logs (default: %s)": "filename to output logs (default: %s)",
|
|
"run dapp (default: %s)": "run dapp (default: %s)",
|
|
"Use a specific ethereum client or simulator (supported: %s)": "Use a specific ethereum client or simulator (supported: %s)",
|
|
"run blockchain server (default: %s)": "run blockchain server (default: %s)",
|
|
"run a fast ethereum rpc simulator": "run a fast ethereum rpc simulator",
|
|
"use testrpc as the rpc simulator [%s]": "use testrpc as the rpc simulator [%s]",
|
|
"port to run the rpc simulator (default: %s)": "port to run the rpc simulator (default: %s)",
|
|
"host to run the rpc simulator (default: %s)": "host to run the rpc simulator (default: %s)",
|
|
"number of accounts (default: %s)": "number of accounts (default: %s)",
|
|
"Amount of ether to assign each test account (default: %s)": "Amount of ether to assign each test account (default: %s)",
|
|
"custom gas limit (default: %s)": "custom gas limit (default: %s)",
|
|
"run tests": "run tests",
|
|
"resets embarks state on this dapp including clearing cache": "resets embarks state on this dapp including clearing cache",
|
|
"generates documentation based on the smart contracts configured": "generates documentation based on the smart contracts configured",
|
|
"Upload your dapp to a decentralized storage": "Upload your dapp to a decentralized storage",
|
|
"output the version number": "output the version number",
|
|
"Logs": "Logs",
|
|
"Environment": "Environment",
|
|
"Status": "Status",
|
|
"Available Services": "Available Services",
|
|
"Contracts": "Contracts",
|
|
"Console": "Console",
|
|
"Welcome to Embark": "Welcome to Embark",
|
|
"dashboard start": "dashboard start",
|
|
"loaded plugins": "loaded plugins",
|
|
"loading solc compiler": "loading solc compiler",
|
|
"compiling solidity contracts": "compiling solidity contracts",
|
|
"%s doesn't have a compatible contract compiler. Maybe a plugin exists for it.": "%s doesn't have a compatible contract compiler. Maybe a plugin exists for it.",
|
|
"assuming %s to be an interface": "assuming %s to be an interface",
|
|
"{{className}}: couldn't find instanceOf contract {{parentContractName}}": "{{className}}: couldn't find instanceOf contract {{parentContractName}}",
|
|
"did you mean \"%s\"?": "did you mean \"%s\"?",
|
|
"%s has no code associated": "%s has no code associated",
|
|
"deploying contracts": "deploying contracts",
|
|
" already deployed at ": " already deployed at ",
|
|
"Pending": "Pending",
|
|
"Interface or set to not deploy": "Interface or set to not deploy",
|
|
"Deployed": "Deployed",
|
|
"Address": "Address",
|
|
"running beforeDeploy plugin %s .": "running beforeDeploy plugin %s .",
|
|
"deploying": "deploying",
|
|
"with": "with",
|
|
"gas": "gas",
|
|
"error deploying": "error deploying",
|
|
"due to error": "due to error",
|
|
"error deploying contracts": "error deploying contracts",
|
|
"finished deploying contracts": "finished deploying contracts",
|
|
"error running afterDeploy: ": "error running afterDeploy: ",
|
|
"ready to watch file changes": "ready to watch file changes",
|
|
"Starting Server": "Starting Server",
|
|
"webserver available at": "webserver available at",
|
|
"Webserver": "Webserver",
|
|
"versions": "versions",
|
|
"possible commands are:": "possible commands are:",
|
|
"display versions in use for libraries and tools like web3 and solc": "display versions in use for libraries and tools like web3 and solc",
|
|
"instantiated web3.js object configured to the current environment": "instantiated web3.js object configured to the current environment",
|
|
"to immediatly exit (alias: exit)": "to immediatly exit (alias: exit)",
|
|
"The web3 object and the interfaces for the deployed contracts and their methods are also available": "The web3 object and the interfaces for the deployed contracts and their methods are also available",
|
|
"versions in use": "versions in use",
|
|
"language to use (default: en)": "language to use (default: en)",
|
|
"executing": "executing",
|
|
"writing file": "writing file",
|
|
"errors found while generating": "errors found while generating",
|
|
"Looking for documentation? You can find it at": "Looking for documentation? You can find it at",
|
|
"Ready": "Ready",
|
|
"Graph will not include undeployed contracts": "Graph will not include undeployed contracts",
|
|
"Graph will not include functions": "Graph will not include functions",
|
|
"Graph will not include events": "Graph will not include events",
|
|
"Embark Blockchain Using: %s": "Embark Blockchain Using: %s",
|
|
"running: %s": "running: %s",
|
|
"Initializing Embark Template....": "Initializing Embark Template....",
|
|
"Init complete": "Init complete",
|
|
"App ready at ": "App ready at ",
|
|
"already initialized": "already initialized",
|
|
"deployed at": "deployed at",
|
|
"executing onDeploy commands": "executing onDeploy commands",
|
|
"executing: ": "executing: ",
|
|
"no config file found at %s using default config": "no config file found at %s using default config",
|
|
"Development blockchain has changed to use the --dev option.": "Development blockchain has changed to use the --dev option.",
|
|
"You can reset your workspace to fix the problem with": "You can reset your workspace to fix the problem with",
|
|
"Otherwise, you can change your data directory in blockchain.json (datadir)": "Otherwise, you can change your data directory in blockchain.json (datadir)",
|
|
"tip: you can resize the terminal or disable the dashboard with": "tip: you can resize the terminal or disable the dashboard with",
|
|
"help": "help",
|
|
"quit": "quit",
|
|
"Error Compiling/Building contracts: ": "Error Compiling/Building contracts: ",
|
|
"file not found, creating it...": "file not found, creating it...",
|
|
"{{className}} has code associated to it but it's configured as an instanceOf {{parentContractName}}": "{{className}} has code associated to it but it's configured as an instanceOf {{parentContractName}}",
|
|
"downloading {{packageName}} {{version}}....": "downloading {{packageName}} {{version}}....",
|
|
"Swarm node is offline...": "Swarm node is offline...",
|
|
"Swarm node detected...": "Swarm node detected...",
|
|
"Cannot find file %s Please ensure you are running this command inside the Dapp folder": "Cannot find file %s Please ensure you are running this command inside the Dapp folder",
|
|
"compiling Vyper contracts": "compiling Vyper contracts",
|
|
"Vyper exited with error code ": "Vyper exited with error code ",
|
|
"attempted to deploy %s without specifying parameters": "attempted to deploy %s without specifying parameters",
|
|
"Ethereum node (version unknown)": "Ethereum node (version unknown)",
|
|
"No Blockchain node found": "No Blockchain node found",
|
|
"Couldn't connect to an Ethereum node are you sure it's on?": "Couldn't connect to an Ethereum node are you sure it's on?",
|
|
"make sure you have an Ethereum node or simulator running. e.g '%s'": "make sure you have an Ethereum node or simulator running. e.g '%s'",
|
|
"Embark is building, please wait...": "Embark is building, please wait...",
|
|
"finished building DApp and deploying to": "finished building DApp and deploying to",
|
|
"Type": "Type",
|
|
"to see the list of available commands": "to see the list of available commands",
|
|
"instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)": "instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)",
|
|
"reset done!": "reset done!",
|
|
"finished building": "finished building",
|
|
"finished deploying": "finished deploying",
|
|
"adding %s to ipfs": "adding %s to ipfs",
|
|
"DApp available at": "DApp available at",
|
|
"successfully uploaded to ipfs": "successfully uploaded to ipfs",
|
|
"Starting Blockchain node in another process": "Starting Blockchain node in another process",
|
|
"Blockchain node is ready": "Blockchain node is ready",
|
|
"terminating due to error": "terminating due to error",
|
|
"Unable to start the blockchain process. Is Geth installed?": "Unable to start the blockchain process. Is Geth installed?",
|
|
"Error while downloading the file": "Error while downloading the file",
|
|
"Error while loading the content of ": "Error while loading the content of ",
|
|
"Installing packages...": "Installing packages...",
|
|
"Next steps:": "Next steps:",
|
|
"open another console in the same directory and run": "open another console in the same directory and run",
|
|
"deploying to swarm!": "deploying to swarm!",
|
|
"adding %s to swarm": "adding %s to swarm",
|
|
"successfully uploaded to swarm": "successfully uploaded to swarm",
|
|
"Cannot upload: {{plaform}} node is not running on {{protocol}}://{{host}}{{port}}.": "Cannot upload: {{platform}} node is not running on {{protocol}}://{{host}}{{port}}.",
|
|
"no contracts found": "no contracts found",
|
|
"IPFS node is offline": "IPFS node is offline",
|
|
"IPFS node detected": "IPFS node detected",
|
|
"Webserver is offline": "Webserver is offline",
|
|
"DApp path length is too long: \"": "DApp path length is too long: \"",
|
|
"This is known to cause issues with some applications, please consider reducing your DApp path's length to 66 characters or less.": "This is known to cause issues with some applications, please consider reducing your DApp path's length to 66 characters or less.",
|
|
"For more info go to http://embark.status.im": "For more info go to http://embark.status.im",
|
|
"Cannot upload: {{platform}} node is not running on {{protocol}}://{{host}}{{port}}.": "Cannot upload: {{platform}} node is not running on {{protocol}}://{{host}}{{port}}.",
|
|
"DApp path length is too long: ": "DApp path length is too long: ",
|
|
"WARNING! DApp path length is too long: ": "WARNING! DApp path length is too long: ",
|
|
"This is known to cause issues with starting geth, please consider reducing your DApp path's length to 66 characters or less.": "This is known to cause issues with starting geth, please consider reducing your DApp path's length to 66 characters or less.",
|
|
"%s is not installed on your machine": "%s is not installed on your machine",
|
|
"You can install it by visiting: %s": "You can install it by visiting: %s",
|
|
"Starting ipfs process": "Starting ipfs process",
|
|
"ipfs process started": "ipfs process started",
|
|
"Starting swarm process": "Starting swarm process",
|
|
"unknown command": "unknown command",
|
|
"Simulator not found; Please install it with \"%s\"": "Simulator not found; Please install it with \"%s\"",
|
|
"IMPORTANT: if you using a NodeJS version older than 6.9.1 then you need to install an older version of testrpc \"%s\"": "IMPORTANT: if you using a NodeJS version older than 6.9.1 then you need to install an older version of testrpc \"%s\"",
|
|
"swarm process started": "swarm process started",
|
|
"Storage process for swarm ended before the end of this process. Code: 12": "Storage process for swarm ended before the end of this process. Code: 12",
|
|
"Storage process for swarm ended before the end of this process. Code: 1": "Storage process for swarm ended before the end of this process. Code: 1",
|
|
"Storage process for ipfs ended before the end of this process. Code: 12": "Storage process for ipfs ended before the end of this process. Code: 12",
|
|
"Blockchain process ended before the end of this process. Code: %s": "Blockchain process ended before the end of this process. Code: %s",
|
|
"Cannot start {{platform}} node on {{protocol}}://{{host}}{{port}}.": "Cannot start {{platform}} node on {{protocol}}://{{host}}{{port}}.",
|
|
"Cannot upload: {{platform}} node is not running on {{url}}.": "Cannot upload: {{platform}} node is not running on {{url}}.",
|
|
"Cannot start {{platform}} node on {{url}}.": "Cannot start {{platform}} node on {{url}}.",
|
|
"Storage process for swarm ended before the end of this process. Code: 0": "Storage process for swarm ended before the end of this process. Code: 0",
|
|
"error uploading to swarm": "error uploading to swarm",
|
|
"Ethereum node detected": "Ethereum node detected",
|
|
"Deployment Done": "Deployment Done",
|
|
"Name your app (default is %s):": "Name your app (default is %s):",
|
|
"download template": "download template",
|
|
"Start the Embark console": "Start the Embark console",
|
|
"When set, will print the gas cost for each contract deploy": "When set, will print the gas cost for each contract deploy",
|
|
"ENS domain to associate to": "ENS domain to associate to",
|
|
"output usage information and help information": "output usage information and help information",
|
|
"Starting %s process": "Starting %s process",
|
|
"Storage process for {{storageName}} ended before the end of this process. Code: {{code}}": "Storage process for {{storageName}} ended before the end of this process. Code: {{code}}",
|
|
"Compiling...": "Compiling...",
|
|
"Building...": "Building...",
|
|
"gas at the price of": "gas at the price of",
|
|
"Wei, estimated cost:": "Wei, estimated cost:",
|
|
"using": "using",
|
|
"Initializing Embark Template...": "Initializing Embark Template...",
|
|
"Unrecognized balance string \"%s\"": "Unrecognized balance string \"%s\"",
|
|
"{{className}} has a dependency on {{dependencyName}}": "{{className}} has a dependency on {{dependencyName}}",
|
|
", but it is not set to deploy. It could be an interface.": ", but it is not set to deploy. It could be an interface.",
|
|
"Done. %s generated": "Done. %s generated"
|
|
}
|