mirror of https://github.com/embarklabs/embark.git
update keys
This commit is contained in:
parent
22edfac26f
commit
51fab56fc5
|
@ -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",
|
||||
|
@ -68,27 +68,27 @@
|
|||
"Starting Server": "iniciando o servidor",
|
||||
"webserver available at": "servidor web disponivel em",
|
||||
"Webserver": "Servidor Web",
|
||||
" already deployed at ": " already deployed at ",
|
||||
" already deployed at ": " já publicado em ",
|
||||
"Deployed": "Publicado",
|
||||
"Name must be only letters, spaces, or dashes": "Name must be only letters, spaces, or dashes",
|
||||
"Name your app (default is %s)": "Name your app (default is %s)",
|
||||
"Invalid name": "Invalid name",
|
||||
"unknown command": "unknown command",
|
||||
"did you mean": "did you mean",
|
||||
"warning: running default config on a non-development environment": "warning: running default config on a non-development environment",
|
||||
"could not find {{geth_bin}} command; is {{client_name}} installed or in the PATH?": "could not find {{geth_bin}} command; is {{client_name}} installed or in the PATH?",
|
||||
"no accounts found": "no accounts found",
|
||||
"initializing genesis block": "initializing genesis block",
|
||||
"rpcCorsDomain set to *": "rpcCorsDomain set to *",
|
||||
"make sure you know what you are doing": "make sure you know what you are doing",
|
||||
"warning: cors is not set": "warning: cors is not set",
|
||||
"wsOrigins set to *": "wsOrigins set to *",
|
||||
"warning: wsOrigins is not set": "warning: wsOrigins is not set",
|
||||
"reset done!": "reset done!",
|
||||
"%s is not installed on your machine": "%s is not installed on your machine",
|
||||
"You can install it by running: %s": "You can install it by running: %s",
|
||||
"Initializing Embark Template....": "Initializing Embark Template....",
|
||||
"Installing packages...": "Installing packages...",
|
||||
"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:",
|
||||
|
@ -185,6 +185,4 @@
|
|||
"versions": "versions",
|
||||
"versions in use": "versions in use",
|
||||
"downloading {{packageName}} {{version}}....": "downloading {{packageName}} {{version}}...."
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue