generated from edenia/webapp-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 23
/
en.json
132 lines (132 loc) · 5.02 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"translations": {
"login": "Login",
"users": "Users",
"logout": "Logout",
"headerTitle": "Token Listings",
"version": "Version",
"footer": "Evodex is open source, get involved.",
"placeholder": "Enter Amount",
"selected": "Select",
"noTokensFound": "No token pairs found.",
"noUserPools": "to view your pools.",
"addLiquidity": "Add liquidity now.",
"exchangeStep1": "Enter a valid amount and use the dropdown menu to select the token you own and want to exchange.",
"exchangeStep2": "Select the token you wish to receive. We will calculate this amount for you. You can use the reverse icon anytime.",
"feeStep1": "Here you may vote for the fee you consider to be the fairest for each token. The fee must be at least 0.1% and no larger than 1%. Please, use a percentage with one decimal format. For example: 0.1%.",
"liquidityStep1": "Here you can look up the current exchange fee for each token using the dropdown menu.",
"pool": "Pool",
"tokenPair": "Token Pair",
"fee": "Fee",
"htmlTitleContract": "EOS Ricardian Contracts for Evolution DEX",
"htmlTitleLiquidity": "Add or Remove Liquidity to EOS DEX pools on evodex",
"htmlTitleFee": "Vote exchange fees for EOS decentralized exchange dex",
"htmlTitleExchange": "Decentralized Exchange and Liquidity Pools for EOS Tokens",
"htmlTitleFaq": "EOS Decentralized Exchange - Frequent Questions",
"htmlTitleAbout": "About evodex a decentralized exchange the evolution of DeFi on EOS"
},
"talkUsModal": {
"title": "Evodex is for the EOS community.",
"subtitle": "Get Involved!",
"description1": "Do you have an idea for a cool feature for evodex?",
"description2": "Did you find a bug?",
"description3": "Use these communication channels to get in touch. All opinions and suggestions welcome."
},
"notFound": {
"primaryMessage": "404: The page you are looking for isn’t here",
"secondaryMessage": "You either tried some shady route or you came here by mistake. Whichever it is, try using the navigation",
"buttonLabel": "Take me home"
},
"subMenu": {
"exchange": "exchange",
"liquidity": "liquidity",
"voteFee": "vote fee",
"about": "about",
"faq": "faq",
"contracts": "contracts"
},
"sidebar": {
"tool": "Tools",
"information": "Information",
"social": "Social",
"exchange": "Exchange Tokens",
"liquidity": "Add or Remove Liquidity",
"voteFee": "Fee",
"about": "About evodex",
"faq": "FAQs",
"contracts": "Ricardian Contracts"
},
"ricardianContract": {
"title": "Ricardian Contracts"
},
"liquidity": {
"title": "Manage Liquidity",
"description": "Select a token pair and the amount you want to add or remove to the liquidity pool.",
"headerTitle": "Token Listings",
"tableLabelMyPool": "My Pools",
"tableLabelCommunity": "Community Pools",
"inputLabel": "Add / Remove",
"available": "Current supply",
"balance": "Your balance",
"add": "Add",
"remove": "Remove",
"and": "and",
"fee": "Fee",
"noUser": "Please login to continue",
"noTokenSelected": "Please select a token to continue",
"noAmountAdd": "Please enter the amount to add",
"noAmountRemove": "Please enter the amount to remove",
"successTransaction": "Transaction successful",
"help": "Help",
"errorNumberIsTooBig": "The number is too big"
},
"fee": {
"title": "Vote Your Fee",
"description": "Select a Token Pair and the fee you want to vote for the liquidity pool.",
"headerTitle": "Token Listings",
"tableLabelMyPool": "My Pools",
"tableLabelCommunity": "Community Pools",
"noUser": "Please login to continue",
"noTokenSelected": "Please select a token to continue",
"noVote": "Please enter your vote",
"inputLabel": "Vote",
"supply": "Supply",
"fee": "Fee",
"successTransaction": "Success transaction",
"placeholder": "This Percentage",
"help": "Help",
"maxValueAllowed": "The max value allowed is 1%",
"minValueAllowed": "Fee has to be at least 0.1%"
},
"faq": {
"title": "FAQ's"
},
"exchange": {
"headerTitle": "Token Listings",
"empty": "Empty",
"noUser": "Please login to continue",
"noTokenSelected": "Please select both tokens to continue",
"noAmount": "Please enter the amount to give to continue",
"successTransaction": "Success transaction",
"title": "Exchange Has Evolved",
"description": "A truly decentralized exchange where you decide your pool fee!",
"youGive": "You Give",
"youReceive": "You Receive",
"fee": "Fee",
"rate": "Rate",
"pairSupply": "Pair Supply",
"estimatedPrice": "Estimated Price",
"btnLabel": "exchange",
"price": "Price",
"yourWallet": "Your Wallet",
"pool": "Pool",
"help": "Help",
"valueOverWalletBalance": "Value is over your wallet balance",
"valueOverPoolBalance": "Value is over pool balance",
"errorNumberIsTooBig": "The number is too big",
"priceImpact": "Price Impact"
},
"about": {
"title": "About evodex"
}
}