|
1 | 1 | {
|
2 |
| - "Swap": "Swap", |
3 |
| - "Trade": "Trade", |
4 |
| - "Select": "Select", |
5 |
| - "Token": "Token", |
6 |
| - "See more…": "See more…", |
7 |
| - "Estimated Gas": "Estimated Gas", |
8 |
| - "Insifficient balance": "Insifficient balance", |
9 |
| - "Token added to your wallet": "Token added to your wallet", |
10 |
| - "Failed to add token to your wallet": "Failed to add token to your wallet", |
11 |
| - "Add token to MetaMask wallet": "Add token to MetaMask wallet", |
12 |
| - "List of Supported Chains": "List of Supported Chains", |
13 |
| - "Please, select one of our supported chain": "Please, select one of our supported chain", |
14 |
| - "There was an error fetching the price": "There was an error fetching the price", |
15 |
| - "Trade is on the way": "Trade is on the way", |
16 |
| - "The trade was reverted": "The trade was reverted", |
17 |
| - "There was an error trading the tokens": "There was an error trading the tokens", |
18 |
| - "Trade tokens in an instant": "Trade tokens in an instant", |
19 |
| - "There was an error fetching the balance": "There was an error fetching the balance", |
20 |
| - "Search token by name, symbol or address": "Search token by name, symbol or address" |
| 2 | + "see-more": "See more…", |
| 3 | + "swap": { |
| 4 | + "title": "Swap", |
| 5 | + "subtitle": "Trade tokens in an instant", |
| 6 | + "estimate-gas": "Estimated Gas", |
| 7 | + "trade": "Trade", |
| 8 | + "error-price": "There was an error fetching the price", |
| 9 | + "trading": { |
| 10 | + "error": "There was an error trading the tokens", |
| 11 | + "ongoing": "Trade is on the way. Click <a href=\"{txUrl}\"><i>here</i></a> to view the transaction", |
| 12 | + "reverted": "The trade was reverted. Click <a href=\"{txUrl}\"><i>here</i></a> to view the failed transaction" |
| 13 | + } |
| 14 | + }, |
| 15 | + "token-amount": { |
| 16 | + "balance": "Balance", |
| 17 | + "getting-price": "Getting price…", |
| 18 | + "insufficient-balance": "Insifficient balance", |
| 19 | + "error-fetching-balance": "There was an error fetching the balance" |
| 20 | + }, |
| 21 | + "token-selector": { |
| 22 | + "select": "Select", |
| 23 | + "token": "Token", |
| 24 | + "loading": "Loading tokens…", |
| 25 | + "search": "Search token by name, symbol or address", |
| 26 | + "no-tokens": "No tokens founds on {chain}" |
| 27 | + }, |
| 28 | + "add-token": { |
| 29 | + "tooltip": "Add token to MetaMask wallet", |
| 30 | + "added": "Token added to your wallet", |
| 31 | + "failed": "Failed to add token to your wallet" |
| 32 | + }, |
| 33 | + "supported-chains": { |
| 34 | + "title": "List of Supported Chains", |
| 35 | + "subtitle": "Please, select one of our supported chain" |
| 36 | + } |
21 | 37 | }
|
0 commit comments