From 6b0b95e02c0e902193276b2b403da4ac1691fcb1 Mon Sep 17 00:00:00 2001 From: Fernando Sobreira Date: Sun, 6 May 2018 07:55:11 -0400 Subject: [PATCH 1/7] Remove duplicate keys Add missing translations for PR-BR --- src/translations/br.js | 9 +++++++-- src/translations/en.js | 6 ++---- src/translations/fr.js | 1 - 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/translations/br.js b/src/translations/br.js index 8c447e2..57f0631 100644 --- a/src/translations/br.js +++ b/src/translations/br.js @@ -58,7 +58,7 @@ export const messages = { "account": "conta", "accounts": "contas", "scan_qr_code": "Digitalize a imagem com um scanner de QR code", - "send_trx": "send TRX", + "send_trx": "Send TRX", "receive_trx": "receber TRX", "require_account_to_send": "Você precisa estar logado para enviar moedas", "require_account_to_receive": "Você precisa estar logado para receber moedas", @@ -166,6 +166,11 @@ export const messages = { "proceed": "Prosseguir", "search_token": "Localizar Token por nome", "send_trx_address": "Envie TRX para o seguinte endereço", - "Send TRX": "Enviar TRX", "supply": "oferta", + "my_transactions": "Minhas Transações", + "no_transactions": "Nenhuma transação no momento", + "welcome_to_tron": "Welcome to TRON", + "your_wallet": "Your Wallet", + "trx_balance": "Saldo TRX", + "remaining": "restantes" }; diff --git a/src/translations/en.js b/src/translations/en.js index 07bb031..e4a90bd 100644 --- a/src/translations/en.js +++ b/src/translations/en.js @@ -55,8 +55,8 @@ export const messages = { "accounts": "accounts", "account": "account", "scan_qr_code": "Or scan this QR code on a mobile device", - "send_trx": "send TRX", - "receive_trx": "receive TRX", + "send_trx": "Send TRX", + "receive_trx": "Receive TRX", "send_trx_address": "Send TRX to the following address", "require_account_to_send": "You must be logged in to send coins", "require_account_to_receive": "You must be logged in to receive coins", @@ -174,8 +174,6 @@ export const messages = { "external_link_warning": "is an external link and may, as a result, be insecure. Proceed with caution.", "proceed": "Proceed", "bytes": "bytes", - "recent_blocks": "Recent blocks", - "send_trx": "Send TRX", "create_account": "Create Account", "register_new_account": "or register a new account", "account_address": "Account Address", diff --git a/src/translations/fr.js b/src/translations/fr.js index 0fd50aa..c2c46ba 100644 --- a/src/translations/fr.js +++ b/src/translations/fr.js @@ -171,7 +171,6 @@ export const messages = { "external_link_warning": "est un lien externe et peut, par conséquent, ne pas être sécurisé. Soyez vigilants.", "proceed": "Procéder", "search_token": "Rechercher un jeton par son nom", - "send_trx_address": "Envoyer des TRX à l'adresse suivante :", "to": "À", "most_trx": "solde max en TRX", }; From 6e7f0fdd6edd68b8b3ed0a6d0f2fb6a9c2ab4f01 Mon Sep 17 00:00:00 2001 From: Fernando Sobreira Date: Sun, 6 May 2018 08:01:16 -0400 Subject: [PATCH 2/7] small fix "===" to remove warns --- src/components/account/Account.js | 4 ++-- src/components/account/Transactions.js | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/account/Account.js b/src/components/account/Account.js index 48bbff0..ad58a88 100644 --- a/src/components/account/Account.js +++ b/src/components/account/Account.js @@ -35,7 +35,7 @@ class Account extends Component { }; isTronix(index){ - if (index == 0) { + if (index === 0) { return ( "bg-primary" ); @@ -59,7 +59,7 @@ class Account extends Component { { tokenBalances.map((token, index) => ( - (index === 0 && token.name == "TRX") && //Only shows TRON TRX on this view + (index === 0 && token.name === "TRX") && //Only shows TRON TRX on this view

{tu("trx_balance")}

diff --git a/src/components/account/Transactions.js b/src/components/account/Transactions.js index 4518224..286b32f 100644 --- a/src/components/account/Transactions.js +++ b/src/components/account/Transactions.js @@ -27,7 +27,7 @@ class Transactions extends Component { transactions = filter( transactions, a => - a.from == userAddress || a.to == userAddress); + a.from === userAddress || a.to === userAddress); return transactions; } @@ -90,7 +90,7 @@ class Transactions extends Component { { - userAddress == transaction.from + userAddress === transaction.from ? tu('your_wallet') : @@ -100,7 +100,7 @@ class Transactions extends Component { { - userAddress == transaction.to + userAddress === transaction.to ? tu('your_wallet') : From 304556131a7faf40d9c5c9a1dc4783a4cdf5ce31 Mon Sep 17 00:00:00 2001 From: Fernando Sobreira Date: Sun, 6 May 2018 21:37:51 -0400 Subject: [PATCH 3/7] Add missing translation PT-BR --- src/translations/br.js | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/translations/br.js b/src/translations/br.js index 57f0631..f9bd969 100644 --- a/src/translations/br.js +++ b/src/translations/br.js @@ -22,7 +22,7 @@ export const messages = { "address": "endereço", "balance": "saldo", "votes": "votos", - "password": "senha", + "password": "Chave privada", "showpassword":'mostrar senha', "my_vote": "meus votos", "submit_votes": "enviar votos", @@ -43,7 +43,7 @@ export const messages = { `, "unknown_error": "Ocoreu um erro desconhecido", "representative_understand": "Eu compreendo como ser um representante TRON", - "generate_account": "Clique para gerar seu endereço de conta e senha", + "generate_account": "Gerar nova conta e chave privada", "create_account_confirm_1": "Eu compreendo que, se eu perder minha senha, nunca acessarei meus ativos", "create_account_confirm_2": "Eu compreendo que se eu esquecer ou perder minha senha, ninguém poderá me ajudar a recuperá-la", "create_account_confirm_3": "Eu escrevi minha senha em um papel", @@ -170,7 +170,13 @@ export const messages = { "my_transactions": "Minhas Transações", "no_transactions": "Nenhuma transação no momento", "welcome_to_tron": "Welcome to TRON", - "your_wallet": "Your Wallet", + "your_wallet": "Sua carteira", "trx_balance": "Saldo TRX", - "remaining": "restantes" + "remaining": "restantes", + "private_key": "Chave privada", + "show_private_key": "Exibir chave privada", + "register_new_account": "Criar nova conta", + "account_address": "endereço da conta", + "create_account": "Criar conta", + "not_started_yet": "Ainda não iniciado" }; From b7844a188ff955dc1adb79fee80b08fe64a306d1 Mon Sep 17 00:00:00 2001 From: Fernando Sobreira Date: Sun, 6 May 2018 21:50:46 -0400 Subject: [PATCH 4/7] Add PT-BR readme --- README.md | 1 + README_BR.md | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README_FR.md | 1 + 3 files changed, 99 insertions(+) create mode 100644 README_BR.md diff --git a/README.md b/README.md index 5eb79bc..1c16769 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Languages : +

diff --git a/README_BR.md b/README_BR.md new file mode 100644 index 0000000..5447dfb --- /dev/null +++ b/README_BR.md @@ -0,0 +1,97 @@ +

+ + + + + + + +
Idiomas :
+

+ +

+ wallet-web +
+

+ +

+ Carteira digital para Protocolo Tron +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + +

+ +

+ Como utilizar • + Links • + Wiki • + Comunidade +

+ +# Como Utilizar + +## Requisitos + +* Node v9.8.0 +* Yarn + +## Funcionamento + +```bash +> yarn install +> yarn start +``` + +A carteira então pode ser acessada através do endereço: [http://localhost:3000](http://localhost:3000) + +## Alterando o URL da API padrão + +Por padrão, o Explorer se conectará à https://tronscan.io para obter os dados. + +Quando executada localmente, o URL pode ser alterado definindo a variável de ambiente `API_URL` + +```bash +> API_URL=http://127.0.0.0:8088 yarn start +``` + +Isto deve alterar a variável API_URL, apontando para o serviço local `wallet-cli` + +# Comunidade + +* [Slack](https://join.slack.com/t/tronfoundation/shared_invite/enQtMzAzNzg4NTI4NDM3LTAyZGQzMzEzMjNkNDU0ZjNkNTA4OTYyNTA5YWZmYjE3MTEyOWZhNzljNzQwODM3NDQ0OWRiMTIyMDhlYzgyOGQ) +* [Telegram](https://t.me/tronnetworkEN) + +# Links + +* [Website](https://tron.network/) +* [Documentação](https://github.com/tronprotocol/wallet-web) +* [Blog](https://tronprotocol.github.io/tron-blog/) +* [TRON Wiki](http://wiki.tron.network/en/latest/) + +# Projetos + +* [TRON Protocol](https://github.com/tronprotocol/protocol) +* [Wallet-CLI](https://github.com/tronprotocol/wallet-cli) diff --git a/README_FR.md b/README_FR.md index 33d269e..6ddf23c 100644 --- a/README_FR.md +++ b/README_FR.md @@ -4,6 +4,7 @@ Langues : + From 89cf6d57492b897f93ac409d5312e930e1604956 Mon Sep 17 00:00:00 2001 From: Fernando Sobreira Date: Mon, 14 May 2018 21:09:18 -0400 Subject: [PATCH 5/7] Update br.js --- src/translations/br.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/br.js b/src/translations/br.js index a5f03ed..4e8e0bc 100644 --- a/src/translations/br.js +++ b/src/translations/br.js @@ -178,6 +178,6 @@ export const messages = { "register_new_account": "Criar nova conta", "account_address": "endereço da conta", "create_account": "Criar conta", - "not_started_yet": "Ainda não iniciado" + "not_started_yet": "Ainda não iniciado", "parenthash": "Hash pai", }; From 853c9e877f30bd3d5ec442be6bb3061bf06b505b Mon Sep 17 00:00:00 2001 From: Fernando Sobreira Date: Tue, 15 May 2018 14:40:13 -0400 Subject: [PATCH 6/7] Add missing translation --- src/components/account/Account.js | 24 ++++++++------------ src/components/account/FreezeBalanceModal.js | 6 ++--- src/translations/en.js | 17 ++++++++++++-- src/translations/es.js | 15 +++++++++++- src/translations/fa.js | 15 +++++++++++- src/translations/fr.js | 15 +++++++++++- src/translations/ko.js | 13 +++++++++++ src/translations/nl.js | 15 +++++++++++- src/translations/zh.js | 15 +++++++++++- 9 files changed, 111 insertions(+), 24 deletions(-) diff --git a/src/components/account/Account.js b/src/components/account/Account.js index db9eae7..c81c212 100644 --- a/src/components/account/Account.js +++ b/src/components/account/Account.js @@ -1,6 +1,6 @@ import React, {Component} from 'react'; import {connect} from "react-redux"; -import {tu} from "../../utils/i18n"; +import {tu, tup} from "../../utils/i18n"; import {loadTokenBalances} from "../../actions/account"; import {BarLoader} from "../common/loaders"; import xhr from "axios"; @@ -273,7 +273,7 @@ class Account extends Component {

- Unable to unfreeze TRX. This could be caused because the minimal freeze period hasn't been reached yet. + {tu("unfreeze_error")}

@@ -399,26 +399,22 @@ class Account extends Component {
- {tu("Frozen TRX Tokens")} + {tu("frozen_trx_tokens")}
{this.renderFrozenTokens()}

- TRX can be frozen/locked to enable additional features. - For example, with your frozen TRX you can vote for super delegates.
- Frozen tokens are "locked" for a period of 3 days. During this period the frozen TRX - cannot be traded.
- After this period you can unfreeze the TRX and trade the tokens. + {tup("freeze_trx_txt")}

{ hasFrozen && }
diff --git a/src/components/account/FreezeBalanceModal.js b/src/components/account/FreezeBalanceModal.js index e39a54e..3d67f42 100644 --- a/src/components/account/FreezeBalanceModal.js +++ b/src/components/account/FreezeBalanceModal.js @@ -82,12 +82,12 @@ class FreezeBalanceModal extends React.PureComponent { return ( - {tu("Freeze TRX")} + {tu("freeze_trx")}
- + - {tu("Freeze TRX")} + {tu("freeze_trx")}

diff --git a/src/translations/en.js b/src/translations/en.js index 68ffb7c..5f7cfb1 100644 --- a/src/translations/en.js +++ b/src/translations/en.js @@ -190,6 +190,19 @@ export const messages = { "show_private_key": "Show Private Key", "most_trx": "Most TRX", "parenthash": "Parent Hash", - "no_tokens_found":"No Tokens Found", - "search_representatives":"Search representatives" + "no_tokens_found": "No Tokens Found", + "search_representatives": "Search representatives", + "cancel": "Cancel", + "freeze": "Freeze", + "unfreeze": "Unfreeze", + "freeze_trx_txt": `TRX can be frozen/locked to enable additional features. For example, with your frozen TRX you can vote for super delegates. + Frozen tokens are "locked" for a period of 3 days. During this period the frozen TRX cannot be traded. + After this period you can unfreeze the TRX and trade the tokens.`, + "unfreeze_error": "Unable to unfreeze TRX. This could be caused because the minimal freeze period hasn't been reached yet.", + "unfreeze_question": "Are you sure you want to unfreeze your TRX?", + "frozen_trx_tokens": "Frozen TRX Tokens", + "freeze_trx": "Freeze TRX", + "unfreeze_trx": "Unfreeze TRX", + "trx_amount": "TRX Amount", + "expires": "expires" }; diff --git a/src/translations/es.js b/src/translations/es.js index 33b7a10..ecd94be 100644 --- a/src/translations/es.js +++ b/src/translations/es.js @@ -171,5 +171,18 @@ export const messages = { "send_trx_address": "Send TRX to the following address", "most_trx": "Most TRX", "parenthash": "Parent Hash", - "search_representatives":"Search representatives" + "search_representatives":"Search representatives", + "cancel": "Cancel", + "freeze": "Freeze", + "unfreeze": "Unfreeze", + "freeze_trx_txt": `TRX can be frozen/locked to enable additional features. For example, with your frozen TRX you can vote for super delegates. + Frozen tokens are "locked" for a period of 3 days. During this period the frozen TRX cannot be traded. + After this period you can unfreeze the TRX and trade the tokens.`, + "unfreeze_error": "Unable to unfreeze TRX. This could be caused because the minimal freeze period hasn't been reached yet.", + "unfreeze_question": "Are you sure you want to unfreeze your TRX?", + "frozen_trx_tokens": "Frozen TRX Tokens", + "freeze_trx": "Freeze TRX", + "unfreeze_trx": "Unfreeze TRX", + "trx_amount": "TRX Amount", + "expires": "expires" }; diff --git a/src/translations/fa.js b/src/translations/fa.js index 084458c..36f45e1 100644 --- a/src/translations/fa.js +++ b/src/translations/fa.js @@ -167,5 +167,18 @@ export const messages = { "search_token": "Search for token name", "send_trx_address": "Send TRX to the following address", "parenthash": "Parent Hash", - "search_representatives":"Search representatives" + "search_representatives":"Search representatives", + "cancel": "Cancel", + "freeze": "Freeze", + "unfreeze": "Unfreeze", + "freeze_trx_txt": `TRX can be frozen/locked to enable additional features. For example, with your frozen TRX you can vote for super delegates. + Frozen tokens are "locked" for a period of 3 days. During this period the frozen TRX cannot be traded. + After this period you can unfreeze the TRX and trade the tokens.`, + "unfreeze_error": "Unable to unfreeze TRX. This could be caused because the minimal freeze period hasn't been reached yet.", + "unfreeze_question": "Are you sure you want to unfreeze your TRX?", + "frozen_trx_tokens": "Frozen TRX Tokens", + "freeze_trx": "Freeze TRX", + "unfreeze_trx": "Unfreeze TRX", + "trx_amount": "TRX Amount", + "expires": "expires" }; \ No newline at end of file diff --git a/src/translations/fr.js b/src/translations/fr.js index ce98922..3bee51c 100644 --- a/src/translations/fr.js +++ b/src/translations/fr.js @@ -173,5 +173,18 @@ export const messages = { "search_token": "Rechercher un jeton par son nom", "to": "À", "most_trx": "solde max en TRX", - "search_representatives":"Search representatives" + "search_representatives":"Search representatives", + "cancel": "Cancel", + "freeze": "Freeze", + "unfreeze": "Unfreeze", + "freeze_trx_txt": `TRX can be frozen/locked to enable additional features. For example, with your frozen TRX you can vote for super delegates. + Frozen tokens are "locked" for a period of 3 days. During this period the frozen TRX cannot be traded. + After this period you can unfreeze the TRX and trade the tokens.`, + "unfreeze_error": "Unable to unfreeze TRX. This could be caused because the minimal freeze period hasn't been reached yet.", + "unfreeze_question": "Are you sure you want to unfreeze your TRX?", + "frozen_trx_tokens": "Frozen TRX Tokens", + "freeze_trx": "Freeze TRX", + "unfreeze_trx": "Unfreeze TRX", + "trx_amount": "TRX Amount", + "expires": "expires" }; diff --git a/src/translations/ko.js b/src/translations/ko.js index 1224e47..56624a7 100644 --- a/src/translations/ko.js +++ b/src/translations/ko.js @@ -194,4 +194,17 @@ export const messages = { "too_many_votes": "투표수 초과", "thanks_for_applying": "신청해 주셔서 감사합니다", "search_representatives": "위임자 검색", + "cancel": "Cancel", + "freeze": "Freeze", + "unfreeze": "Unfreeze", + "freeze_trx_txt": `TRX can be frozen/locked to enable additional features. For example, with your frozen TRX you can vote for super delegates. + Frozen tokens are "locked" for a period of 3 days. During this period the frozen TRX cannot be traded. + After this period you can unfreeze the TRX and trade the tokens.`, + "unfreeze_error": "Unable to unfreeze TRX. This could be caused because the minimal freeze period hasn't been reached yet.", + "unfreeze_question": "Are you sure you want to unfreeze your TRX?", + "frozen_trx_tokens": "Frozen TRX Tokens", + "freeze_trx": "Freeze TRX", + "unfreeze_trx": "Unfreeze TRX", + "trx_amount": "TRX Amount", + "expires": "expires" }; diff --git a/src/translations/nl.js b/src/translations/nl.js index 58b63fe..be387df 100644 --- a/src/translations/nl.js +++ b/src/translations/nl.js @@ -111,5 +111,18 @@ export const messages = { "send_trx_address": "Send TRX to the following address", "most_trx": "Most TRX", "parenthash": "Parent Hash", - "search_representatives":"Search representatives" + "search_representatives":"Search representatives", + "cancel": "Cancel", + "freeze": "Freeze", + "unfreeze": "Unfreeze", + "freeze_trx_txt": `TRX can be frozen/locked to enable additional features. For example, with your frozen TRX you can vote for super delegates. + Frozen tokens are "locked" for a period of 3 days. During this period the frozen TRX cannot be traded. + After this period you can unfreeze the TRX and trade the tokens.`, + "unfreeze_error": "Unable to unfreeze TRX. This could be caused because the minimal freeze period hasn't been reached yet.", + "unfreeze_question": "Are you sure you want to unfreeze your TRX?", + "frozen_trx_tokens": "Frozen TRX Tokens", + "freeze_trx": "Freeze TRX", + "unfreeze_trx": "Unfreeze TRX", + "trx_amount": "TRX Amount", + "expires": "expires" }; diff --git a/src/translations/zh.js b/src/translations/zh.js index 2f57a5e..ee313d0 100644 --- a/src/translations/zh.js +++ b/src/translations/zh.js @@ -110,5 +110,18 @@ export const messages = { "send_trx_address": "Send TRX to the following address", "most_trx": "Most TRX", "parenthash": "Parent Hash", - "search_representatives":"Search representatives" + "search_representatives":"Search representatives", + "cancel": "Cancel", + "freeze": "Freeze", + "unfreeze": "Unfreeze", + "freeze_trx_txt": `TRX can be frozen/locked to enable additional features. For example, with your frozen TRX you can vote for super delegates. + Frozen tokens are "locked" for a period of 3 days. During this period the frozen TRX cannot be traded. + After this period you can unfreeze the TRX and trade the tokens.`, + "unfreeze_error": "Unable to unfreeze TRX. This could be caused because the minimal freeze period hasn't been reached yet.", + "unfreeze_question": "Are you sure you want to unfreeze your TRX?", + "frozen_trx_tokens": "Frozen TRX Tokens", + "freeze_trx": "Freeze TRX", + "unfreeze_trx": "Unfreeze TRX", + "trx_amount": "TRX Amount", + "expires": "expires" }; From 54ad6bf981ec741ceed9ec67dc92b12072a9426a Mon Sep 17 00:00:00 2001 From: Fernando Sobreira Date: Tue, 15 May 2018 14:40:33 -0400 Subject: [PATCH 7/7] Add missing translation PT-BR --- src/translations/br.js | 70 +++++++++++++++++++++++++++--------------- 1 file changed, 45 insertions(+), 25 deletions(-) diff --git a/src/translations/br.js b/src/translations/br.js index 7cac50f..14a2f7a 100644 --- a/src/translations/br.js +++ b/src/translations/br.js @@ -19,7 +19,7 @@ export const messages = { "view": "visualizar", "create": "novo", "country": "região", - "address": "endereço", + "address": "endereços", "balance": "saldo", "votes": "votos", "password": "Chave privada", @@ -30,8 +30,7 @@ export const messages = { "your_personal_website_address": "Digite seu site pessoal", "send": "enviar", "amount": "quantidade", - "to": "para", - "apply_for_delegate_description": ` + "apply_for_delegate_description": ` Titulares do TRX podem aplicar para se tornar um super representante utilizando a função de gerenciamento de conta, e votando nos candidados. Cada conta pode atualizar suas informações de voto, também é permitido votar em vários candidatos. O número máximo de votos é menor ou igual a quantidade de TRX que o usuário retém no momento @@ -51,7 +50,6 @@ export const messages = { "return_vate":"Devolva o voto", "recent_transactions": "transações recentes", "newest_account": "conta mais recente", - "most_trx": "maior carteira", "representatives": "representantes", "most_votes": "mais votado", "start_end_time": "Data Início / Fim ", @@ -60,6 +58,7 @@ export const messages = { "scan_qr_code": "Digitalize a imagem com um scanner de QR code", "send_trx": "Send TRX", "receive_trx": "receber TRX", + "send_trx_address": "Envie TRX para o seguinte endereço", "require_account_to_send": "Você precisa estar logado para enviar moedas", "require_account_to_receive": "Você precisa estar logado para receber moedas", "successful_send": "Enviado com sucesso!", @@ -118,6 +117,13 @@ export const messages = { "thanks_for_applying": "Obrigado por se inscrever!", "too_many_votes": "Votos excedentes", "no_trx_remaining": "Não há TRX restante", + "previous": "anterior", + "next": "próximo", + "block": "bloco", + "height": "altura", + "time": "hora", + "size": "tamanho", + "no_transactions": "Nenhuma transação no momento", "vote": "votar", "produced_by": "Produzido por {witnessAddress}", "show_more": "Mostrar mais {countriesLength}", @@ -141,7 +147,9 @@ export const messages = { "bytes": "bytes", "blockchain": "blockchain", "tokens": "tokens", + "not_started_yet": "Ainda não iniciado", "participate": "participar", + "participated_error": "Ocorreu um erro", "issue_a_token": "emitir um token", "token_name": "Nome do token", "exchange_rate": "câmbio", @@ -161,34 +169,46 @@ export const messages = { "participation_short_txt": `Especifique o período de participação no qual os tokens serão emitidos.      Durante o período de participação, os usuários podem trocar seus TRX por {name} tokens.`, "success_short_txt": "Token emitido com sucesso", + "witness": "representante", + "supply": "oferta", + "my_transactions": "Minhas Transações", + "from": "de", + "to": "para", "the_url": "A URL", "external_link_warning": "é um link externo e pode ser inseguro. Prossiga com cuidado.", "proceed": "Prosseguir", - "search_token": "Localizar Token por nome", - "send_trx_address": "Envie TRX para o seguinte endereço", - "supply": "oferta", -<<<<<<< HEAD -<<<<<<< HEAD -======= ->>>>>>> 89cf6d57492b897f93ac409d5312e930e1604956 - "my_transactions": "Minhas Transações", - "no_transactions": "Nenhuma transação no momento", - "welcome_to_tron": "Welcome to TRON", + "bytes": "bytes", + "create_account": "Criar conta", + "register_new_account": "ou Criar nova conta", + "account_address": "endereço da conta", + "welcome_to_tron": "Benvindo a TRON", "your_wallet": "Sua carteira", + "search_token": "Localizar Token por nome", "trx_balance": "Saldo TRX", "remaining": "restantes", + "vote_info_link": "Para mais informações sobre os Super Representantes Tron, visite ", + "sr_guide": "Guia SR", + "votes_remaining": "Votos Restantes", + "countdown_txt": "Próximas contagem de votos em...", + "counting_votes":"Contando Votos", "private_key": "Chave privada", "show_private_key": "Exibir chave privada", - "register_new_account": "Criar nova conta", - "account_address": "endereço da conta", - "create_account": "Criar conta", - "not_started_yet": "Ainda não iniciado", + "most_trx": "maior carteira", "parenthash": "Hash pai", -<<<<<<< HEAD -======= - "parenthash": "Parent Hash", - "search_representatives":"Search representatives" ->>>>>>> upstream/master -======= ->>>>>>> 89cf6d57492b897f93ac409d5312e930e1604956 + "no_tokens_found":"Nenhum Token Encontrado", + "search_representatives":"Localizar representantes", + "cancel": "Cancelar", + "freeze": "Congelar", + "unfreeze": "Descongelar", + "freeze_trx_txt": `TRX poden ser congelados/bloqueados para habilitar recursos adicionais. Por exemplo, com seu TRX congelado você pode votar em super delegados. + Os tokens congelados são "bloqueados" por um período de 3 dias. Durante este período, o TRX congelado não pode ser negociado. + Após este período, você pode descongelar o TRX e trocar os tokens.`, + "unfreeze_error": "Não é possível descongelar o TRX. Isso pode ser causado porque o período mínimo de congelamento ainda não foi atingido.", + "unfreeze_question": "Tem certeza de que deseja descongelar os seus TRX?", + "frozen_trx_tokens": "TRX Tokens Congelados", + "freeze_trx": "Congelar TRX", + "unfreeze_trx": "Descongelar TRX", + "trx_amount": "Quantidade de TRX", + "expires": "Expira em" }; +