mirror of https://github.com/embarklabs/embark.git
something en.json
This commit is contained in:
parent
45bf11ff2b
commit
6fa472ae11
|
@ -128,21 +128,9 @@
|
|||
"Error while downloading the file": "Error while downloading the file",
|
||||
"Error while loading the content of ": "Error while loading the content of ",
|
||||
"no contracts found": "no contracts found",
|
||||
"IPFS node detected": "IPFS node detected",
|
||||
"No process file for this storage type exists. Please start the process locally.": "No process file for this storage type exists. Please start the process locally.",
|
||||
"Starting swarm process": "Starting swarm process",
|
||||
"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",
|
||||
"deploying to swarm!": "deploying to swarm!",
|
||||
"adding %s to swarm": "adding %s to swarm",
|
||||
"error uploading to swarm": "error uploading to swarm",
|
||||
"Starting ipfs process": "Starting ipfs process",
|
||||
"Storage process for ipfs ended before the end of this process. Code: 0": "Storage process for ipfs ended before the end of this process. Code: 0",
|
||||
"successfully uploaded to swarm": "successfully uploaded to swarm",
|
||||
"ipfs process started": "ipfs process started",
|
||||
"no accounts found": "no accounts found",
|
||||
"initializing genesis block": "initializing genesis block",
|
||||
"The path for %s in blockchain config contains spaces, please remove them": "The path for %s in blockchain config contains spaces, please remove them",
|
||||
"Blockchain process ended before the end of this process. Code: %s": "Blockchain process ended before the end of this process. Code: %s",
|
||||
"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.",
|
||||
"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.",
|
||||
"Installing packages...": "Installing packages...",
|
||||
|
@ -150,5 +138,6 @@
|
|||
"open another console in the same directory and run": "open another console in the same directory and run",
|
||||
"For more info go to http://embark.status.im": "For more info go to http://embark.status.im",
|
||||
"%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"
|
||||
}
|
||||
"You can install it by visiting: %s": "You can install it by visiting: %s",
|
||||
"IPFS node is offline": "IPFS node is offline"
|
||||
}
|
Loading…
Reference in New Issue