mist.pt.i18n.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. {
  2. "mist": {
  3. "applicationMenu": {
  4. "app": {
  5. "label": "__app__",
  6. "about": "Sobre __app__",
  7. "checkForUpdates": "Procurar Atualizações...",
  8. "checkForNodeUpdates": "Check for Ethereum node updates...",
  9. "services": "Serviços",
  10. "hide": "Ocultar o __app__",
  11. "hideOthers": "Ocultar Outros",
  12. "showAll": "Mostrar Todos",
  13. "quit": "Fechar __app__"
  14. },
  15. "file": {
  16. "label": "Arquivos",
  17. "importPresale": "Importar conta",
  18. "newAccount": "Nova conta",
  19. "backup": "Cópia de segurança",
  20. "backupKeyStore": "Contas",
  21. "backupMist": "Carteiras, contratos e etc",
  22. "swarmUpload": "Subir arquivo para Swarm..."
  23. },
  24. "edit": {
  25. "label": "Editar",
  26. "undo": "Desfazer",
  27. "redo": "Refazer",
  28. "cut": "Cortar",
  29. "copy": "Copiar",
  30. "paste": "Colar",
  31. "selectAll": "Selecionar tudo"
  32. },
  33. "view": {
  34. "label": "Ver",
  35. "fullscreen": "Modo de tela cheia",
  36. "default": "Default"
  37. },
  38. "develop": {
  39. "label": "Desenvolvimento",
  40. "devTools": "Mostrar ferramentas de desenvolvedor",
  41. "devToolsMistUI": "Interface Mist",
  42. "devToolsWalletUI": "Interface Carteira",
  43. "devToolsWebview": "__webview__",
  44. "runTests": "Realizar testes",
  45. "logFiles": "Mostrar arquivos de logs",
  46. "ethereumNode": "Node",
  47. "network": "Rede",
  48. "mainNetwork": "Rede principal",
  49. "startMining": "⛏ Iniciar mineração",
  50. "stopMining": "⛏ Parar mineração",
  51. "openRemix": "Open Remix IDE"
  52. },
  53. "window": {
  54. "label": "Janela",
  55. "minimize": "Minimizar",
  56. "close": "Fechar",
  57. "toFront": "Trazer todas para frente"
  58. },
  59. "help": {
  60. "label": "Ajuda",
  61. "reportBug": "Report an issue on Github"
  62. }
  63. },
  64. "errors": {
  65. "nodeConnect": "Não conseguiu se conectar? Veja os logs para saber mais:",
  66. "nodeStartup":
  67. "O node não pode ser iniciado. Você já tem um instalado? Ele está fazendo upgrade do banco de dados?",
  68. "timeSync": {
  69. "title": "Seu computador está fora de sincronia!",
  70. "description":
  71. "Para sincronizar com a rede Ethereum você precisa que seu computador esteja sincronizado com um servidor de tempo preciso.",
  72. "win32":
  73. "Vá em ‘Ajustes de tempo’ depois a aba ‘internet’ nas suas preferências de sistema e marque a opção ‘sincronizar com um servidor de tempo’. Veja esse guia para mais detalhes: http://www.guidingtech.com/3119/windows-clock-sync/",
  74. "linux":
  75. "Para instalar um servidor de tempo, instale \"ntp\" via \"apt-get install ntp\".",
  76. "darwin":
  77. "Abra suas preferências, escolha \"preferências de tempo\" e marque \"Ajustar o tempo automaticamente\"."
  78. },
  79. "nodeChecksumMismatch": {
  80. "title": "Checksum mismatch in downloaded node!",
  81. "description":
  82. "__algorithm__: __hash__\n\nPlease install the __type__ node version __version__ manually."
  83. },
  84. "legacyChain": {
  85. "title": "Legacy chain detected",
  86. "description":
  87. "Your node is currently on the unsupported Ethereum Classic chain. To use this chain use tools provided by the ethereum classic project at\nhttps://ethereumclassic.github.io.\n\nTo revert to the main ethereum chain follow the tutorial here:\nhttps://github.com/ethereum/mist/releases/0.8.2"
  88. }
  89. },
  90. "rightClick": {
  91. "reload": "Recarregar",
  92. "openDevTools": "Abrir ferramentas de desenvolvimento",
  93. "inspectElements": "Inspecionar elemento"
  94. },
  95. "nodeInfo": {
  96. "active": "active",
  97. "blockNumber": "Número de seu bloco atual",
  98. "blocksBehind": "blocks behind",
  99. "checkingWhichNetwork": "Checking network...",
  100. "connecting": "Connecting...",
  101. "local": "Local",
  102. "lookingForPeers": "Looking for peers...",
  103. "network": "Network",
  104. "node": "Node",
  105. "nodeSyncing": "__blockDiff__ blocos restantes",
  106. "peers": "nós",
  107. "privateNetwork": "Private-net",
  108. "test": "test",
  109. "testnetExplain":
  110. "Você está na rede de teste, NÃO ENVIE ethers de verdade para essas contas",
  111. "timeSinceBlock": "Tempo corrido desde último bloco"
  112. },
  113. "sidebar": {
  114. "buttons": {
  115. "browser": "Navegar"
  116. }
  117. },
  118. "browserBar": {
  119. "buttons": {
  120. "noAccounts": "Sem nenhuma conta",
  121. "connect": "Connect"
  122. }
  123. },
  124. "startScreen": {
  125. "runningNodeFound": "Node Ethereum encontrado!",
  126. "nodeConnectionTimeout":
  127. "Não pode inicializar um Node!<br><small> Instale <a href='https://www.ethereum.org/cli#geth' class='button' target='_blank'>um manualmente</a>, e use esse comando para executa-lo: <br> <code>geth --ipcpath __path__</code></small><br> <small><a href='https://github.com/ethereum/mist/issues' class='button' target='_blank'> Caso não consiga, entre em contato </a></small>",
  128. "nodeBinaryNotFound":
  129. "Nó não encontrado!<br><small><a href='https://www.ethereum.org/cli#geth' class='button' target='_blank'>Instale um manualmente</a></small>",
  130. "nodeSyncing": "Sincronizando, favor aguarde...",
  131. "nodeSyncInfoStates":
  132. "Carregando bloco __displayBlock__ de __highestBlock__, <br> Lendo estrutura __displayState__ de __displayKnownStates__",
  133. "nodeSyncInfo": "Carregando bloco __displayBlock__ de __highestBlock__.",
  134. "nodeSyncConnecting": "Procurando outros nós...",
  135. "launchApp": "Iniciar Applicativo",
  136. "nodeStarting": "Ethereum node starting up...",
  137. "nodeStarted": "Ethereum node started",
  138. "nodeConnected": "Ethereum node connected",
  139. "nodeStopping": "Ethereum node stopping...",
  140. "nodeStopped": "Ethereum node stopped",
  141. "nodeError": "Ethereum node connection error :'(",
  142. "unableToBindPort":
  143. "Ethereum node cannot run. Is another instance already running?",
  144. "nodeSyncFoundPeers": "Connecting to __peers__ peers...",
  145. "clientBinaries": {
  146. "scanning": "Checking for node update...",
  147. "downloading": "Downloading new node...",
  148. "loadConfig": "Loading client config...",
  149. "filtering": "Filtering client binaries...",
  150. "done": "Ethereum node up-to-date...",
  151. "error": "Error running downloaded binary."
  152. }
  153. },
  154. "popupWindows": {
  155. "requestAccount": {
  156. "title": "Criar conta",
  157. "enterPassword": "Digite sua senha",
  158. "repeatPassword": "Digite a senha novamente",
  159. "creating": "Criando conta...",
  160. "errors": {
  161. "passwordMismatch": "Senhas não batem.",
  162. "passwordTooShort": "Make a longer password"
  163. }
  164. },
  165. "sendTransactionConfirmation": {
  166. "title": {
  167. "sendTransaction": "Enviar transação",
  168. "contractExecution": "Executar ordem",
  169. "createContract": "Criar contrato"
  170. },
  171. "contractExecutionInfo":
  172. "Você irá executar uma ordem em um contrato. Isso pode envolver transferência de valores.",
  173. "contractCreationInfo": "Você irá criar um contrato",
  174. "enterPassword": "Digite a senha para confirmar",
  175. "unlocking": "Confirmando...",
  176. "createContract": "Criar contrato",
  177. "estimatedFee": "Taxa estimada",
  178. "estimatedGasError":
  179. "Transação inválida, se executada irá gastar todo o combustível dado.",
  180. "gasPrice": "Preço do combustível",
  181. "perMillionGas": "ether por milhão de combustível",
  182. "gasLimit": "Providenciar taxa máxima",
  183. "data": "Dados",
  184. "buttons": {
  185. "sendTransaction": "Enviar transação"
  186. },
  187. "errors": {
  188. "connectionTimeout":
  189. "Não pode se conectar com Node, é possível que tenha sido interrompido pelo sistema",
  190. "wrongPassword": "Senha errada",
  191. "multipleKeysMatchAddress":
  192. "Multiple keys match address. Please remove duplicates from keystore (Arquivos -> Cópia de segurança -> Contas)",
  193. "insufficientFundsForGas":
  194. "Insufficient funds in main account (etherbase) to pay for gas",
  195. "sameAccount": "Can't send to itself"
  196. },
  197. "transactionThrow":
  198. "The contract won't allow this transaction to be executed",
  199. "noEstimate": "We couldn't estimate the gas.",
  200. "parameters": "Parameters",
  201. "showRawBytecode": "show raw data",
  202. "showDecodedParameters": "show decoded parameters",
  203. "lookupData": "Try to decode data",
  204. "lookupDataExplainer": "Look this up on the internet",
  205. "overBlockGasLimit":
  206. "The gas required for this execution could exceed the block gas limit.",
  207. "notEnoughGas":
  208. "Gas might not be enough to successfully finish this transaction.<br>Click here to increase the gas amount."
  209. },
  210. "importAccount": {
  211. "doYouHaveAWalletFile": "Você tem um arquivo de conta?",
  212. "walletFileDescription":
  213. "<p>Se você participou da pré-venda de ether em 2014, você deve ter um arquivo chamado <code>ethereum_wallet_backup.json</code>. Além de fazer o download, esse arquivo também foi enviado para o seu email na época</p>",
  214. "dropFilesHere": "Largar arquivo de pré-venda",
  215. "importing": "Importando...",
  216. "buttons": {
  217. "showPassword": "Mostrar senha"
  218. },
  219. "errors": {
  220. "unknownFile": "Arquivo não reconhecido.",
  221. "wrongPassword": "Senha incorreta.",
  222. "importFailed": "Não pode importar. Erro: __error__"
  223. }
  224. },
  225. "updateAvailable": {
  226. "newVersionAvailable": "New __name__ version available",
  227. "version": "Version",
  228. "downloadURL": "Download URL",
  229. "checksum": "Checksum",
  230. "downloadAndRestart": "Update and Restart",
  231. "download": "Download new version",
  232. "skipUpdate": "Skip Update",
  233. "checking": "Checking for updates to __name__...",
  234. "noUpdateFound":
  235. "No update found. You are running the latest version of __name__."
  236. },
  237. "connectAccount": {
  238. "chooseAccountTitle": "Choose account",
  239. "createAccount": "Create new account",
  240. "pinToSidebar": "Pin app to the sidebar",
  241. "connectAccountDescription":
  242. "You are sharing your identity with __dappName__. This allows the app to see any public information of your accounts, including balances connected to it."
  243. }
  244. }
  245. },
  246. "elements": {
  247. "checksumAlert":
  248. "Esse endereço parece válido, mas não tem algumas características de segurança contra errors de digitação acidental, então assegure-se que é o recipiente correto. Se possível, confira o ícone de segurança.",
  249. "identiconHelper":
  250. "Esse é um ícone de segurança. Se houver qualquer mudança no endereço, ele deve ter uma aparência completamente diferente",
  251. "type": {
  252. "address": "Address",
  253. "bool": "Boolean",
  254. "int": "Integer",
  255. "uint": "Natural Number",
  256. "string": "String",
  257. "bytes": "Bytes"
  258. }
  259. }
  260. }