update i18n
This commit is contained in:
parent
fa551f67a3
commit
4a5c53b43a
|
@ -7,7 +7,8 @@ const supported_languages = ['en', 'pt', 'fr', 'es'];
|
|||
i18n.configure({
|
||||
locales: supported_languages,
|
||||
register: global,
|
||||
updateFiles: false,
|
||||
updateFiles: true,
|
||||
syncFiles: true,
|
||||
directory: path.join(__dirname, '../../../', 'locales')
|
||||
});
|
||||
|
||||
|
|
|
@ -162,9 +162,19 @@
|
|||
"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):"
|
||||
}
|
||||
"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"
|
||||
}
|
393
locales/es.json
393
locales/es.json
|
@ -1,188 +1,209 @@
|
|||
{
|
||||
"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}}...."
|
||||
"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}}....",
|
||||
"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)"
|
||||
}
|
395
locales/fr.json
395
locales/fr.json
|
@ -1,188 +1,209 @@
|
|||
{
|
||||
"New Application": "Nouvelle Application",
|
||||
"Contract Name": "Contrat",
|
||||
"Address": "Addresse",
|
||||
"Status": "Etat",
|
||||
"Embark Blockchain Using: %s": "Embark Blockchain utilise: %s",
|
||||
"running: %s": "en cours d'exécution: %s",
|
||||
"already initialized": "Déjà initialisé",
|
||||
"create a barebones project meant only for contract development": "créer un projet destiné uniquement au développement de contrats",
|
||||
"loading solc compiler": "chargement du compilateur solc",
|
||||
"Welcome to Embark": "Bienvenue sur Embark",
|
||||
"possible commands are:": "les commandes possibles sont:",
|
||||
"display versions in use for libraries and tools like web3 and solc": "liste des versions utilisées pour les bibliothèques et les outils comme web3 et solc",
|
||||
"instantiated web3.js object configured to the current environment": "objet web3.js instancié configuré pour l'environnement actuel",
|
||||
"to immediatly exit (alias: exit)": "quitter immédiatement (alias: exit)",
|
||||
"The web3 object and the interfaces for the deployed contracts and their methods are also available": "L'objet web3 et les interfaces avec les contrats déployés et leurs méthodes sont également disponibles",
|
||||
"create a working dapp with a SimpleStorage contract": "créer une dapp fonctionnelle avec un SimpleStorage contrat",
|
||||
"filename to output logs (default: none)": "nom de fichier pour les journaux de sortie (par défaut: aucun)",
|
||||
"level of logging to display": "niveau de journalisation à afficher",
|
||||
"deploy and build dapp at ": "Publiez et créez la dapp dans ",
|
||||
"port to run the dev webserver (default: %s)": "port pour exécuter le serveur de développement Web (par défaut:% s)",
|
||||
"host to run the dev webserver (default: %s)": "hôte pour exécuter le serveur de développement Web (par défaut:% s)",
|
||||
"disable the development webserver": "désactiver le serveur de développement Web",
|
||||
"simple mode, disables the dashboard": "mode simple, désactive le tableau de bord",
|
||||
"no colors in case it's needed for compatbility purposes": "pas de couleur au cas où cela serait nécessaire à des fins de compatibilité",
|
||||
"filename to output logs (default: %s)": "nom de fichier pour les journaux de sortie (par défaut: %s)",
|
||||
"run dapp (default: %s)": "lancer la dapp (par défaut: %s)",
|
||||
"Use a specific ethereum client or simulator (supported: %s)": "Utiliser un client ou simulateur ethereum spécifique (supporté:% s)",
|
||||
"run blockchain server (default: %s)": "exécuter le serveur blockchain (par défaut: %s)",
|
||||
"run a fast ethereum rpc simulator": "exécuter un simulateur ethereum RPC rapide",
|
||||
"use testrpc as the rpc simulator [%s]": "utiliser testrpc comme simulateur RPC [%s]",
|
||||
"port to run the rpc simulator (default: %s)": "port pour exécuter le simulateur RPC (par défaut: %s)",
|
||||
"host to run the rpc simulator (default: %s)": "hôte pour exécuter le simulateur RPC (par défaut: %s)",
|
||||
"number of accounts (default: %s)": "nombre de comptes (par défaut: %s)",
|
||||
"Amount of ether to assign each test account (default: %s)": "Quantité d'éther à affecter à chaque compte de test (par défaut: %s)",
|
||||
"custom gas limit (default: %s)": "limite de gaz personnalisée (par défaut: %s)",
|
||||
"run tests": "Exécuter les tests",
|
||||
"resets embarks state on this dapp including clearing cache": "réinitialise l'état d'Embark dans cette dapp, y compris le cache",
|
||||
"generates documentation based on the smart contracts configured": "génère la documentation basée sur les contrats configurés",
|
||||
"Upload your dapp to a decentralized storage": "Téléchargez votre dapp dans un stockage décentralisé",
|
||||
"output the version number": "afficher le numéro de version",
|
||||
"Logs": "Journaux",
|
||||
"Environment": "Environnement",
|
||||
"Available Services": "Services disponibles",
|
||||
"Contracts": "Contrats",
|
||||
"Console": "Console",
|
||||
"dashboard start": "démarrer le tableau de bord",
|
||||
"loaded plugins": "plugins chargés",
|
||||
"compiling solidity contracts": "compilation des contrats Solidity",
|
||||
"%s doesn't have a compatible contract compiler. Maybe a plugin exists for it.": "%s n'a pas de compilateur de contrat compatible, il existe peut-être un plugin.",
|
||||
"assuming %s to be an interface": "En supposant que %s soit une interface",
|
||||
"{{className}}: couldn't find instanceOf contract {{parentContractName}}": "{{className}}: impossible de trouver un instance du contrat {{parentContractName}}",
|
||||
"did you mean \"%s\"?": "Voulez-vous dire \"%s\"?",
|
||||
"%s has no code associated": "%s n'a aucun code associé",
|
||||
"deploying contracts": "déploiement des contrats",
|
||||
"running beforeDeploy plugin %s .": "En cours d'exécution du plugin beforeDeploy %s .",
|
||||
"deploying": "En cours de déploiement",
|
||||
"with": "avec",
|
||||
"gas": "gaz",
|
||||
"Pending": "en attente",
|
||||
"Interface or set to not deploy": "Interface ou configuré pour ne pas déployer",
|
||||
"error deploying": "erreur de déploiement",
|
||||
"due to error": "en raison d'une erreur",
|
||||
"error deploying contracts": "erreur lors du déploiement de contrats",
|
||||
"finished deploying contracts": "fini de déployer les contrats",
|
||||
"error running afterDeploy: ": "erreur d'exécution AfterDeploy: ",
|
||||
"ready to watch file changes": "Prêt à monitorer les changements de fichiers",
|
||||
"Starting Server": "Démarrage du serveur",
|
||||
"webserver available at": "serveur Web disponible à",
|
||||
"Webserver": "Serveur Web",
|
||||
" already deployed at ": " déjà déployé à ",
|
||||
"Deployed": "Déployé",
|
||||
"Name must be only letters, spaces, or dashes": "Le nom ne doit être que des lettres, des espaces ou des tirets",
|
||||
"Name your app (default is %s)": "Nommez votre application (par défaut: %s)",
|
||||
"Invalid name": "Nom incorrect",
|
||||
"unknown command": "commande inconnue",
|
||||
"did you mean": "vouliez-vous dire",
|
||||
"warning: running default config on a non-development environment": "avertissement: exécution de la configuration par défaut sur un environnement de non-développement",
|
||||
"could not find {{geth_bin}} command; is {{client_name}} installed or in the PATH?": "Impossible de trouver la commande {{geth_bin}}, est-ce que {{client_name}} est installé ou dans le PATH?",
|
||||
"no accounts found": "Aucun compte trouvé",
|
||||
"initializing genesis block": "initialisation du bloc de genèse",
|
||||
"rpcCorsDomain set to *": "rpcCorsDomain défini sur *",
|
||||
"make sure you know what you are doing": "Assurez-vous de savoir ce que vous faites",
|
||||
"warning: cors is not set": "avertissement: cors n'est pas défini",
|
||||
"wsOrigins set to *": "wsOrigins défini sur *",
|
||||
"warning: wsOrigins is not set": "avertissement: wsOrigins n'est pas défini",
|
||||
"reset done!": "réinitialisation terminée!",
|
||||
"%s is not installed on your machine": "%s n'est pas installé sur votre machine",
|
||||
"You can install it by running: %s": "Vous pouvez l'installer en exécutant: %s",
|
||||
"Initializing Embark Template....": "Initialisation du modèle Embark....",
|
||||
"Installing packages...": "Installation des paquets...",
|
||||
"Init complete": "Initialisation terminée",
|
||||
"App ready at ": "Application prête à ",
|
||||
"Next steps:": "Prochaines étapes:",
|
||||
"open another console in the same directory and run": "ouvrir une autre console dans le même répertoire et exécutez",
|
||||
"For more info go to http://embark.status.im": "Pour plus d'informations, rendez-vous sur http://embark.status.im",
|
||||
"%s : instanceOf is set to itself": "%s : instanceOf est défini sur lui-même",
|
||||
"{{className}} has code associated to it but it's configured as an instanceOf {{parentContractName}}": "{{className}} a du code associé, mais il est configuré comme une instanceOf {{parentContractName}}",
|
||||
"Error Compiling/Building contracts: ": "Erreur lors de la compilation/construction des contrats: ",
|
||||
"Error: ": "Erreur: ",
|
||||
"there are two or more contracts that depend on each other in a cyclic manner": "il y a deux ou plusieurs contrats qui dépendent l'un de l'autre de manière cyclique",
|
||||
"Embark couldn't determine which one to deploy first": "Embark n'a pas pu déterminer lequel déployer en premier",
|
||||
"{{inputName}} has not been defined for {{className}} constructor": "{{inputName}} n'a pas été défini pour le constructeur {{className}}",
|
||||
"error deploying %s": "erreur de déploiement de %s",
|
||||
"executing onDeploy commands": "Exécution des commandes onDeploy",
|
||||
"error executing onDeploy for ": "erreur d'exécution onDeploy pour ",
|
||||
" does not exist": " n'existe pas",
|
||||
"error running onDeploy: ": "erreur d'exécution onDeploy: ",
|
||||
" exists but has been set to not deploy": " existe, mais a été configuré pour ne pas se déployer",
|
||||
"couldn't find a valid address for %s has it been deployed?": "impossible de trouver une adresse valide pour %s. A-t-il été déployé?",
|
||||
"executing: ": "en cours d'exécution: ",
|
||||
"the transaction was rejected; this usually happens due to a throw or a require": "la transaction a été rejetée, cela arrive généralement en raison d'un 'throw' ou d'un 'require'",
|
||||
"no account found at index": "aucun compte trouvé à l'index",
|
||||
" check the config": " vérifier la configuration",
|
||||
"Both \"from\" and \"fromIndex\" are defined for contract": "\"from\" et \"fromIndex\" sont définis pour le contrat",
|
||||
"Using \"from\" as deployer account.": "Embark utilise \"from\" comme compte de déploiement.",
|
||||
"{{linkReference}} is too long": "{{linkReference}} est trop long",
|
||||
"{{contractName}} needs {{libraryName}} but an address was not found, did you deploy it or configured an address?": "{{contractName}} a besoin de {{libraryName}} mais une adresse n'a pas été trouvée, l'avez-vous déployée ou avez-vous configuré une adresse?",
|
||||
"attempted to deploy %s without specifying parameters": "a tenté de déployer %s sans spécifier de paramètres",
|
||||
"deployed at": "déployé à",
|
||||
"no contracts found": "aucun contrat trouvé",
|
||||
"Blockchain component is disabled in the config": "Le composant Blockchain est désactivé dans la configuration",
|
||||
"Couldn't connect to an Ethereum node are you sure it's on?": "Impossible de se connecter à un noeud Ethereum. Êtes-vous sûr qu'il est activé?",
|
||||
"make sure you have an Ethereum node or simulator running. e.g '%s'": "Assurez-vous que vous avez un noeud Ethereum ou un simulateur en cours d'exécution, par exemple '%s'",
|
||||
"executing": "en cours d'exécution",
|
||||
"the transaction was rejected; this usually happens due to a throw or a require, it can also happen due to an invalid operation": "la transaction a été rejetée, cela arrive généralement en raison d'un 'throw' ou d'un 'require', cela peut aussi arriver en raison d'une opération invalide",
|
||||
"Cannot find file %s Please ensure you are running this command inside the Dapp folder": "Impossible de trouver le fichier %s Veuillez vous assurer que vous exécutez cette commande dans le dossier Dapp",
|
||||
"no config file found at %s using default config": "Aucun fichier de configuration trouvé sur %s en utilisant la configuration par défaut",
|
||||
"HTTP contract file not found": "Fichier de contrat HTTP introuvable",
|
||||
"contract file not found": "Fichier de contrat non trouvé",
|
||||
"file not found, creating it...": "fichier introuvable, en cours de création...",
|
||||
"No Blockchain node found": "Pas de noeud Blockchain trouvé",
|
||||
"Ethereum node (version unknown)": "Nœud Ethereum (version inconnue)",
|
||||
"this event is deprecated and will be removed in future versions %s": "cet événement est obsolète et sera supprimé dans les futures versions %s",
|
||||
"Error while downloading the file": "Erreur lors du téléchargement du fichier",
|
||||
"Plugin {{name}} can only be loaded in the context of \"{{contextes}}\"": "Le plugin {{name}} ne peut être chargé que dans le contexte de \"{{contextes}}\"",
|
||||
"error running service check": "erreur lors de l'exécution du service de contrôle",
|
||||
"help": "aide",
|
||||
"quit": "quitter",
|
||||
"Type": "Type",
|
||||
"to see the list of available commands": "pour voir la liste des commandes disponibles",
|
||||
"Asset Pipeline": "Asset Pipeline",
|
||||
"Ethereum node detected": "Nœud Ethereum détecté",
|
||||
"Deployment Done": "Déploiement effectué",
|
||||
"Looking for documentation? You can find it at": "Vous cherchez de la documentation? Vous pouvez la trouver à",
|
||||
"Ready": "Prêt",
|
||||
"tip: you can resize the terminal or disable the dashboard with": "astuce: vous pouvez redimensionner le terminal ou désactiver le tableau de bord avec",
|
||||
"finished building": "construction terminé",
|
||||
"Done": "Terminé",
|
||||
"Cannot upload: {{platform}} node is not running on {{url}}.": "Impossible de télécharger: le noeud {{platform}} ne fonctionne pas sur {{url}}.",
|
||||
"try \"{{ipfs}}\" or \"{{swarm}}\"": "essayez \"{{ipfs}}\" ou \"{{swarm}}\"",
|
||||
"finished deploying": "déploiement terminé",
|
||||
"finished building DApp and deploying to": "construction de la DApp terminé et déploiement à",
|
||||
"IPFS node detected": "Noeud IPFS détecté",
|
||||
"IPFS node is offline": "Le noeud IPFS est hors ligne",
|
||||
"not found or not in the path. Guessing %s for path": "introuvable ou pas dans le PATH. Embark devine %s pour le chemin.",
|
||||
"adding %s to ipfs": "en cours d'ajout %s à ipfs",
|
||||
"DApp available at": "DApp disponible à",
|
||||
"error uploading to ipfs": "Erreur de téléchargement sur ipfs",
|
||||
"successfully uploaded to ipfs": "Téléchargé avec succès sur ipfs",
|
||||
"Error while loading the content of ": "Erreur lors du chargement du contenu de ",
|
||||
"error compiling for unknown reasons": "erreur de compilation pour des raisons inconnues",
|
||||
"error compiling. There are sources available but no code could be compiled, likely due to fatal errors in the solidity code": "erreur de compilation.Il existe des sources disponibles, mais aucun code n'a pu être compilé, probablement en raison d'erreurs fatales dans le code de solidity",
|
||||
"Swarm node detected...": "Noeud Swarm détecté...",
|
||||
"Swarm node is offline...": "Le nœud Swarm est hors ligne ...",
|
||||
"deploying to swarm!": "déploiement de swarm!",
|
||||
"adding %s to swarm": "Ajout de %s à swarm",
|
||||
"error uploading to swarm": "Erreur de téléchargement dans le swarm",
|
||||
"successfully uploaded to swarm": "téléchargé avec succès dans le swarm",
|
||||
"Vyper exited with error code ": "Vyper a quitté avec le code d'erreur ",
|
||||
"Execution returned no result": "L'exécution n'a renvoyé aucun résultat",
|
||||
"compiling Vyper contracts": "compilation des contrats Vyper",
|
||||
"Webserver is offline": "Le serveur Web est hors ligne",
|
||||
"stopping webserver": "Serveur web en cours d'arrêt",
|
||||
"a webserver is already running at": "un serveur web est déjà en cours d'exécution à",
|
||||
"no webserver is currently running": "Aucun serveur Web n'est en cours d'exécution",
|
||||
"couldn't find file": "Impossible de trouver le fichier",
|
||||
"errors found while generating": "erreurs trouvées lors de la génération",
|
||||
"writing file": "écriture du fichier",
|
||||
"Simulator not found; Please install it with \"%s\"": "Simulateur introuvable, veuillez l'installer avec \"%s\"",
|
||||
"Tried to load testrpc but an error occurred. This is a problem with testrpc": "Nous avons essayé de charger testrpc, mais une erreur s'est produite. Ceci est un problème avec 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: si vous utilisez une version NodeJS antérieure à la version 6.9.1, vous devez installer une ancienne version de testrpc \"%s\". Ou bien installer Node 6.9.1 et le testrpc 3.0",
|
||||
"terminating due to error": "en cours de terminaison en raison d'une erreur",
|
||||
"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}}...."
|
||||
}
|
||||
"New Application": "Nouvelle Application",
|
||||
"Contract Name": "Contrat",
|
||||
"Address": "Addresse",
|
||||
"Status": "Etat",
|
||||
"Embark Blockchain Using: %s": "Embark Blockchain utilise: %s",
|
||||
"running: %s": "en cours d'exécution: %s",
|
||||
"already initialized": "Déjà initialisé",
|
||||
"create a barebones project meant only for contract development": "créer un projet destiné uniquement au développement de contrats",
|
||||
"loading solc compiler": "chargement du compilateur solc",
|
||||
"Welcome to Embark": "Bienvenue sur Embark",
|
||||
"possible commands are:": "les commandes possibles sont:",
|
||||
"display versions in use for libraries and tools like web3 and solc": "liste des versions utilisées pour les bibliothèques et les outils comme web3 et solc",
|
||||
"instantiated web3.js object configured to the current environment": "objet web3.js instancié configuré pour l'environnement actuel",
|
||||
"to immediatly exit (alias: exit)": "quitter immédiatement (alias: exit)",
|
||||
"The web3 object and the interfaces for the deployed contracts and their methods are also available": "L'objet web3 et les interfaces avec les contrats déployés et leurs méthodes sont également disponibles",
|
||||
"create a working dapp with a SimpleStorage contract": "créer une dapp fonctionnelle avec un SimpleStorage contrat",
|
||||
"filename to output logs (default: none)": "nom de fichier pour les journaux de sortie (par défaut: aucun)",
|
||||
"level of logging to display": "niveau de journalisation à afficher",
|
||||
"deploy and build dapp at ": "Publiez et créez la dapp dans ",
|
||||
"port to run the dev webserver (default: %s)": "port pour exécuter le serveur de développement Web (par défaut:% s)",
|
||||
"host to run the dev webserver (default: %s)": "hôte pour exécuter le serveur de développement Web (par défaut:% s)",
|
||||
"disable the development webserver": "désactiver le serveur de développement Web",
|
||||
"simple mode, disables the dashboard": "mode simple, désactive le tableau de bord",
|
||||
"no colors in case it's needed for compatbility purposes": "pas de couleur au cas où cela serait nécessaire à des fins de compatibilité",
|
||||
"filename to output logs (default: %s)": "nom de fichier pour les journaux de sortie (par défaut: %s)",
|
||||
"run dapp (default: %s)": "lancer la dapp (par défaut: %s)",
|
||||
"Use a specific ethereum client or simulator (supported: %s)": "Utiliser un client ou simulateur ethereum spécifique (supporté:% s)",
|
||||
"run blockchain server (default: %s)": "exécuter le serveur blockchain (par défaut: %s)",
|
||||
"run a fast ethereum rpc simulator": "exécuter un simulateur ethereum RPC rapide",
|
||||
"use testrpc as the rpc simulator [%s]": "utiliser testrpc comme simulateur RPC [%s]",
|
||||
"port to run the rpc simulator (default: %s)": "port pour exécuter le simulateur RPC (par défaut: %s)",
|
||||
"host to run the rpc simulator (default: %s)": "hôte pour exécuter le simulateur RPC (par défaut: %s)",
|
||||
"number of accounts (default: %s)": "nombre de comptes (par défaut: %s)",
|
||||
"Amount of ether to assign each test account (default: %s)": "Quantité d'éther à affecter à chaque compte de test (par défaut: %s)",
|
||||
"custom gas limit (default: %s)": "limite de gaz personnalisée (par défaut: %s)",
|
||||
"run tests": "Exécuter les tests",
|
||||
"resets embarks state on this dapp including clearing cache": "réinitialise l'état d'Embark dans cette dapp, y compris le cache",
|
||||
"generates documentation based on the smart contracts configured": "génère la documentation basée sur les contrats configurés",
|
||||
"Upload your dapp to a decentralized storage": "Téléchargez votre dapp dans un stockage décentralisé",
|
||||
"output the version number": "afficher le numéro de version",
|
||||
"Logs": "Journaux",
|
||||
"Environment": "Environnement",
|
||||
"Available Services": "Services disponibles",
|
||||
"Contracts": "Contrats",
|
||||
"Console": "Console",
|
||||
"dashboard start": "démarrer le tableau de bord",
|
||||
"loaded plugins": "plugins chargés",
|
||||
"compiling solidity contracts": "compilation des contrats Solidity",
|
||||
"%s doesn't have a compatible contract compiler. Maybe a plugin exists for it.": "%s n'a pas de compilateur de contrat compatible, il existe peut-être un plugin.",
|
||||
"assuming %s to be an interface": "En supposant que %s soit une interface",
|
||||
"{{className}}: couldn't find instanceOf contract {{parentContractName}}": "{{className}}: impossible de trouver un instance du contrat {{parentContractName}}",
|
||||
"did you mean \"%s\"?": "Voulez-vous dire \"%s\"?",
|
||||
"%s has no code associated": "%s n'a aucun code associé",
|
||||
"deploying contracts": "déploiement des contrats",
|
||||
"running beforeDeploy plugin %s .": "En cours d'exécution du plugin beforeDeploy %s .",
|
||||
"deploying": "En cours de déploiement",
|
||||
"with": "avec",
|
||||
"gas": "gaz",
|
||||
"Pending": "en attente",
|
||||
"Interface or set to not deploy": "Interface ou configuré pour ne pas déployer",
|
||||
"error deploying": "erreur de déploiement",
|
||||
"due to error": "en raison d'une erreur",
|
||||
"error deploying contracts": "erreur lors du déploiement de contrats",
|
||||
"finished deploying contracts": "fini de déployer les contrats",
|
||||
"error running afterDeploy: ": "erreur d'exécution AfterDeploy: ",
|
||||
"ready to watch file changes": "Prêt à monitorer les changements de fichiers",
|
||||
"Starting Server": "Démarrage du serveur",
|
||||
"webserver available at": "serveur Web disponible à",
|
||||
"Webserver": "Serveur Web",
|
||||
" already deployed at ": " déjà déployé à ",
|
||||
"Deployed": "Déployé",
|
||||
"Name must be only letters, spaces, or dashes": "Le nom ne doit être que des lettres, des espaces ou des tirets",
|
||||
"Name your app (default is %s)": "Nommez votre application (par défaut: %s)",
|
||||
"Invalid name": "Nom incorrect",
|
||||
"unknown command": "commande inconnue",
|
||||
"did you mean": "vouliez-vous dire",
|
||||
"warning: running default config on a non-development environment": "avertissement: exécution de la configuration par défaut sur un environnement de non-développement",
|
||||
"could not find {{geth_bin}} command; is {{client_name}} installed or in the PATH?": "Impossible de trouver la commande {{geth_bin}}, est-ce que {{client_name}} est installé ou dans le PATH?",
|
||||
"no accounts found": "Aucun compte trouvé",
|
||||
"initializing genesis block": "initialisation du bloc de genèse",
|
||||
"rpcCorsDomain set to *": "rpcCorsDomain défini sur *",
|
||||
"make sure you know what you are doing": "Assurez-vous de savoir ce que vous faites",
|
||||
"warning: cors is not set": "avertissement: cors n'est pas défini",
|
||||
"wsOrigins set to *": "wsOrigins défini sur *",
|
||||
"warning: wsOrigins is not set": "avertissement: wsOrigins n'est pas défini",
|
||||
"reset done!": "réinitialisation terminée!",
|
||||
"%s is not installed on your machine": "%s n'est pas installé sur votre machine",
|
||||
"You can install it by running: %s": "Vous pouvez l'installer en exécutant: %s",
|
||||
"Initializing Embark Template....": "Initialisation du modèle Embark....",
|
||||
"Installing packages...": "Installation des paquets...",
|
||||
"Init complete": "Initialisation terminée",
|
||||
"App ready at ": "Application prête à ",
|
||||
"Next steps:": "Prochaines étapes:",
|
||||
"open another console in the same directory and run": "ouvrir une autre console dans le même répertoire et exécutez",
|
||||
"For more info go to http://embark.status.im": "Pour plus d'informations, rendez-vous sur http://embark.status.im",
|
||||
"%s : instanceOf is set to itself": "%s : instanceOf est défini sur lui-même",
|
||||
"{{className}} has code associated to it but it's configured as an instanceOf {{parentContractName}}": "{{className}} a du code associé, mais il est configuré comme une instanceOf {{parentContractName}}",
|
||||
"Error Compiling/Building contracts: ": "Erreur lors de la compilation/construction des contrats: ",
|
||||
"Error: ": "Erreur: ",
|
||||
"there are two or more contracts that depend on each other in a cyclic manner": "il y a deux ou plusieurs contrats qui dépendent l'un de l'autre de manière cyclique",
|
||||
"Embark couldn't determine which one to deploy first": "Embark n'a pas pu déterminer lequel déployer en premier",
|
||||
"{{inputName}} has not been defined for {{className}} constructor": "{{inputName}} n'a pas été défini pour le constructeur {{className}}",
|
||||
"error deploying %s": "erreur de déploiement de %s",
|
||||
"executing onDeploy commands": "Exécution des commandes onDeploy",
|
||||
"error executing onDeploy for ": "erreur d'exécution onDeploy pour ",
|
||||
" does not exist": " n'existe pas",
|
||||
"error running onDeploy: ": "erreur d'exécution onDeploy: ",
|
||||
" exists but has been set to not deploy": " existe, mais a été configuré pour ne pas se déployer",
|
||||
"couldn't find a valid address for %s has it been deployed?": "impossible de trouver une adresse valide pour %s. A-t-il été déployé?",
|
||||
"executing: ": "en cours d'exécution: ",
|
||||
"the transaction was rejected; this usually happens due to a throw or a require": "la transaction a été rejetée, cela arrive généralement en raison d'un 'throw' ou d'un 'require'",
|
||||
"no account found at index": "aucun compte trouvé à l'index",
|
||||
" check the config": " vérifier la configuration",
|
||||
"Both \"from\" and \"fromIndex\" are defined for contract": "\"from\" et \"fromIndex\" sont définis pour le contrat",
|
||||
"Using \"from\" as deployer account.": "Embark utilise \"from\" comme compte de déploiement.",
|
||||
"{{linkReference}} is too long": "{{linkReference}} est trop long",
|
||||
"{{contractName}} needs {{libraryName}} but an address was not found, did you deploy it or configured an address?": "{{contractName}} a besoin de {{libraryName}} mais une adresse n'a pas été trouvée, l'avez-vous déployée ou avez-vous configuré une adresse?",
|
||||
"attempted to deploy %s without specifying parameters": "a tenté de déployer %s sans spécifier de paramètres",
|
||||
"deployed at": "déployé à",
|
||||
"no contracts found": "aucun contrat trouvé",
|
||||
"Blockchain component is disabled in the config": "Le composant Blockchain est désactivé dans la configuration",
|
||||
"Couldn't connect to an Ethereum node are you sure it's on?": "Impossible de se connecter à un noeud Ethereum. Êtes-vous sûr qu'il est activé?",
|
||||
"make sure you have an Ethereum node or simulator running. e.g '%s'": "Assurez-vous que vous avez un noeud Ethereum ou un simulateur en cours d'exécution, par exemple '%s'",
|
||||
"executing": "en cours d'exécution",
|
||||
"the transaction was rejected; this usually happens due to a throw or a require, it can also happen due to an invalid operation": "la transaction a été rejetée, cela arrive généralement en raison d'un 'throw' ou d'un 'require', cela peut aussi arriver en raison d'une opération invalide",
|
||||
"Cannot find file %s Please ensure you are running this command inside the Dapp folder": "Impossible de trouver le fichier %s Veuillez vous assurer que vous exécutez cette commande dans le dossier Dapp",
|
||||
"no config file found at %s using default config": "Aucun fichier de configuration trouvé sur %s en utilisant la configuration par défaut",
|
||||
"HTTP contract file not found": "Fichier de contrat HTTP introuvable",
|
||||
"contract file not found": "Fichier de contrat non trouvé",
|
||||
"file not found, creating it...": "fichier introuvable, en cours de création...",
|
||||
"No Blockchain node found": "Pas de noeud Blockchain trouvé",
|
||||
"Ethereum node (version unknown)": "Nœud Ethereum (version inconnue)",
|
||||
"this event is deprecated and will be removed in future versions %s": "cet événement est obsolète et sera supprimé dans les futures versions %s",
|
||||
"Error while downloading the file": "Erreur lors du téléchargement du fichier",
|
||||
"Plugin {{name}} can only be loaded in the context of \"{{contextes}}\"": "Le plugin {{name}} ne peut être chargé que dans le contexte de \"{{contextes}}\"",
|
||||
"error running service check": "erreur lors de l'exécution du service de contrôle",
|
||||
"help": "aide",
|
||||
"quit": "quitter",
|
||||
"Type": "Type",
|
||||
"to see the list of available commands": "pour voir la liste des commandes disponibles",
|
||||
"Asset Pipeline": "Asset Pipeline",
|
||||
"Ethereum node detected": "Nœud Ethereum détecté",
|
||||
"Deployment Done": "Déploiement effectué",
|
||||
"Looking for documentation? You can find it at": "Vous cherchez de la documentation? Vous pouvez la trouver à",
|
||||
"Ready": "Prêt",
|
||||
"tip: you can resize the terminal or disable the dashboard with": "astuce: vous pouvez redimensionner le terminal ou désactiver le tableau de bord avec",
|
||||
"finished building": "construction terminé",
|
||||
"Done": "Terminé",
|
||||
"Cannot upload: {{platform}} node is not running on {{url}}.": "Impossible de télécharger: le noeud {{platform}} ne fonctionne pas sur {{url}}.",
|
||||
"try \"{{ipfs}}\" or \"{{swarm}}\"": "essayez \"{{ipfs}}\" ou \"{{swarm}}\"",
|
||||
"finished deploying": "déploiement terminé",
|
||||
"finished building DApp and deploying to": "construction de la DApp terminé et déploiement à",
|
||||
"IPFS node detected": "Noeud IPFS détecté",
|
||||
"IPFS node is offline": "Le noeud IPFS est hors ligne",
|
||||
"not found or not in the path. Guessing %s for path": "introuvable ou pas dans le PATH. Embark devine %s pour le chemin.",
|
||||
"adding %s to ipfs": "en cours d'ajout %s à ipfs",
|
||||
"DApp available at": "DApp disponible à",
|
||||
"error uploading to ipfs": "Erreur de téléchargement sur ipfs",
|
||||
"successfully uploaded to ipfs": "Téléchargé avec succès sur ipfs",
|
||||
"Error while loading the content of ": "Erreur lors du chargement du contenu de ",
|
||||
"error compiling for unknown reasons": "erreur de compilation pour des raisons inconnues",
|
||||
"error compiling. There are sources available but no code could be compiled, likely due to fatal errors in the solidity code": "erreur de compilation.Il existe des sources disponibles, mais aucun code n'a pu être compilé, probablement en raison d'erreurs fatales dans le code de solidity",
|
||||
"Swarm node detected...": "Noeud Swarm détecté...",
|
||||
"Swarm node is offline...": "Le nœud Swarm est hors ligne ...",
|
||||
"deploying to swarm!": "déploiement de swarm!",
|
||||
"adding %s to swarm": "Ajout de %s à swarm",
|
||||
"error uploading to swarm": "Erreur de téléchargement dans le swarm",
|
||||
"successfully uploaded to swarm": "téléchargé avec succès dans le swarm",
|
||||
"Vyper exited with error code ": "Vyper a quitté avec le code d'erreur ",
|
||||
"Execution returned no result": "L'exécution n'a renvoyé aucun résultat",
|
||||
"compiling Vyper contracts": "compilation des contrats Vyper",
|
||||
"Webserver is offline": "Le serveur Web est hors ligne",
|
||||
"stopping webserver": "Serveur web en cours d'arrêt",
|
||||
"a webserver is already running at": "un serveur web est déjà en cours d'exécution à",
|
||||
"no webserver is currently running": "Aucun serveur Web n'est en cours d'exécution",
|
||||
"couldn't find file": "Impossible de trouver le fichier",
|
||||
"errors found while generating": "erreurs trouvées lors de la génération",
|
||||
"writing file": "écriture du fichier",
|
||||
"Simulator not found; Please install it with \"%s\"": "Simulateur introuvable, veuillez l'installer avec \"%s\"",
|
||||
"Tried to load testrpc but an error occurred. This is a problem with testrpc": "Nous avons essayé de charger testrpc, mais une erreur s'est produite. Ceci est un problème avec 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: si vous utilisez une version NodeJS antérieure à la version 6.9.1, vous devez installer une ancienne version de testrpc \"%s\". Ou bien installer Node 6.9.1 et le testrpc 3.0",
|
||||
"terminating due to error": "en cours de terminaison en raison d'une erreur",
|
||||
"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}}....",
|
||||
"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)"
|
||||
}
|
255
locales/pt.json
255
locales/pt.json
|
@ -3,7 +3,7 @@
|
|||
"Contract Name": "Contracto",
|
||||
"Address": "Endereço",
|
||||
"Status": "Estado",
|
||||
"Embark Blockchain Using: %s": "Embark Blockchain esta usando o commando: %s",
|
||||
"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",
|
||||
|
@ -70,119 +70,140 @@
|
|||
"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}}...."
|
||||
}
|
||||
"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)"
|
||||
}
|
Loading…
Reference in New Issue