Skip to content

Commit

Permalink
Quick i18n language changes (ethereum#432)
Browse files Browse the repository at this point in the history
* Quick language fixes

Modeled after ethereum/mist error message

* Quick language change

Modeled after ethereum/mist error message
  • Loading branch information
wildmolasses authored and evertonfraga committed Dec 1, 2017
1 parent 463fb6f commit 31f8a9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/i18n/wallet.en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
}
},
"error": {
"emptySignees": "You didn't provided all owners.",
"emptySignees": "You didn't provide all owners.",
"alreadyExists": "Wallet contract already exists.",
"stubHasNoOrigWalletAddress": "Your stub contract has no original account address set. Please restart your App!",
"contractsCantBeOwners": "Contracts can't be owners.",
Expand Down Expand Up @@ -270,7 +270,7 @@
"sendFee": "This is the most amount of money that might be used to process this transaction. Your transaction will be mined <strong>__timetext__</strong>.",
"noCodeInRecipient": "The recipient account is not a contract, so you can't execute anything. <strong> Put a contract address on the 'TO' field. </strong>",
"addData": "You can add extra data to send along with your transaction. If you don't know what this is then <strong>don't touch it or bad things may happen</strong>.",
"dataNotExecutable": "The data seems not to be executabe, that means this transaction will use all the gas you provide.",
"dataNotExecutable": "It seems this transaction will fail. If you submit it, it may consume all the gas you provide.",
"cantEstimateGas": "We can't estimate your gas usage properly, as you need at least 1 Ether in your account.",
"estimatedGas": "Estimated required gas",
"timeTexts": {
Expand Down
4 changes: 2 additions & 2 deletions app/i18n/wallet.pt.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"sendFee": "Essa é a taxa máxima que será paga pela transação, você irá receber qualquer troco que for gerado automaticamente. Sua transação irá demorar <strong>__timetext__</strong> para ser incluída no blockchain.",
"noCodeInRecipient": "The recipient account is not a contract, so you can't execute anything. <strong> Put a contract address on the 'TO' field. </strong>",
"addData": "You can add extra data to send along with your transaction. If you leave the \"to\" field empty it will try to deploy a contract from your data.",
"dataNotExecutable": "The data seems not to be executabe, that means this transaction will use all the gas you provide.",
"dataNotExecutable": "It seems this transaction will fail. If you submit it, it may consume all the gas you provide.",
"cantEstimateGas": "We can't estimate your gas usage properly, as you need at least 1 ether in your account.",
"estimatedGas": "Estimated required gas",
"timeTexts": {
Expand Down Expand Up @@ -327,4 +327,4 @@
}
}
}
}
}

0 comments on commit 31f8a9d

Please sign in to comment.