From 6fa472ae11ef257875a2d230471ccc966824b876 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Mon, 28 May 2018 12:31:29 -0400 Subject: [PATCH] something en.json --- lib/i18n/locales/en.json | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/lib/i18n/locales/en.json b/lib/i18n/locales/en.json index 8709bc977..2ff73cebc 100644 --- a/lib/i18n/locales/en.json +++ b/lib/i18n/locales/en.json @@ -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" +} \ No newline at end of file