Skip to content

Commit

Permalink
chore: change some translation and wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
Esya committed May 4, 2021
1 parent b5049bb commit 6a41e38
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
19 changes: 16 additions & 3 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"sendTransaction": {
"recipient": "Recipient",
"enterAddress": "Enter an address",
"success": "Transaction successfully sent",
"success": "Transaction successfully sent. The transaction might take up to a minute to appear on your account.",
"send": "Send"
},
"loading": "Loading account"
Expand Down Expand Up @@ -112,6 +112,11 @@
},
"switchOtherWallet": "Switch to another wallet",
"close": "Close"
},
"networks": {
"local": "Local",
"mainnet": "Mainnet",
"testnet": "Testnet"
}
},
"ledger": {
Expand All @@ -126,7 +131,8 @@
"step": {
"preview": "Preview transaction",
"signing": "Signing transaction",
"submitting": "Submitting transaction"
"submitting": "Submitting transaction",
"building": "Building transaction"
},
"abort": "Abort",
"confirm": "Confirm",
Expand All @@ -136,7 +142,14 @@
"from": "From",
"to": "To",
"amount": "Amount",
"balance": "Balance"
"balance": "Balance",
"fee": "Fee",
"gas": "Gas",
"genesisHash": "Genesis Hash"
}
},
"theme": {
"darkMode": "Dark mode",
"ligthMode": "Light mode"
}
}
19 changes: 16 additions & 3 deletions src/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"sendTransaction": {
"recipient": "Destinataire",
"enterAddress": "Entrez une adresse",
"success": "Transaction effectuée",
"success": "Transaction effectuée. La transaction peut mettre une minute avant d'apparaître sur votre compte.",
"send": "Envoyer"
},
"loading": "Chargement du compte"
Expand Down Expand Up @@ -112,6 +112,11 @@
},
"switchOtherWallet": "Changer de portefeuille",
"close": "Fermer"
},
"networks": {
"local": "Local",
"mainnet": "Mainnet",
"testnet": "Testnet"
}
},
"ledger": {
Expand All @@ -126,7 +131,8 @@
"step": {
"preview": "Prévisualisez la transaction",
"signing": "Signature de la transaction",
"submitting": "Envoi de la transaction"
"submitting": "Envoi de la transaction",
"building": "Building transaction"
},
"abort": "Annuler",
"confirm": "Confirmer",
Expand All @@ -136,7 +142,14 @@
"from": "Depuis",
"to": "Vers",
"amount": "Montant",
"balance": "Solde"
"balance": "Solde",
"fee": "Frais",
"gas": "Gas",
"genesisHash": "Genesis Hash"
}
},
"theme": {
"darkMode": "Thème nuit",
"ligthMode": "Thème clair"
}
}

0 comments on commit 6a41e38

Please sign in to comment.