diff --git a/lib/core/i18n/i18n.js b/lib/core/i18n/i18n.js index 3924e0bb..8c772e77 100644 --- a/lib/core/i18n/i18n.js +++ b/lib/core/i18n/i18n.js @@ -8,6 +8,7 @@ i18n.configure({ locales: supported_languages, register: global, updateFiles: false, + syncFiles: false, directory: path.join(__dirname, '../../../', 'locales') }); diff --git a/locales/en.json b/locales/en.json index bf20868d..1e1bb64e 100644 --- a/locales/en.json +++ b/locales/en.json @@ -1,170 +1,185 @@ { - "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", - "IPFS node detected": "IPFS node detected", - "Ethereum node detected": "Ethereum node detected", - "Starting swarm process": "Starting swarm process", - "Deployment Done": "Deployment Done", - "Name your app (default is %s):": "Name your app (default is %s):" + "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" } diff --git a/locales/es.json b/locales/es.json index 59910a4c..c19dcaef 100644 --- a/locales/es.json +++ b/locales/es.json @@ -1,188 +1,215 @@ { "New Application": "Nueva Aplicación", - "Contract Name": "Nombre del Contrato", - "Address": "Dirección", - "Status": "Estado", - "Embark Blockchain Using: %s": "Embark Blockchain esta usando el comando: %s", - "running: %s": "ejecutando: %s", - "already initialized": "ya esta inicializado", - "create a barebones project meant only for contract development": "crear un proyecto vacio destinado solo para el desarrollo de contratos", - "loading solc compiler": "cargando el compilador solc", - "Welcome to Embark": "Bienvenido a Embark", - "possible commands are:": "los comandos posibles son:", - "display versions in use for libraries and tools like web3 and solc": "mostrar versiones en uso para bibliotecas y herramientas como web3 y solc", - "instantiated web3.js object configured to the current environment": "objeto web3.js instanciado configurado para el entorno actual", - "to immediatly exit (alias: exit)": "para salir inmediatamente (alias: exit)", - "The web3 object and the interfaces for the deployed contracts and their methods are also available": "El objeto web3 y las interfaces para los contratos publicados y sus métodos también están disponibles", - "create a working dapp with a SimpleStorage contract": "Crear una dapp funcional con un contrato SimpleStorage", - "filename to output logs (default: none)": "fichero/archivo para salida de los logs (predefinido: none)", - "level of logging to display": "nivel de log para mostrar", - "deploy and build dapp at ": "Publica los contractos y construye la aplicación en ", - "port to run the dev webserver (default: %s)": "puerto para correr el servidor web para desarrollo (default: %s)", - "host to run the dev webserver (default: %s)": "host para correr el servidor web para desarrollo (default: %s)", - "disable the development webserver": "desactiva el servidor web para desarrollo", - "simple mode, disables the dashboard": "modo simple, desactiva el dashboard", - "no colors in case it's needed for compatbility purposes": "Sin colores, en caso de ser necessario para compatibilidad con la terminal", - "filename to output logs (default: %s)": "fichero/archivo para los logs (predefinido: %s)", - "run dapp (default: %s)": "ejecutar la dapp (applicación decentralizada) (predefinido: %s)", - "Use a specific ethereum client or simulator (supported: %s)": "Usa un cliente o un simulador de ethereum específico (soportado: %s)", - "run blockchain server (default: %s)": "ejecuta un nodo de blockchain (predefinido: %s)", - "run a fast ethereum rpc simulator": "ejecuta un simulador RPC de ethereum", - "use testrpc as the rpc simulator [%s]": "usa testrpc como simulator de rpc [%s]", - "port to run the rpc simulator (default: %s)": "puerto para ejecutar un simulador de rpc (predefinido: %s)", - "host to run the rpc simulator (default: %s)": "host para ejecutar un servidor de rpc (predefinido: %s)", - "number of accounts (default: %s)": "número de cuentas (predefinido: %s)", - "Amount of ether to assign each test account (default: %s)": "Cantidad de éter para asignar a cada cuenta de prueba (predefinido: %s)", - "custom gas limit (default: %s)": "límite de gas (predefinido: %s)", - "run tests": "ejecutar las pruebas", - "resets embarks state on this dapp including clearing cache": "restablece el estado de Embark en esta dapp, incluida la eliminación de la memoria caché", - "generates documentation based on the smart contracts configured": "genera documentación basada en los contratos inteligentes configurados", - "Upload your dapp to a decentralized storage": "Suba su dapp a un almacenamiento descentralizado", - "output the version number": "mostrar el número de versión", - "Logs": "Logs", - "Environment": "Ambiente", - "Available Services": "Servicios Disponibles", - "Contracts": "Contratos", - "Console": "Consola", - "dashboard start": "inicia el panel de control", - "loaded plugins": "plugins cargados", - "compiling solidity contracts": "Compilando contratos Solidity", - "%s doesn't have a compatible contract compiler. Maybe a plugin exists for it.": "%s no tiene un compilador de contrato compatible. Tal vez existe un plugin para ello.", - "assuming %s to be an interface": "suponiendo que %s sea una interfaz", - "{{className}}: couldn't find instanceOf contract {{parentContractName}}": "{{className}}: no se pudo encontrar la instancia (instanceOf) del contrato {{parentContractName}}", - "did you mean \"%s\"?": "querías decir \"%s\"?", - "%s has no code associated": "%s no tiene código asociado", - "deploying contracts": "publicando contratos", - "running beforeDeploy plugin %s .": "ejecutanto plugin beforeDeploy %s .", - "deploying": "publicando", - "with": "con", - "gas": "gas", - "Pending": "Pendiente", - "Interface or set to not deploy": "Interfaz o configurado para no publicar", - "error deploying": "error publicando", - "due to error": "debido a error", - "error deploying contracts": "error publicando contratos", - "finished deploying contracts": "publicación de contratos concluida", - "error running afterDeploy: ": "error ejecutando afterDeploy: ", - "ready to watch file changes": "listo para monitorear alteraciones en ficheros/archivos", - "Starting Server": "iniciando el servidor", - "webserver available at": "servidor web disponible en", - "Webserver": "Servidor Web", - " already deployed at ": " ya publicado en ", - "Deployed": "Publicado", - "Name must be only letters, spaces, or dashes": "El nombre debe ser solo letras, espacios o guiones", - "Name your app (default is %s)": "Nombre su aplicación (el valor predeterminado es %s)", - "Invalid name": "Nombre inválido", - "unknown command": "comando desconocido", - "did you mean": "querías decir", - "warning: running default config on a non-development environment": "aviso: ejecutando la configuración predefinida en un ambiente de no-desarrollo", - "could not find {{geth_bin}} command; is {{client_name}} installed or in the PATH?": "no se pudo encontrar el comando {{geth_bin}}; ¿Está {{client_name}} instalado o en la RUTA?", - "no accounts found": "no se encontraron cuentas", - "initializing genesis block": "inicializando bloque genesis", - "rpcCorsDomain set to *": "rpcCorsDomain definido como *", - "make sure you know what you are doing": "asegúrate de saber lo que estás haciendo", - "warning: cors is not set": "aviso: cors no está definido", - "wsOrigins set to *": "wsOrigins definido como *", - "warning: wsOrigins is not set": "aviso: wsOrigins no está definido", - "reset done!": "reset listo!", - "%s is not installed on your machine": "%s no está instalado en su máquina", - "You can install it by running: %s": "Puede instalarlo ejecutando: %s", - "Initializing Embark Template....": "Inicializando la plantilla de Embark....", - "Installing packages...": "Instalando paquetes...", - "Init complete": "Init completo", - "App ready at ": "Aplicación lista en ", - "Next steps:": "Próximos pasos:", - "open another console in the same directory and run": "abrir otra consola en el mismo directorio y ejecutar", - "For more info go to http://embark.status.im": "Para más información ve a http://embark.status.im", - "%s : instanceOf is set to itself": "%s : instanceOf se establece a sí mismo", - "{{className}} has code associated to it but it's configured as an instanceOf {{parentContractName}}": "{{className}} tiene un código asociado pero está configurado como una instancia de {{parentContractName}}", - "Error Compiling/Building contracts: ": "Error Compilando/Construyendo los contractos: ", - "Error: ": "Error: ", - "there are two or more contracts that depend on each other in a cyclic manner": "hay dos o más contratos que dependen el uno del otro de forma cíclica", - "Embark couldn't determine which one to deploy first": "Embark no pudo determinar cual publicar primero", - "{{inputName}} has not been defined for {{className}} constructor": "{{inputName}} no ha sido definido para el constructor de {{className}}", - "error deploying %s": "error publicando %s", - "executing onDeploy commands": "ejecutando comandos onDeploy", - "error executing onDeploy for ": "error ejecutando onDeploy para ", - " does not exist": " no existe", - "error running onDeploy: ": "error ejecutando onDeploy: ", - " exists but has been set to not deploy": " existe, pero se ha configurado para no implementar", - "couldn't find a valid address for %s has it been deployed?": "no pudo encontrar una dirección válida para %s ¿ha sido publicado?", - "executing: ": "ejecutando: ", - "the transaction was rejected; this usually happens due to a throw or a require": "la transacción fue rechazada; esto generalmente sucede debido a un throw o a un require", - "no account found at index": "no se encontró una cuenta en index", - " check the config": " verifique la configuración", - "Both \"from\" and \"fromIndex\" are defined for contract": "Ambos \"from\" y \"fromIndex\" están definidos para el contracto", - "Using \"from\" as deployer account.": "Usando \"from\" como cuenta de implementación.", - "{{linkReference}} is too long": "{{linkReference}} es muy largo", - "{{contractName}} needs {{libraryName}} but an address was not found, did you deploy it or configured an address?": "{{contractName}} necesita {{libraryName}} pero no se encontró una dirección, ¿la implementó o configuró una dirección?", - "attempted to deploy %s without specifying parameters": "intentado publicar %s sin especificar parámetros", - "deployed at": "publicado en", - "no contracts found": "no hay contractos encontrados", - "Blockchain component is disabled in the config": "El componente Blockchain está deshabilitado en la configuración", - "Couldn't connect to an Ethereum node are you sure it's on?": "No se pudo conectar a un nodo Ethereum, ¿está seguro de que está activado?", - "make sure you have an Ethereum node or simulator running. e.g '%s'": "asegurese de tener un nodo o simulador Ethereum en funcionamiento. e.g '%s'", - "executing": "ejecutando", - "the transaction was rejected; this usually happens due to a throw or a require, it can also happen due to an invalid operation": "la transacción fue rechazada; esto generalmente ocurre debido a un throw o un require, también puede ocurrir debido a una operación no válida", - "Cannot find file %s Please ensure you are running this command inside the Dapp folder": "No se puede encontrar el archivo %s Asegúrese de que está ejecutando este comando dentro de la carpeta de la DApp", - "no config file found at %s using default config": "archivo de configuración no encontrado en %s utilizado la configuración predefinida", - "HTTP contract file not found": "archivo de contracto HTTP no encontrado", - "contract file not found": "archivo de contracto no encontrado", - "file not found, creating it...": "archivo no encontrado, creándolo ...", - "No Blockchain node found": "No se encontró ningún nodo de Blockchain", - "Ethereum node (version unknown)": "Nodo Ethereum (versión desconocida)", - "this event is deprecated and will be removed in future versions %s": "este evento está en desuso y se eliminará en futuras versiones %s", - "Error while downloading the file": "Error descargando el archivo", - "Plugin {{name}} can only be loaded in the context of \"{{contextes}}\"": "El complemento {{name}} solo se puede cargar en el contexto de \"{{contextes}} \"", - "error running service check": "error al ejecutar la comprobación del servicio", - "help": "ayuda", - "quit": "salir", - "Type": "Tipo", - "to see the list of available commands": "para ver la lista de comandos disponibles", - "Asset Pipeline": "Asset Pipeline", - "Ethereum node detected": "Nodo Ethereum detectado", - "Deployment Done": "Publicación completada", - "Looking for documentation? You can find it at": "¿Buscando documentación? puede encontrarla en", - "Ready": "Listo", - "tip: you can resize the terminal or disable the dashboard with": "consejo: puede redimensionar la terminal o desactivar el tablero con", - "finished building": "construcción completada", - "Done": "Hecho", - "Cannot upload: {{platform}} node is not running on {{url}}.": "No se puede cargar: el nodo {{platform}} no se está ejecutando en {{url}}.", - "try \"{{ipfs}}\" or \"{{swarm}}\"": "intente \"{{ipfs}}\" o \"{{swarm}}\"", - "finished deploying": "publicación completada", - "finished building DApp and deploying to": "construcción de la DApp completada y publicada en", - "IPFS node detected": "Nodo de IPFS detectado", - "IPFS node is offline": "Nodo de IPFS no está en línea", - "not found or not in the path. Guessing %s for path": "no encontrado o no se encuentra en la ruta. Estimando %s para la ruta", - "adding %s to ipfs": "añadiendo %s a ipfs", - "DApp available at": "DApp disponible en", - "error uploading to ipfs": "error cargando a ipfs", - "successfully uploaded to ipfs": "cargado con éxito a ipfs", - "Error while loading the content of ": "Error al cargar el contenido de ", - "error compiling for unknown reasons": "error compilando por razones desconocidas", - "error compiling. There are sources available but no code could be compiled, likely due to fatal errors in the solidity code": "error compilando. Hay fuentes disponibles pero no se pudo compilar ningún código, probablemente debido a errores fatales en el código solidity", - "Swarm node detected...": "nodo Swarm detectado...", - "Swarm node is offline...": "el nodo de Swarm no se encuentra en línea...", - "deploying to swarm!": "publicando en swarm!", - "adding %s to swarm": "añadiendo %s a swarm", - "error uploading to swarm": "error cargando a swarm", - "successfully uploaded to swarm": "cargado exitosamente a swarm", - "Vyper exited with error code ": "Vyper salió con el código de error ", - "Execution returned no result": "La ejecución no devolvió resultados", - "compiling Vyper contracts": "compilando contractos Vyper", - "Webserver is offline": "el servidor web no se encuentra en línea", - "stopping webserver": "deteniendo el servidor web", - "a webserver is already running at": "un servidor web ya se está ejecutando en", - "no webserver is currently running": "ningún servidor web se está ejecutando actualmente", - "couldn't find file": "el archivo no pudo ser encontrado", - "errors found while generating": "errores encontrados al generar", - "writing file": "escribiendo archivo", - "Simulator not found; Please install it with \"%s\"": "Simulador no encontrado; Por favor instalarlo con \"%s\"", - "Tried to load testrpc but an error occurred. This is a problem with testrpc": "Intenté cargar testrpc pero ocurrió un error. Este es un problema con testrpc", - "IMPORTANT: if you using a NodeJS version older than 6.9.1 then you need to install an older version of testrpc \"%s\". Alternatively install node 6.9.1 and the testrpc 3.0": "IMPORTANTE: si usa una versión de NodeJS anterior a la 6.9.1, entonces necesita instalar una versión anterior de testrpc \"%s\". Alternativamente, instale el Node 6.9.1 y el testrpc 3.0", - "terminating due to error": "terminando debido a un error", - "There a a space in the version of {{versionKey}}. We corrected it for you ({{correction})": "Hay un espacio en la versión de {{versionKey}}. Lo corregimos por ti ({{correction})", - "versions": "versiones", - "versions in use": "versiones en uso", - "downloading {{packageName}} {{version}}....": "descargando {{packageName}} {{version}}...." -} \ No newline at end of file + "Contract Name": "Nombre del Contrato", + "Address": "Dirección", + "Status": "Estado", + "Embark Blockchain Using: %s": "Embark Blockchain esta usando el comando: %s", + "running: %s": "ejecutando: %s", + "already initialized": "ya esta inicializado", + "create a barebones project meant only for contract development": "crear un proyecto vacio destinado solo para el desarrollo de contratos", + "loading solc compiler": "cargando el compilador solc", + "Welcome to Embark": "Bienvenido a Embark", + "possible commands are:": "los comandos posibles son:", + "display versions in use for libraries and tools like web3 and solc": "mostrar versiones en uso para bibliotecas y herramientas como web3 y solc", + "instantiated web3.js object configured to the current environment": "objeto web3.js instanciado configurado para el entorno actual", + "to immediatly exit (alias: exit)": "para salir inmediatamente (alias: exit)", + "The web3 object and the interfaces for the deployed contracts and their methods are also available": "El objeto web3 y las interfaces para los contratos publicados y sus métodos también están disponibles", + "create a working dapp with a SimpleStorage contract": "Crear una dapp funcional con un contrato SimpleStorage", + "filename to output logs (default: none)": "fichero/archivo para salida de los logs (predefinido: none)", + "level of logging to display": "nivel de log para mostrar", + "deploy and build dapp at ": "Publica los contractos y construye la aplicación en ", + "port to run the dev webserver (default: %s)": "puerto para correr el servidor web para desarrollo (default: %s)", + "host to run the dev webserver (default: %s)": "host para correr el servidor web para desarrollo (default: %s)", + "disable the development webserver": "desactiva el servidor web para desarrollo", + "simple mode, disables the dashboard": "modo simple, desactiva el dashboard", + "no colors in case it's needed for compatbility purposes": "Sin colores, en caso de ser necessario para compatibilidad con la terminal", + "filename to output logs (default: %s)": "fichero/archivo para los logs (predefinido: %s)", + "run dapp (default: %s)": "ejecutar la dapp (applicación decentralizada) (predefinido: %s)", + "Use a specific ethereum client or simulator (supported: %s)": "Usa un cliente o un simulador de ethereum específico (soportado: %s)", + "run blockchain server (default: %s)": "ejecuta un nodo de blockchain (predefinido: %s)", + "run a fast ethereum rpc simulator": "ejecuta un simulador RPC de ethereum", + "use testrpc as the rpc simulator [%s]": "usa testrpc como simulator de rpc [%s]", + "port to run the rpc simulator (default: %s)": "puerto para ejecutar un simulador de rpc (predefinido: %s)", + "host to run the rpc simulator (default: %s)": "host para ejecutar un servidor de rpc (predefinido: %s)", + "number of accounts (default: %s)": "número de cuentas (predefinido: %s)", + "Amount of ether to assign each test account (default: %s)": "Cantidad de éter para asignar a cada cuenta de prueba (predefinido: %s)", + "custom gas limit (default: %s)": "límite de gas (predefinido: %s)", + "run tests": "ejecutar las pruebas", + "resets embarks state on this dapp including clearing cache": "restablece el estado de Embark en esta dapp, incluida la eliminación de la memoria caché", + "generates documentation based on the smart contracts configured": "genera documentación basada en los contratos inteligentes configurados", + "Upload your dapp to a decentralized storage": "Suba su dapp a un almacenamiento descentralizado", + "output the version number": "mostrar el número de versión", + "Logs": "Logs", + "Environment": "Ambiente", + "Available Services": "Servicios Disponibles", + "Contracts": "Contratos", + "Console": "Consola", + "dashboard start": "inicia el panel de control", + "loaded plugins": "plugins cargados", + "compiling solidity contracts": "Compilando contratos Solidity", + "%s doesn't have a compatible contract compiler. Maybe a plugin exists for it.": "%s no tiene un compilador de contrato compatible. Tal vez existe un plugin para ello.", + "assuming %s to be an interface": "suponiendo que %s sea una interfaz", + "{{className}}: couldn't find instanceOf contract {{parentContractName}}": "{{className}}: no se pudo encontrar la instancia (instanceOf) del contrato {{parentContractName}}", + "did you mean \"%s\"?": "querías decir \"%s\"?", + "%s has no code associated": "%s no tiene código asociado", + "deploying contracts": "publicando contratos", + "running beforeDeploy plugin %s .": "ejecutanto plugin beforeDeploy %s .", + "deploying": "publicando", + "with": "con", + "gas": "gas", + "Pending": "Pendiente", + "Interface or set to not deploy": "Interfaz o configurado para no publicar", + "error deploying": "error publicando", + "due to error": "debido a error", + "error deploying contracts": "error publicando contratos", + "finished deploying contracts": "publicación de contratos concluida", + "error running afterDeploy: ": "error ejecutando afterDeploy: ", + "ready to watch file changes": "listo para monitorear alteraciones en ficheros/archivos", + "Starting Server": "iniciando el servidor", + "webserver available at": "servidor web disponible en", + "Webserver": "Servidor Web", + " already deployed at ": " ya publicado en ", + "Deployed": "Publicado", + "Name must be only letters, spaces, or dashes": "El nombre debe ser solo letras, espacios o guiones", + "Name your app (default is %s)": "Nombre su aplicación (el valor predeterminado es %s)", + "Invalid name": "Nombre inválido", + "unknown command": "comando desconocido", + "did you mean": "querías decir", + "warning: running default config on a non-development environment": "aviso: ejecutando la configuración predefinida en un ambiente de no-desarrollo", + "could not find {{geth_bin}} command; is {{client_name}} installed or in the PATH?": "no se pudo encontrar el comando {{geth_bin}}; ¿Está {{client_name}} instalado o en la RUTA?", + "no accounts found": "no se encontraron cuentas", + "initializing genesis block": "inicializando bloque genesis", + "rpcCorsDomain set to *": "rpcCorsDomain definido como *", + "make sure you know what you are doing": "asegúrate de saber lo que estás haciendo", + "warning: cors is not set": "aviso: cors no está definido", + "wsOrigins set to *": "wsOrigins definido como *", + "warning: wsOrigins is not set": "aviso: wsOrigins no está definido", + "reset done!": "reset listo!", + "%s is not installed on your machine": "%s no está instalado en su máquina", + "You can install it by running: %s": "Puede instalarlo ejecutando: %s", + "Initializing Embark Template....": "Inicializando la plantilla de Embark....", + "Installing packages...": "Instalando paquetes...", + "Init complete": "Init completo", + "App ready at ": "Aplicación lista en ", + "Next steps:": "Próximos pasos:", + "open another console in the same directory and run": "abrir otra consola en el mismo directorio y ejecutar", + "For more info go to http://embark.status.im": "Para más información ve a http://embark.status.im", + "%s : instanceOf is set to itself": "%s : instanceOf se establece a sí mismo", + "{{className}} has code associated to it but it's configured as an instanceOf {{parentContractName}}": "{{className}} tiene un código asociado pero está configurado como una instancia de {{parentContractName}}", + "Error Compiling/Building contracts: ": "Error Compilando/Construyendo los contractos: ", + "Error: ": "Error: ", + "there are two or more contracts that depend on each other in a cyclic manner": "hay dos o más contratos que dependen el uno del otro de forma cíclica", + "Embark couldn't determine which one to deploy first": "Embark no pudo determinar cual publicar primero", + "{{inputName}} has not been defined for {{className}} constructor": "{{inputName}} no ha sido definido para el constructor de {{className}}", + "error deploying %s": "error publicando %s", + "executing onDeploy commands": "ejecutando comandos onDeploy", + "error executing onDeploy for ": "error ejecutando onDeploy para ", + " does not exist": " no existe", + "error running onDeploy: ": "error ejecutando onDeploy: ", + " exists but has been set to not deploy": " existe, pero se ha configurado para no implementar", + "couldn't find a valid address for %s has it been deployed?": "no pudo encontrar una dirección válida para %s ¿ha sido publicado?", + "executing: ": "ejecutando: ", + "the transaction was rejected; this usually happens due to a throw or a require": "la transacción fue rechazada; esto generalmente sucede debido a un throw o a un require", + "no account found at index": "no se encontró una cuenta en index", + " check the config": " verifique la configuración", + "Both \"from\" and \"fromIndex\" are defined for contract": "Ambos \"from\" y \"fromIndex\" están definidos para el contracto", + "Using \"from\" as deployer account.": "Usando \"from\" como cuenta de implementación.", + "{{linkReference}} is too long": "{{linkReference}} es muy largo", + "{{contractName}} needs {{libraryName}} but an address was not found, did you deploy it or configured an address?": "{{contractName}} necesita {{libraryName}} pero no se encontró una dirección, ¿la implementó o configuró una dirección?", + "attempted to deploy %s without specifying parameters": "intentado publicar %s sin especificar parámetros", + "deployed at": "publicado en", + "no contracts found": "no hay contractos encontrados", + "Blockchain component is disabled in the config": "El componente Blockchain está deshabilitado en la configuración", + "Couldn't connect to an Ethereum node are you sure it's on?": "No se pudo conectar a un nodo Ethereum, ¿está seguro de que está activado?", + "make sure you have an Ethereum node or simulator running. e.g '%s'": "asegurese de tener un nodo o simulador Ethereum en funcionamiento. e.g '%s'", + "executing": "ejecutando", + "the transaction was rejected; this usually happens due to a throw or a require, it can also happen due to an invalid operation": "la transacción fue rechazada; esto generalmente ocurre debido a un throw o un require, también puede ocurrir debido a una operación no válida", + "Cannot find file %s Please ensure you are running this command inside the Dapp folder": "No se puede encontrar el archivo %s Asegúrese de que está ejecutando este comando dentro de la carpeta de la DApp", + "no config file found at %s using default config": "archivo de configuración no encontrado en %s utilizado la configuración predefinida", + "HTTP contract file not found": "archivo de contracto HTTP no encontrado", + "contract file not found": "archivo de contracto no encontrado", + "file not found, creating it...": "archivo no encontrado, creándolo ...", + "No Blockchain node found": "No se encontró ningún nodo de Blockchain", + "Ethereum node (version unknown)": "Nodo Ethereum (versión desconocida)", + "this event is deprecated and will be removed in future versions %s": "este evento está en desuso y se eliminará en futuras versiones %s", + "Error while downloading the file": "Error descargando el archivo", + "Plugin {{name}} can only be loaded in the context of \"{{contextes}}\"": "El complemento {{name}} solo se puede cargar en el contexto de \"{{contextes}} \"", + "error running service check": "error al ejecutar la comprobación del servicio", + "help": "ayuda", + "quit": "salir", + "Type": "Tipo", + "to see the list of available commands": "para ver la lista de comandos disponibles", + "Asset Pipeline": "Asset Pipeline", + "Ethereum node detected": "Nodo Ethereum detectado", + "Deployment Done": "Publicación completada", + "Looking for documentation? You can find it at": "¿Buscando documentación? puede encontrarla en", + "Ready": "Listo", + "tip: you can resize the terminal or disable the dashboard with": "consejo: puede redimensionar la terminal o desactivar el tablero con", + "finished building": "construcción completada", + "Done": "Hecho", + "Cannot upload: {{platform}} node is not running on {{url}}.": "No se puede cargar: el nodo {{platform}} no se está ejecutando en {{url}}.", + "try \"{{ipfs}}\" or \"{{swarm}}\"": "intente \"{{ipfs}}\" o \"{{swarm}}\"", + "finished deploying": "publicación completada", + "finished building DApp and deploying to": "construcción de la DApp completada y publicada en", + "IPFS node detected": "Nodo de IPFS detectado", + "IPFS node is offline": "Nodo de IPFS no está en línea", + "not found or not in the path. Guessing %s for path": "no encontrado o no se encuentra en la ruta. Estimando %s para la ruta", + "adding %s to ipfs": "añadiendo %s a ipfs", + "DApp available at": "DApp disponible en", + "error uploading to ipfs": "error cargando a ipfs", + "successfully uploaded to ipfs": "cargado con éxito a ipfs", + "Error while loading the content of ": "Error al cargar el contenido de ", + "error compiling for unknown reasons": "error compilando por razones desconocidas", + "error compiling. There are sources available but no code could be compiled, likely due to fatal errors in the solidity code": "error compilando. Hay fuentes disponibles pero no se pudo compilar ningún código, probablemente debido a errores fatales en el código solidity", + "Swarm node detected...": "nodo Swarm detectado...", + "Swarm node is offline...": "el nodo de Swarm no se encuentra en línea...", + "deploying to swarm!": "publicando en swarm!", + "adding %s to swarm": "añadiendo %s a swarm", + "error uploading to swarm": "error cargando a swarm", + "successfully uploaded to swarm": "cargado exitosamente a swarm", + "Vyper exited with error code ": "Vyper salió con el código de error ", + "Execution returned no result": "La ejecución no devolvió resultados", + "compiling Vyper contracts": "compilando contractos Vyper", + "Webserver is offline": "el servidor web no se encuentra en línea", + "stopping webserver": "deteniendo el servidor web", + "a webserver is already running at": "un servidor web ya se está ejecutando en", + "no webserver is currently running": "ningún servidor web se está ejecutando actualmente", + "couldn't find file": "el archivo no pudo ser encontrado", + "errors found while generating": "errores encontrados al generar", + "writing file": "escribiendo archivo", + "Simulator not found; Please install it with \"%s\"": "Simulador no encontrado; Por favor instalarlo con \"%s\"", + "Tried to load testrpc but an error occurred. This is a problem with testrpc": "Intenté cargar testrpc pero ocurrió un error. Este es un problema con testrpc", + "IMPORTANT: if you using a NodeJS version older than 6.9.1 then you need to install an older version of testrpc \"%s\". Alternatively install node 6.9.1 and the testrpc 3.0": "IMPORTANTE: si usa una versión de NodeJS anterior a la 6.9.1, entonces necesita instalar una versión anterior de testrpc \"%s\". Alternativamente, instale el Node 6.9.1 y el testrpc 3.0", + "terminating due to error": "terminando debido a un error", + "There a a space in the version of {{versionKey}}. We corrected it for you ({{correction})": "Hay un espacio en la versión de {{versionKey}}. Lo corregimos por ti ({{correction})", + "versions": "versiones", + "versions in use": "versiones en uso", + "downloading {{packageName}} {{version}}....": "descargando {{packageName}} {{version}}....", + "language to use (default: en)": "language to use (default: en)", + "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", + "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", + "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", + "Starting Blockchain node in another process": "Starting Blockchain node in another process", + "Blockchain node is ready": "Blockchain node is ready", + "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}}", + "ipfs process started": "ipfs process started", + "Compiling...": "Compiling...", + "Building...": "Building...", + "gas at the price of": "gas at the price of", + "Wei, estimated cost:": "Wei, estimated cost:", + "using": "using", + "Embark is building, please wait...": "Embark is building, please wait...", + "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)", + "Initializing Embark Template...": "Initializing Embark Template...", + "Name your app (default is %s):": "Name your app (default is %s):", + "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" +} diff --git a/locales/fr.json b/locales/fr.json index 994badd0..487d915a 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -184,5 +184,32 @@ "There a a space in the version of {{versionKey}}. We corrected it for you ({{correction})": "Il y a un espace dans la version de {{versionKey}}. Nous l'avons corrigé pour vous ({{correction})", "versions": "versions", "versions in use": "versions en cours d'utilisation", - "downloading {{packageName}} {{version}}....": "téléchargement {{packageName}} {{version}}...." + "downloading {{packageName}} {{version}}....": "téléchargement {{packageName}} {{version}}....", + "language to use (default: en)": "language to use (default: en)", + "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", + "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", + "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", + "Starting Blockchain node in another process": "Starting Blockchain node in another process", + "Blockchain node is ready": "Blockchain node is ready", + "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}}", + "ipfs process started": "ipfs process started", + "Compiling...": "Compiling...", + "Building...": "Building...", + "gas at the price of": "gas at the price of", + "Wei, estimated cost:": "Wei, estimated cost:", + "using": "using", + "Embark is building, please wait...": "Embark is building, please wait...", + "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)", + "Initializing Embark Template...": "Initializing Embark Template...", + "Name your app (default is %s):": "Name your app (default is %s):", + "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" } diff --git a/locales/pt.json b/locales/pt.json index dd0143d8..b9d80db5 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -1,188 +1,215 @@ { - "New Application": "Nova Aplicacao", - "Contract Name": "Contracto", - "Address": "Endereço", - "Status": "Estado", - "Embark Blockchain Using: %s": "Embark Blockchain esta usando o commando: %s", - "running: %s": "executando: %s", - "already initialized": "ja esta inicializado", - "create a barebones project meant only for contract development": "criar um projeto vazio destinado apenas ao desenvolvimento de contratos", - "loading solc compiler": "carregando o compilador solc", - "Welcome to Embark": "Bem-vindo ao Embark", - "possible commands are:": "comandos possíveis são:", - "display versions in use for libraries and tools like web3 and solc": "lista versões em uso para bibliotecas e ferramentas como web3 e solc", - "instantiated web3.js object configured to the current environment": "objeto web3.js instanciado configurado para o ambiente atual", - "to immediatly exit (alias: exit)": "para sair imediatamente (alias: exit)", - "The web3 object and the interfaces for the deployed contracts and their methods are also available": "O objeto web3 e as interfaces para os contratos implantados e seus métodos também estão disponíveis", - "create a working dapp with a SimpleStorage contract": "Cria uma dapp funcional com o contrato SimpleStorage", - "filename to output logs (default: none)": "ficheiro/arquivo para saída dos logs (predefinido: none)", - "level of logging to display": "nivel do log", - "deploy and build dapp at ": "Publica os contractos e constroi a applicacao em ", - "port to run the dev webserver (default: %s)": "porta para correr o servidor web para desenvolvimento (default: %s)", - "host to run the dev webserver (default: %s)": "host para correr o servidor web para desenvolvimento (default: %s)", - "disable the development webserver": "disativa o servidor web para desenvolvimento", - "simple mode, disables the dashboard": "modo simples, disativa o dashboard", - "no colors in case it's needed for compatbility purposes": "sem cores, em caso seja necessario para compabitilidade com a terminal", - "filename to output logs (default: %s)": "ficheiro/arquivo para os logs (predefinido: %s)", - "run dapp (default: %s)": "executa a dapp (applicacao decentralizada) (predefinido: %s)", - "Use a specific ethereum client or simulator (supported: %s)": "Usa um cliente ou simulador de ethereum específico (supportado: %s)", - "run blockchain server (default: %s)": "executa un node de blockchain (predefinido: %s)", - "run a fast ethereum rpc simulator": "executa um simulador RPC de ethereum", - "use testrpc as the rpc simulator [%s]": "usa testrpc como simulator de rpc [%s]", - "port to run the rpc simulator (default: %s)": "porta para executar simulador de rpc (predefinido: %s)", - "host to run the rpc simulator (default: %s)": "host para executar servidor de rpc (predefinido: %s)", - "number of accounts (default: %s)": "numero de contas (predefinido: %s)", - "Amount of ether to assign each test account (default: %s)": "Quantidade de éter para atribuir cada conta de teste (predefinido: %s)", - "custom gas limit (default: %s)": "limite de gás (predefinido: %s)", - "run tests": "executar os testes", - "resets embarks state on this dapp including clearing cache": "recomenca o estado do Embark nesta appliacao, incluindo a cache", - "generates documentation based on the smart contracts configured": "gera documentação baseada nos contratos configurados", - "Upload your dapp to a decentralized storage": "Carrega a appliacao para armazenamento descentralizado", - "output the version number": "produz a versão actual", - "Logs": "Logs", - "Environment": "Ambiente", - "Available Services": "Serviços Disponíveis", - "Contracts": "Contratos", - "Console": "Consola", - "dashboard start": "inicia o painel de controle", - "loaded plugins": "plugins carregados", - "compiling solidity contracts": "Compilando contratos Solidity", - "%s doesn't have a compatible contract compiler. Maybe a plugin exists for it.": "%s não tem um compilador de contrato compatível. Talvez exista um plugin para isso.", - "assuming %s to be an interface": "assumindo que %s é uma interface", - "{{className}}: couldn't find instanceOf contract {{parentContractName}}": "{{className}}: não foi possível encontrar instancia de (instanceOf) do contrato {{parentContractName}}", - "did you mean \"%s\"?": "você quis dizer \"%s\"?", - "%s has no code associated": "%s não tem código associado", - "deploying contracts": "publicando contratos", - "running beforeDeploy plugin %s .": "executando plugin beforeDeploy %s .", - "deploying": "publicando", - "with": "com", - "gas": "gas", - "Pending": "Pendente", - "Interface or set to not deploy": "Interface ou configurado para não ser publicado", - "error deploying": "erro de publicação", - "due to error": "devido a erro", - "error deploying contracts": "erro publicando contratos", - "finished deploying contracts": "publicação de contratos concluida", - "error running afterDeploy: ": "erro executado afterDeploy: ", - "ready to watch file changes": "pronto para monitorar alterações em ficheiros/arquivos", - "Starting Server": "iniciando o servidor", - "webserver available at": "servidor web disponivel em", - "Webserver": "Servidor Web", - " already deployed at ": " já publicado em ", - "Deployed": "Publicado", - "Name must be only letters, spaces, or dashes": "O nome deve ser apenas letras, espaços ou traços", - "Name your app (default is %s)": "Nome da aplicacao (predefinido is %s)", - "Invalid name": "Nome inválido", - "unknown command": "comando desconhecido", - "did you mean": "você quis dizer", - "warning: running default config on a non-development environment": "aviso: executando a configuração padrão em um ambiente de não desenvolvimento", - "could not find {{geth_bin}} command; is {{client_name}} installed or in the PATH?": "não foi possível encontrar o comando {{geth_bin}}; o {{client_name}} instalado ou no PATH?", - "no accounts found": "nenhuma conta encontrada", - "initializing genesis block": "inicializando o bloco de gênese", - "rpcCorsDomain set to *": "rpcCorsDomain definido como *", - "make sure you know what you are doing": "certifique-se de saber o que está fazendo", - "warning: cors is not set": "aviso: cors não está definido", - "wsOrigins set to *": "wsOrigins definido como *", - "warning: wsOrigins is not set": "aviso: wsOrigins não está definido", - "reset done!": "reset feito!", - "%s is not installed on your machine": "%s não está instalado na sua máquina", - "You can install it by running: %s": "Você pode instalá-lo executando: %s", - "Initializing Embark Template....": "Inicializando Embark Template....", - "Installing packages...": "Instalando pacotes...", - "Init complete": "Init complete", - "App ready at ": "App ready at ", - "Next steps:": "Next steps:", - "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 : instanceOf is set to itself": "%s : instanceOf is set to itself", - "{{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}}", - "Error Compiling/Building contracts: ": "Error Compiling/Building contracts: ", - "Error: ": "Error: ", - "there are two or more contracts that depend on each other in a cyclic manner": "there are two or more contracts that depend on each other in a cyclic manner", - "Embark couldn't determine which one to deploy first": "Embark couldn't determine which one to deploy first", - "{{inputName}} has not been defined for {{className}} constructor": "{{inputName}} has not been defined for {{className}} constructor", - "error deploying %s": "error deploying %s", - "executing onDeploy commands": "executing onDeploy commands", - "error executing onDeploy for ": "error executing onDeploy for ", - " does not exist": " does not exist", - "error running onDeploy: ": "error running onDeploy: ", - " exists but has been set to not deploy": " exists but has been set to not deploy", - "couldn't find a valid address for %s has it been deployed?": "couldn't find a valid address for %s has it been deployed?", - "executing: ": "executing: ", - "the transaction was rejected; this usually happens due to a throw or a require": "the transaction was rejected; this usually happens due to a throw or a require", - "no account found at index": "no account found at index", - " check the config": " check the config", - "Both \"from\" and \"fromIndex\" are defined for contract": "Both \"from\" and \"fromIndex\" are defined for contract", - "Using \"from\" as deployer account.": "Using \"from\" as deployer account.", - "{{linkReference}} is too long": "{{linkReference}} is too long", - "{{contractName}} needs {{libraryName}} but an address was not found, did you deploy it or configured an address?": "{{contractName}} needs {{libraryName}} but an address was not found, did you deploy it or configured an address?", - "attempted to deploy %s without specifying parameters": "attempted to deploy %s without specifying parameters", - "deployed at": "deployed at", - "no contracts found": "no contracts found", - "Blockchain component is disabled in the config": "Blockchain component is disabled in the config", - "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'", - "executing": "executing", - "the transaction was rejected; this usually happens due to a throw or a require, it can also happen due to an invalid operation": "the transaction was rejected; this usually happens due to a throw or a require, it can also happen due to an invalid operation", - "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", - "no config file found at %s using default config": "no config file found at %s using default config", - "HTTP contract file not found": "HTTP contract file not found", - "contract file not found": "contract file not found", - "file not found, creating it...": "file not found, creating it...", - "No Blockchain node found": "No Blockchain node found", - "Ethereum node (version unknown)": "Ethereum node (version unknown)", - "this event is deprecated and will be removed in future versions %s": "this event is deprecated and will be removed in future versions %s", - "Error while downloading the file": "Error while downloading the file", - "Plugin {{name}} can only be loaded in the context of \"{{contextes}}\"": "Plugin {{name}} can only be loaded in the context of \"{{contextes}}\"", - "error running service check": "error running service check", - "help": "ajuda", - "quit": "sair", - "Type": "Type", - "to see the list of available commands": "to see the list of available commands", - "Asset Pipeline": "Asset Pipeline", - "Ethereum node detected": "Ethereum node detected", - "Deployment Done": "Deployment Done", - "Looking for documentation? You can find it at": "A procura de Documentacao? pode encontra-la em", - "Ready": "Ready", - "tip: you can resize the terminal or disable the dashboard with": "tip: you can resize the terminal or disable the dashboard with", - "finished building": "finished building", - "Done": "Done", - "Cannot upload: {{platform}} node is not running on {{url}}.": "Cannot upload: {{platform}} node is not running on {{url}}.", - "try \"{{ipfs}}\" or \"{{swarm}}\"": "try \"{{ipfs}}\" or \"{{swarm}}\"", - "finished deploying": "finished deploying", - "finished building DApp and deploying to": "finished building DApp and deploying to", - "IPFS node detected": "IPFS node detected", - "IPFS node is offline": "IPFS node is offline", - "not found or not in the path. Guessing %s for path": "not found or not in the path. Guessing %s for path", - "adding %s to ipfs": "adding %s to ipfs", - "DApp available at": "DApp available at", - "error uploading to ipfs": "error uploading to ipfs", - "successfully uploaded to ipfs": "successfully uploaded to ipfs", - "Error while loading the content of ": "Error while loading the content of ", - "error compiling for unknown reasons": "error compiling for unknown reasons", - "error compiling. There are sources available but no code could be compiled, likely due to fatal errors in the solidity code": "error compiling. There are sources available but no code could be compiled, likely due to fatal errors in the solidity code", - "Swarm node detected...": "Swarm node detected...", - "Swarm node is offline...": "Swarm node is offline...", - "deploying to swarm!": "deploying to swarm!", - "adding %s to swarm": "adding %s to swarm", - "error uploading to swarm": "error uploading to swarm", - "successfully uploaded to swarm": "successfully uploaded to swarm", - "Vyper exited with error code ": "Vyper exited with error code ", - "Execution returned no result": "Execution returned no result", - "compiling Vyper contracts": "compiling Vyper contracts", - "Webserver is offline": "Webserver is offline", - "stopping webserver": "stopping webserver", - "a webserver is already running at": "a webserver is already running at", - "no webserver is currently running": "no webserver is currently running", - "couldn't find file": "couldn't find file", - "errors found while generating": "errors found while generating", - "writing file": "escrevendo ficheiro", - "Simulator not found; Please install it with \"%s\"": "Simulator not found; Please install it with \"%s\"", - "Tried to load testrpc but an error occurred. This is a problem with testrpc": "Tried to load testrpc but an error occurred. This is a problem with testrpc", - "IMPORTANT: if you using a NodeJS version older than 6.9.1 then you need to install an older version of testrpc \"%s\". Alternatively install node 6.9.1 and the testrpc 3.0": "IMPORTANT: if you using a NodeJS version older than 6.9.1 then you need to install an older version of testrpc \"%s\". Alternatively install node 6.9.1 and the testrpc 3.0", - "terminating due to error": "terminating due to error", - "There a a space in the version of {{versionKey}}. We corrected it for you ({{correction})": "There a a space in the version of {{versionKey}}. We corrected it for you ({{correction})", - "versions": "versions", - "versions in use": "versions in use", - "downloading {{packageName}} {{version}}....": "downloading {{packageName}} {{version}}...." + "New Application": "Nova Aplicacao", + "Contract Name": "Contracto", + "Address": "Endereço", + "Status": "Estado", + "Embark Blockchain Using: %s": "Embark Blockchain esta usando o commando: %s", + "running: %s": "executando: %s", + "already initialized": "ja esta inicializado", + "create a barebones project meant only for contract development": "criar um projeto vazio destinado apenas ao desenvolvimento de contratos", + "loading solc compiler": "carregando o compilador solc", + "Welcome to Embark": "Bem-vindo ao Embark", + "possible commands are:": "comandos possíveis são:", + "display versions in use for libraries and tools like web3 and solc": "lista versões em uso para bibliotecas e ferramentas como web3 e solc", + "instantiated web3.js object configured to the current environment": "objeto web3.js instanciado configurado para o ambiente atual", + "to immediatly exit (alias: exit)": "para sair imediatamente (alias: exit)", + "The web3 object and the interfaces for the deployed contracts and their methods are also available": "O objeto web3 e as interfaces para os contratos implantados e seus métodos também estão disponíveis", + "create a working dapp with a SimpleStorage contract": "Cria uma dapp funcional com o contrato SimpleStorage", + "filename to output logs (default: none)": "ficheiro/arquivo para saída dos logs (predefinido: none)", + "level of logging to display": "nivel do log", + "deploy and build dapp at ": "Publica os contractos e constroi a applicacao em ", + "port to run the dev webserver (default: %s)": "porta para correr o servidor web para desenvolvimento (default: %s)", + "host to run the dev webserver (default: %s)": "host para correr o servidor web para desenvolvimento (default: %s)", + "disable the development webserver": "disativa o servidor web para desenvolvimento", + "simple mode, disables the dashboard": "modo simples, disativa o dashboard", + "no colors in case it's needed for compatbility purposes": "sem cores, em caso seja necessario para compabitilidade com a terminal", + "filename to output logs (default: %s)": "ficheiro/arquivo para os logs (predefinido: %s)", + "run dapp (default: %s)": "executa a dapp (applicacao decentralizada) (predefinido: %s)", + "Use a specific ethereum client or simulator (supported: %s)": "Usa um cliente ou simulador de ethereum específico (supportado: %s)", + "run blockchain server (default: %s)": "executa un node de blockchain (predefinido: %s)", + "run a fast ethereum rpc simulator": "executa um simulador RPC de ethereum", + "use testrpc as the rpc simulator [%s]": "usa testrpc como simulator de rpc [%s]", + "port to run the rpc simulator (default: %s)": "porta para executar simulador de rpc (predefinido: %s)", + "host to run the rpc simulator (default: %s)": "host para executar servidor de rpc (predefinido: %s)", + "number of accounts (default: %s)": "numero de contas (predefinido: %s)", + "Amount of ether to assign each test account (default: %s)": "Quantidade de éter para atribuir cada conta de teste (predefinido: %s)", + "custom gas limit (default: %s)": "limite de gás (predefinido: %s)", + "run tests": "executar os testes", + "resets embarks state on this dapp including clearing cache": "recomenca o estado do Embark nesta appliacao, incluindo a cache", + "generates documentation based on the smart contracts configured": "gera documentação baseada nos contratos configurados", + "Upload your dapp to a decentralized storage": "Carrega a appliacao para armazenamento descentralizado", + "output the version number": "produz a versão actual", + "Logs": "Logs", + "Environment": "Ambiente", + "Available Services": "Serviços Disponíveis", + "Contracts": "Contratos", + "Console": "Consola", + "dashboard start": "inicia o painel de controle", + "loaded plugins": "plugins carregados", + "compiling solidity contracts": "Compilando contratos Solidity", + "%s doesn't have a compatible contract compiler. Maybe a plugin exists for it.": "%s não tem um compilador de contrato compatível. Talvez exista um plugin para isso.", + "assuming %s to be an interface": "assumindo que %s é uma interface", + "{{className}}: couldn't find instanceOf contract {{parentContractName}}": "{{className}}: não foi possível encontrar instancia de (instanceOf) do contrato {{parentContractName}}", + "did you mean \"%s\"?": "você quis dizer \"%s\"?", + "%s has no code associated": "%s não tem código associado", + "deploying contracts": "publicando contratos", + "running beforeDeploy plugin %s .": "executando plugin beforeDeploy %s .", + "deploying": "publicando", + "with": "com", + "gas": "gas", + "Pending": "Pendente", + "Interface or set to not deploy": "Interface ou configurado para não ser publicado", + "error deploying": "erro de publicação", + "due to error": "devido a erro", + "error deploying contracts": "erro publicando contratos", + "finished deploying contracts": "publicação de contratos concluida", + "error running afterDeploy: ": "erro executado afterDeploy: ", + "ready to watch file changes": "pronto para monitorar alterações em ficheiros/arquivos", + "Starting Server": "iniciando o servidor", + "webserver available at": "servidor web disponivel em", + "Webserver": "Servidor Web", + " already deployed at ": " já publicado em ", + "Deployed": "Publicado", + "Name must be only letters, spaces, or dashes": "O nome deve ser apenas letras, espaços ou traços", + "Name your app (default is %s)": "Nome da aplicacao (predefinido is %s)", + "Invalid name": "Nome inválido", + "unknown command": "comando desconhecido", + "did you mean": "você quis dizer", + "warning: running default config on a non-development environment": "aviso: executando a configuração padrão em um ambiente de não desenvolvimento", + "could not find {{geth_bin}} command; is {{client_name}} installed or in the PATH?": "não foi possível encontrar o comando {{geth_bin}}; o {{client_name}} instalado ou no PATH?", + "no accounts found": "nenhuma conta encontrada", + "initializing genesis block": "inicializando o bloco de gênese", + "rpcCorsDomain set to *": "rpcCorsDomain definido como *", + "make sure you know what you are doing": "certifique-se de saber o que está fazendo", + "warning: cors is not set": "aviso: cors não está definido", + "wsOrigins set to *": "wsOrigins definido como *", + "warning: wsOrigins is not set": "aviso: wsOrigins não está definido", + "reset done!": "reset feito!", + "%s is not installed on your machine": "%s não está instalado na sua máquina", + "You can install it by running: %s": "Você pode instalá-lo executando: %s", + "Initializing Embark Template....": "Inicializando Embark Template....", + "Installing packages...": "Instalando pacotes...", + "Init complete": "Init complete", + "App ready at ": "App ready at ", + "Next steps:": "Next steps:", + "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 : instanceOf is set to itself": "%s : instanceOf is set to itself", + "{{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}}", + "Error Compiling/Building contracts: ": "Error Compiling/Building contracts: ", + "Error: ": "Error: ", + "there are two or more contracts that depend on each other in a cyclic manner": "there are two or more contracts that depend on each other in a cyclic manner", + "Embark couldn't determine which one to deploy first": "Embark couldn't determine which one to deploy first", + "{{inputName}} has not been defined for {{className}} constructor": "{{inputName}} has not been defined for {{className}} constructor", + "error deploying %s": "error deploying %s", + "executing onDeploy commands": "executing onDeploy commands", + "error executing onDeploy for ": "error executing onDeploy for ", + " does not exist": " does not exist", + "error running onDeploy: ": "error running onDeploy: ", + " exists but has been set to not deploy": " exists but has been set to not deploy", + "couldn't find a valid address for %s has it been deployed?": "couldn't find a valid address for %s has it been deployed?", + "executing: ": "executing: ", + "the transaction was rejected; this usually happens due to a throw or a require": "the transaction was rejected; this usually happens due to a throw or a require", + "no account found at index": "no account found at index", + " check the config": " check the config", + "Both \"from\" and \"fromIndex\" are defined for contract": "Both \"from\" and \"fromIndex\" are defined for contract", + "Using \"from\" as deployer account.": "Using \"from\" as deployer account.", + "{{linkReference}} is too long": "{{linkReference}} is too long", + "{{contractName}} needs {{libraryName}} but an address was not found, did you deploy it or configured an address?": "{{contractName}} needs {{libraryName}} but an address was not found, did you deploy it or configured an address?", + "attempted to deploy %s without specifying parameters": "attempted to deploy %s without specifying parameters", + "deployed at": "deployed at", + "no contracts found": "no contracts found", + "Blockchain component is disabled in the config": "Blockchain component is disabled in the config", + "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'", + "executing": "executing", + "the transaction was rejected; this usually happens due to a throw or a require, it can also happen due to an invalid operation": "the transaction was rejected; this usually happens due to a throw or a require, it can also happen due to an invalid operation", + "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", + "no config file found at %s using default config": "no config file found at %s using default config", + "HTTP contract file not found": "HTTP contract file not found", + "contract file not found": "contract file not found", + "file not found, creating it...": "file not found, creating it...", + "No Blockchain node found": "No Blockchain node found", + "Ethereum node (version unknown)": "Ethereum node (version unknown)", + "this event is deprecated and will be removed in future versions %s": "this event is deprecated and will be removed in future versions %s", + "Error while downloading the file": "Error while downloading the file", + "Plugin {{name}} can only be loaded in the context of \"{{contextes}}\"": "Plugin {{name}} can only be loaded in the context of \"{{contextes}}\"", + "error running service check": "error running service check", + "help": "ajuda", + "quit": "sair", + "Type": "Type", + "to see the list of available commands": "to see the list of available commands", + "Asset Pipeline": "Asset Pipeline", + "Ethereum node detected": "Ethereum node detected", + "Deployment Done": "Deployment Done", + "Looking for documentation? You can find it at": "A procura de Documentacao? pode encontra-la em", + "Ready": "Ready", + "tip: you can resize the terminal or disable the dashboard with": "tip: you can resize the terminal or disable the dashboard with", + "finished building": "finished building", + "Done": "Done", + "Cannot upload: {{platform}} node is not running on {{url}}.": "Cannot upload: {{platform}} node is not running on {{url}}.", + "try \"{{ipfs}}\" or \"{{swarm}}\"": "try \"{{ipfs}}\" or \"{{swarm}}\"", + "finished deploying": "finished deploying", + "finished building DApp and deploying to": "finished building DApp and deploying to", + "IPFS node detected": "IPFS node detected", + "IPFS node is offline": "IPFS node is offline", + "not found or not in the path. Guessing %s for path": "not found or not in the path. Guessing %s for path", + "adding %s to ipfs": "adding %s to ipfs", + "DApp available at": "DApp available at", + "error uploading to ipfs": "error uploading to ipfs", + "successfully uploaded to ipfs": "successfully uploaded to ipfs", + "Error while loading the content of ": "Error while loading the content of ", + "error compiling for unknown reasons": "error compiling for unknown reasons", + "error compiling. There are sources available but no code could be compiled, likely due to fatal errors in the solidity code": "error compiling. There are sources available but no code could be compiled, likely due to fatal errors in the solidity code", + "Swarm node detected...": "Swarm node detected...", + "Swarm node is offline...": "Swarm node is offline...", + "deploying to swarm!": "deploying to swarm!", + "adding %s to swarm": "adding %s to swarm", + "error uploading to swarm": "error uploading to swarm", + "successfully uploaded to swarm": "successfully uploaded to swarm", + "Vyper exited with error code ": "Vyper exited with error code ", + "Execution returned no result": "Execution returned no result", + "compiling Vyper contracts": "compiling Vyper contracts", + "Webserver is offline": "Webserver is offline", + "stopping webserver": "stopping webserver", + "a webserver is already running at": "a webserver is already running at", + "no webserver is currently running": "no webserver is currently running", + "couldn't find file": "couldn't find file", + "errors found while generating": "errors found while generating", + "writing file": "escrevendo ficheiro", + "Simulator not found; Please install it with \"%s\"": "Simulator not found; Please install it with \"%s\"", + "Tried to load testrpc but an error occurred. This is a problem with testrpc": "Tried to load testrpc but an error occurred. This is a problem with testrpc", + "IMPORTANT: if you using a NodeJS version older than 6.9.1 then you need to install an older version of testrpc \"%s\". Alternatively install node 6.9.1 and the testrpc 3.0": "IMPORTANT: if you using a NodeJS version older than 6.9.1 then you need to install an older version of testrpc \"%s\". Alternatively install node 6.9.1 and the testrpc 3.0", + "terminating due to error": "terminating due to error", + "There a a space in the version of {{versionKey}}. We corrected it for you ({{correction})": "There a a space in the version of {{versionKey}}. We corrected it for you ({{correction})", + "versions": "versions", + "versions in use": "versions in use", + "downloading {{packageName}} {{version}}....": "downloading {{packageName}} {{version}}....", + "language to use (default: en)": "language to use (default: en)", + "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", + "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", + "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", + "Starting Blockchain node in another process": "Starting Blockchain node in another process", + "Blockchain node is ready": "Blockchain node is ready", + "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}}", + "ipfs process started": "ipfs process started", + "Compiling...": "Compiling...", + "Building...": "Building...", + "gas at the price of": "gas at the price of", + "Wei, estimated cost:": "Wei, estimated cost:", + "using": "using", + "Embark is building, please wait...": "Embark is building, please wait...", + "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)", + "Initializing Embark Template...": "Initializing Embark Template...", + "Name your app (default is %s):": "Name your app (default is %s):", + "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" }