Update portuguese locale
This commit is contained in:
parent
10035fe46b
commit
f2c4c23be1
260
locales/pt.json
260
locales/pt.json
|
@ -5,22 +5,22 @@
|
|||
"Status": "Estado",
|
||||
"Embark Blockchain Using: %s": "Embark Blockchain esta usando o commando: %s",
|
||||
"running: %s": "executando: %s",
|
||||
"already initialized": "ja esta inicializado",
|
||||
"already initialized": "ja está inicializado",
|
||||
"create a barebones project meant only for contract development": "criar um projeto vazio destinado apenas ao desenvolvimento de contratos",
|
||||
"loading solc compiler": "carregando o compilador solc",
|
||||
"Welcome to Embark": "Bem-vindo ao Embark",
|
||||
"possible commands are:": "comandos possíveis são:",
|
||||
"display versions in use for libraries and tools like web3 and solc": "lista versões em uso para bibliotecas e ferramentas como web3 e solc",
|
||||
"instantiated web3.js object configured to the current environment": "objeto web3.js instanciado configurado para o ambiente atual",
|
||||
"to immediatly exit (alias: exit)": "para sair imediatamente (alias: exit)",
|
||||
"to immediatly exit (alias: exit)": "para sair imediatamente (atalho: exit)",
|
||||
"The web3 object and the interfaces for the deployed contracts and their methods are also available": "O objeto web3 e as interfaces para os contratos implantados e seus métodos também estão disponíveis",
|
||||
"create a working dapp with a SimpleStorage contract": "Cria uma dapp funcional com o contrato SimpleStorage",
|
||||
"filename to output logs (default: none)": "ficheiro/arquivo para saída dos logs (predefinido: none)",
|
||||
"level of logging to display": "nivel do log",
|
||||
"deploy and build dapp at ": "Publica os contractos e constroi a applicacao em ",
|
||||
"port to run the dev webserver (default: %s)": "porta para correr o servidor web para desenvolvimento (default: %s)",
|
||||
"host to run the dev webserver (default: %s)": "host para correr o servidor web para desenvolvimento (default: %s)",
|
||||
"disable the development webserver": "disativa o servidor web para desenvolvimento",
|
||||
"port to run the dev webserver (default: %s)": "porta para correr o Servidor Web para desenvolvimento (default: %s)",
|
||||
"host to run the dev webserver (default: %s)": "host para correr o Servidor Web para desenvolvimento (default: %s)",
|
||||
"disable the development webserver": "desativa o Servidor Web para desenvolvimento",
|
||||
"simple mode, disables the dashboard": "modo simples, disativa o dashboard",
|
||||
"no colors in case it's needed for compatbility purposes": "sem cores, em caso seja necessario para compabitilidade com a terminal",
|
||||
"filename to output logs (default: %s)": "ficheiro/arquivo para os logs (predefinido: %s)",
|
||||
|
@ -31,11 +31,11 @@
|
|||
"use testrpc as the rpc simulator [%s]": "usa testrpc como simulator de rpc [%s]",
|
||||
"port to run the rpc simulator (default: %s)": "porta para executar simulador de rpc (predefinido: %s)",
|
||||
"host to run the rpc simulator (default: %s)": "host para executar servidor de rpc (predefinido: %s)",
|
||||
"number of accounts (default: %s)": "numero de contas (predefinido: %s)",
|
||||
"Amount of ether to assign each test account (default: %s)": "Quantidade de éter para atribuir cada conta de teste (predefinido: %s)",
|
||||
"number of accounts (default: %s)": "número de contas (predefinido: %s)",
|
||||
"Amount of ether to assign each test account (default: %s)": "Quantidade de ether para atribuir cada conta de teste (predefinido: %s)",
|
||||
"custom gas limit (default: %s)": "limite de gás (predefinido: %s)",
|
||||
"run tests": "executar os testes",
|
||||
"resets embarks state on this dapp including clearing cache": "recomenca o estado do Embark nesta appliacao, incluindo a cache",
|
||||
"resets embarks state on this dapp including clearing cache": "recomeçando o estado do Embark nesta appliacao, incluindo a cache",
|
||||
"generates documentation based on the smart contracts configured": "gera documentação baseada nos contratos configurados",
|
||||
"Upload your dapp to a decentralized storage": "Carrega a appliacao para armazenamento descentralizado",
|
||||
"output the version number": "produz a versão actual",
|
||||
|
@ -63,10 +63,10 @@
|
|||
"due to error": "devido a erro",
|
||||
"error deploying contracts": "erro publicando contratos",
|
||||
"finished deploying contracts": "publicação de contratos concluida",
|
||||
"error running afterDeploy: ": "erro executado afterDeploy: ",
|
||||
"error running afterDeploy: ": "erro ao executar afterDeploy: ",
|
||||
"ready to watch file changes": "pronto para monitorar alterações em ficheiros/arquivos",
|
||||
"Starting Server": "iniciando o servidor",
|
||||
"webserver available at": "servidor web disponivel em",
|
||||
"webserver available at": "Servidor Web disponivel em",
|
||||
"Webserver": "Servidor Web",
|
||||
" already deployed at ": " já publicado em ",
|
||||
"Deployed": "Publicado",
|
||||
|
@ -89,127 +89,127 @@
|
|||
"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",
|
||||
"Init complete": "Inicialização completa",
|
||||
"App ready at ": "Aplicativo disponivel em ",
|
||||
"Next steps:": "Próximos passos:",
|
||||
"open another console in the same directory and run": "abra outro console no mesmo ficheiro e execute",
|
||||
"For more info go to http://embark.status.im": "Para mais informações, vá para http://embark.status.im",
|
||||
"%s : instanceOf is set to itself": "%s : instanceOf atrelado a si mesmo",
|
||||
"{{className}} has code associated to it but it's configured as an instanceOf {{parentContractName}}": "{{className}} tem código associado à ele, porém está configuraco como instanceOf {{parentContractName}}",
|
||||
"Error Compiling/Building contracts: ": "Erro ao Compilar/Construir contratos: ",
|
||||
"Error: ": "Erro: ",
|
||||
"there are two or more contracts that depend on each other in a cyclic manner": "existem dois ou mais contratos que dependem um do outro de um jeito cíclico",
|
||||
"Embark couldn't determine which one to deploy first": "Embark não pôde determinar qual deverá ser publicado primeiro",
|
||||
"{{inputName}} has not been defined for {{className}} constructor": "{{inputName}} não foi definido para o contrustor de {{className}}",
|
||||
"error deploying %s": "erro ao mostrar %s",
|
||||
"executing onDeploy commands": "executando comandos onDeploy",
|
||||
"error executing onDeploy for ": "erro ao executar onDeploy para ",
|
||||
" does not exist": " não existe",
|
||||
"error running onDeploy: ": "erro ao executar onDeploy: ",
|
||||
" exists but has been set to not deploy": " existe porém não foi configurado para publicação",
|
||||
"couldn't find a valid address for %s has it been deployed?": "não foi possível encontrar um endereço válido para %s , ele foi publicado?",
|
||||
"executing: ": "executando: ",
|
||||
"the transaction was rejected; this usually happens due to a throw or a require": "a transação foi rejeitada; isso normalmente acontece por causa de um throw ou algum require",
|
||||
"no account found at index": "nenhuma conta encontrada no índice",
|
||||
" check the config": " verifique a configuração",
|
||||
"Both \"from\" and \"fromIndex\" are defined for contract": "Ambos \"from\" e \"fromIndex\" são definidos para contrato",
|
||||
"Using \"from\" as deployer account.": "Usando \"from\" como conta de publicação.",
|
||||
"{{linkReference}} is too long": "{{linkReference}} é muito longo",
|
||||
"{{contractName}} needs {{libraryName}} but an address was not found, did you deploy it or configured an address?": "{{contractName}} precica {{libraryName}} porém o endereço não foi encontrado, você publicou ou configurou um endereço?",
|
||||
"attempted to deploy %s without specifying parameters": "tentativa de publicar %s sem parâmetros especificados",
|
||||
"deployed at": "publicado em",
|
||||
"no contracts found": "nenhum contrato encontrado",
|
||||
"Blockchain component is disabled in the config": "O componente Blockchain está desabilitado na configuração",
|
||||
"Couldn't connect to an Ethereum node are you sure it's on?": "Não foi possível conectar no nó do Ethereum, você tem certeza que ele está ligado?",
|
||||
"make sure you have an Ethereum node or simulator running. e.g '%s'": "verifique que você tem um nó Ethreum ou um simulador executando, por exemplo '%s'",
|
||||
"executing": "executando",
|
||||
"the transaction was rejected; this usually happens due to a throw or a require, it can also happen due to an invalid operation": "essa transação foi rejeitada; isso ocorre normalmente por causa de um throw ou algum require, também pode ocorrer por alguma operação inválida",
|
||||
"Cannot find file %s Please ensure you are running this command inside the Dapp folder": "Não é possível encontrar arquivo %s . Por favor verifique que vocês está executando esse comando dentro do ficheiro DApp",
|
||||
"no config file found at %s using default config": "nenhuma configuração encontrada em %s , utilizando configuração padrão",
|
||||
"HTTP contract file not found": "arquivo de contrato HTTP não encontrado",
|
||||
"contract file not found": "arquivo de contrato não encontrado",
|
||||
"file not found, creating it...": "arquivo não encontrado, criando...",
|
||||
"No Blockchain node found": "Nenhum nó Blockchain encontrado",
|
||||
"Ethereum node (version unknown)": "Nó Ethereum (versão desconhecida)",
|
||||
"this event is deprecated and will be removed in future versions %s": "esse evento não é mais suportado e será removido em versões futuras %s",
|
||||
"Error while downloading the file": "Erro ao baixar arquivo",
|
||||
"Plugin {{name}} can only be loaded in the context of \"{{contextes}}\"": "Plugin {{name}} pode ser carregado apenas no contexto de \"{{contextes}}\"",
|
||||
"error running service check": "erro ao executar verificação de serviço",
|
||||
"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",
|
||||
"Type": "Tipo",
|
||||
"to see the list of available commands": "para ver a lista de comandos disponíveis",
|
||||
"Asset Pipeline": "Fluxo de recursos",
|
||||
"Ethereum node detected": "Nó Ethereum detectado",
|
||||
"Deployment Done": "Publicação feita",
|
||||
"Looking for documentation? You can find it at": "A procura de Documentacao? Pode encontrá-la em",
|
||||
"Ready": "Pronto",
|
||||
"tip: you can resize the terminal or disable the dashboard with": "dica: você pode redimensionar o terminal ou desabilitar o painel de controle com",
|
||||
"finished building": "construção finalizada",
|
||||
"Done": "Feito",
|
||||
"Cannot upload: {{platform}} node is not running on {{url}}.": "Não é possível enviar: nó {{platform}} não está executando em {{url}}.",
|
||||
"try \"{{ipfs}}\" or \"{{swarm}}\"": "tente \"{{ipfs}}\" ou \"{{swarm}}\"",
|
||||
"finished deploying": "publicação finalizada",
|
||||
"finished building DApp and deploying to": "construção do DApp finalizada e publicando para",
|
||||
"IPFS node detected": "Nó IPFS detectado",
|
||||
"IPFS node is offline": "Nó IPFS está desconectado",
|
||||
"not found or not in the path. Guessing %s for path": "nao encontrado no caminho. Supondo %s como caminho",
|
||||
"adding %s to ipfs": "adicionando %s no ipfs",
|
||||
"DApp available at": "DApp disponível em",
|
||||
"error uploading to ipfs": "erro ao enviar para o ipfs",
|
||||
"successfully uploaded to ipfs": "enviado com sucesso ao ipfs",
|
||||
"Error while loading the content of ": "Erro ao carregar conteúdo de ",
|
||||
"error compiling for unknown reasons": "erro ao compilar por erros desconhecidos",
|
||||
"error compiling. There are sources available but no code could be compiled, likely due to fatal errors in the solidity code": "erro ao compilar. Existem arquvos fonte disponíveis, porem o código não pôde ser compilado, provavelmente por causa de erros fatais na solidez do código",
|
||||
"Swarm node detected...": "Nó de enxame detectado...",
|
||||
"Swarm node is offline...": "Nó de enxame está desconectado...",
|
||||
"deploying to swarm!": "publicando enxame!",
|
||||
"adding %s to swarm": "adicionando %s ao enxame",
|
||||
"error uploading to swarm": "erro ao enviar ao enxame",
|
||||
"successfully uploaded to swarm": "enviado com sucesso ao enxame",
|
||||
"Vyper exited with error code ": "Vyper finalizou com código de erro ",
|
||||
"Execution returned no result": "Execução não retornou resultados",
|
||||
"compiling Vyper contracts": "compilando contratos Vyper",
|
||||
"Webserver is offline": "Webserver está desconectado",
|
||||
"stopping webserver": "parando Servidor Web",
|
||||
"a webserver is already running at": "um Servidor Web já está sendo executado em",
|
||||
"no webserver is currently running": "nenhum Servidor Web está sendo executado",
|
||||
"couldn't find file": "não foi possível encontrar ficheiro",
|
||||
"errors found while generating": "erros encontrados enquanto estava gerando",
|
||||
"writing file": "escrevendo ficheiro",
|
||||
"Simulator not found; Please install it with \"%s\"": "Simulator not found; Please install it with \"%s\"",
|
||||
"Tried to load testrpc but an error occurred. This is a problem with testrpc": "Tried to load testrpc but an error occurred. This is a problem with testrpc",
|
||||
"IMPORTANT: if you using a NodeJS version older than 6.9.1 then you need to install an older version of testrpc \"%s\". Alternatively install node 6.9.1 and the testrpc 3.0": "IMPORTANT: if you using a NodeJS version older than 6.9.1 then you need to install an older version of testrpc \"%s\". Alternatively install node 6.9.1 and the testrpc 3.0",
|
||||
"terminating due to error": "terminating due to error",
|
||||
"There a a space in the version of {{versionKey}}. We corrected it for you ({{correction})": "There a a space in the version of {{versionKey}}. We corrected it for you ({{correction})",
|
||||
"versions": "versions",
|
||||
"versions in use": "versions in use",
|
||||
"downloading {{packageName}} {{version}}....": "downloading {{packageName}} {{version}}....",
|
||||
"language to use (default: en)": "language to use (default: en)",
|
||||
"download template": "download template",
|
||||
"Start the Embark console": "Start the Embark console",
|
||||
"When set, will print the gas cost for each contract deploy": "When set, will print the gas cost for each contract deploy",
|
||||
"Graph will not include undeployed contracts": "Graph will not include undeployed contracts",
|
||||
"Graph will not include functions": "Graph will not include functions",
|
||||
"Graph will not include events": "Graph will not include events",
|
||||
"ENS domain to associate to": "ENS domain to associate to",
|
||||
"output usage information and help information": "output usage information and help information",
|
||||
"Starting %s process": "Starting %s process",
|
||||
"Starting Blockchain node in another process": "Starting Blockchain node in another process",
|
||||
"Blockchain node is ready": "Blockchain node is ready",
|
||||
"Storage process for {{storageName}} ended before the end of this process. Code: {{code}}": "Storage process for {{storageName}} ended before the end of this process. Code: {{code}}",
|
||||
"ipfs process started": "ipfs process started",
|
||||
"Compiling...": "Compiling...",
|
||||
"Building...": "Building...",
|
||||
"gas at the price of": "gas at the price of",
|
||||
"Wei, estimated cost:": "Wei, estimated cost:",
|
||||
"using": "using",
|
||||
"Embark is building, please wait...": "Embark is building, please wait...",
|
||||
"instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)": "instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)",
|
||||
"Initializing Embark Template...": "Initializing Embark Template...",
|
||||
"Name your app (default is %s):": "Name your app (default is %s):",
|
||||
"Unrecognized balance string \"%s\"": "Unrecognized balance string \"%s\"",
|
||||
"{{className}} has a dependency on {{dependencyName}}": "{{className}} has a dependency on {{dependencyName}}",
|
||||
", but it is not set to deploy. It could be an interface.": ", but it is not set to deploy. It could be an interface.",
|
||||
"Done. %s generated": "Done. %s generated"
|
||||
"Simulator not found; Please install it with \"%s\"": "Simulador não encontrado. Por favor instale com \"%s\"",
|
||||
"Tried to load testrpc but an error occurred. This is a problem with testrpc": "Tentativa de carregar testrpc falhou devido a um erro. Isto é um problema com o 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: se vocês está utilizando um versão do NodeJS menor que 6.9.1, você precisará instalar uma versão antiga do testrpc \"%s\". Como alternativa, você pode instalar o Node 6.9.1 e o testrpc 3.0",
|
||||
"terminating due to error": "finalizando por causa de erro",
|
||||
"There a a space in the version of {{versionKey}}. We corrected it for you ({{correction})": "Existe um espaço na versão {{versionKey}}. Carrigimos para você ({{correction})",
|
||||
"versions": "versões",
|
||||
"versions in use": "versões em uso",
|
||||
"downloading {{packageName}} {{version}}....": "baixando {{packageName}} {{version}}....",
|
||||
"language to use (default: en)": "linguagem a ser utilizada (padrão: en)",
|
||||
"download template": "download concluído",
|
||||
"Start the Embark console": "Iniciar o console Embark",
|
||||
"When set, will print the gas cost for each contract deploy": "Quando configurado, irá mostrar o cussto do gás para cada contrato publicado",
|
||||
"Graph will not include undeployed contracts": "Grafo não irá incluir contratos não publicados",
|
||||
"Graph will not include functions": "Grafo não irá incluir funções",
|
||||
"Graph will not include events": "Grafo não irá incluír eventos",
|
||||
"ENS domain to associate to": "Domínio ENS para se associar com",
|
||||
"output usage information and help information": "informação de saída de uso e informação de ajuda",
|
||||
"Starting %s process": "Iniciando processo %s",
|
||||
"Starting Blockchain node in another process": "Iniciando Nó de Blockchain em outro processo",
|
||||
"Blockchain node is ready": "Nó de Blockchain está pronto",
|
||||
"Storage process for {{storageName}} ended before the end of this process. Code: {{code}}": "Processo de armazenamento para {{storageName}} finalizou antes que pudesse acabar de processar. Código: {{code}}",
|
||||
"ipfs process started": "processo ipfs iniciado",
|
||||
"Compiling...": "Compilando...",
|
||||
"Building...": "Construindo...",
|
||||
"gas at the price of": "gás no preço de",
|
||||
"Wei, estimated cost:": "Wei, custo estimado:",
|
||||
"using": "usando",
|
||||
"Embark is building, please wait...": "Embark está em fase de construção, por favor, aguarde...",
|
||||
"instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)": "objeto js-ipfs instanciado configurado para o ambiente atual (disponível se ipfs está ativado)",
|
||||
"Initializing Embark Template...": "Iniciando Template do Embark...",
|
||||
"Name your app (default is %s):": "Nome do aplicativo (o padrão é %s):",
|
||||
"Unrecognized balance string \"%s\"": "Texto de balanceamento desconhecida: \"%s\"",
|
||||
"{{className}} has a dependency on {{dependencyName}}": "{{className}} depende de {{dependencyName}}",
|
||||
", but it is not set to deploy. It could be an interface.": ", porém não está configurado para publicação. Poder ser uma interface.",
|
||||
"Done. %s generated": "Pronto. %s gerado"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue