Skip to content

Commit 83932b7

Browse files
authored
Additional string changes for simple ui (#922)
* Additional string changes for simple ui * Mode * More text
1 parent 7538083 commit 83932b7

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

config/localization/en/app.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
"EST_GAS": "Est. Gas",
159159
"EST_REWARDS": "Est. Rewards",
160160
"ESTIMATED": "Estimated",
161+
"ESTIMATED_COST": "Estimated Cost",
161162
"EXPAND_SECTION": "Expand section",
162163
"EXPAND": "Expand",
163164
"FAST_WITHDRAW": "Fast Withdraw",
@@ -207,6 +208,7 @@
207208
"BIGGEST_MOVERS": "Biggest Movers",
208209
"RECENTLY_LISTED": "Recently Listed",
209210
"GAINERS": "Gainers",
211+
"LEARN_MORE": "Learn more",
210212
"LOSERS": "Losers",
211213
"EARNED_BY_STAKERS": "Earned by Stakers",
212214
"ADD_NEW_MARKET": "Add new market",
@@ -215,6 +217,7 @@
215217
"NO_RESULTS": "No results",
216218
"HIGHLIGHTS": "Highlights",
217219
"LAUNCHABLE": "Launchable",
220+
"LAUNCHABLE_DETAILS": "This market is launchable",
218221
"LAYER_1": "Layer 1",
219222
"LAYER_2": "Layer 2",
220223
"LEARN_MORE": "Learn more",
@@ -1254,7 +1257,7 @@
12541257
"LIMIT_PRICE_TOOLTIP": "By identifying a limit price, you are placing a Take Profit Limit Order and/or a Stop Limit Order. Click {DOCUMENTATION_LINK} for more details.",
12551258
"MULTIPLE_ORDERS_FOUND": "Multiple orders found.",
12561259
"PRICE_TRIGGERS": "Price triggers",
1257-
"PRICE_TRIGGERS_DESCRIPTION": "Minimize losses & secure profits with triggers.",
1260+
"PRICE_TRIGGERS_DESCRIPTION": "Minimize losses & secure profits.",
12581261
"EXISTING_ORDERS_REPLACED": "Upon edit, your existing order will be replaced.",
12591262
"SL_LIMIT": "SL Limit",
12601263
"SL_PRICE": "SL Price",

config/localizations_native/en/app.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"IOS_APP_BETA": "iOS App Beta",
5252
"ISOLATED_POSITIONS_COMING_SOON": "Isolated positions coming soon to mobile",
5353
"ISOLATED_POSITION_ORDERS_COMING_SOON": "Orders for isolated positions coming soon to mobile",
54+
"LAUNCH_ON_WEB": "Launch on web",
5455
"LAYER_2": "Layer 2",
5556
"LEADERBOARDS": "Leaderboards",
5657
"LEARN_MORE_ABOUT_WALLETS": "Learn more about wallets",
@@ -252,13 +253,13 @@
252253
"MODE": {
253254
"SELECT_PREFERENCE": "Select Preference",
254255
"MODE_TO_BE_USED": "This mode will be used for all trades",
255-
"CHANGE_SETINGS": "Change this from Profile › Settings",
256+
"CHANGE_SETINGS": "Change this from Settings",
256257
"SIMPLE": "Default",
257258
"ADVANCED": "Advanced",
258259
"EASIER": "Easier to use",
259260
"POWERFUL": "More powerful",
260261
"TRADE_BOX": "Mode",
261-
"SELECT_MODE": "Select Mode",
262+
"SELECT_MODE": "Select mode",
262263
"SWAP": "Swap",
263264
"SIMPLE_AND_EASIER": "Focused yet powerful",
264265
"PRO": "Pro",
@@ -444,6 +445,14 @@
444445
"LEVERAGE_TRADE_EVENT_OUTCOMES_DESCRIPTION":"On a wide range of topics, including politics, sports, pop culture, and more.",
445446
"SETTLEMENT_OUTCOMES_TITLE": "$0 or $1 Settlement",
446447
"SETTLEMENT_OUTCOMES_DESCRIPTION": "Market will automatically settle at $1 if the event occurs. Otherwise, it will settle at ~$0. Price is equivalent to the percentage chance the outcome will occur."
448+
},
449+
"VAULT": {
450+
"LAUNCH_MARKET_LINE1": "Requires a deposit {DEPOSIT_AMOUNT} into MegaVault",
451+
"LAUNCH_MARKET_LINE2": "MegaVault has an estimated {APR} APR"
452+
},
453+
"SIMPLE_UI": {
454+
"BUYING_POWER_TOOLTIP": "This is the maximum amount of exposure you can get with your deposit. It is not the amount you can deposit or withdraw. Your buying power can change rapidly and may be positive even when you are making losses.",
455+
"RISK_TOOLTIP": "This is the percentage of your deposit held as margin by your open positions. This can change rapidly when the market price changes."
447456
}
448457
},
449458
"RATE_APP": {

scripts/generated/app.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ export const APP_STRING_KEYS = {
474474
ENTERTAINMENT: 'APP.GENERAL.ENTERTAINMENT',
475475
EQUITY: 'APP.GENERAL.EQUITY',
476476
ESTIMATED: 'APP.GENERAL.ESTIMATED',
477+
ESTIMATED_COST: 'APP.GENERAL.ESTIMATED_COST',
477478
EST_APR: 'APP.GENERAL.EST_APR',
478479
EST_GAS: 'APP.GENERAL.EST_GAS',
479480
EST_REWARDS: 'APP.GENERAL.EST_REWARDS',
@@ -527,6 +528,7 @@ export const APP_STRING_KEYS = {
527528
LANGUAGE: 'APP.GENERAL.LANGUAGE',
528529
LARGE_CAP: 'APP.GENERAL.LARGE_CAP',
529530
LAUNCHABLE: 'APP.GENERAL.LAUNCHABLE',
531+
LAUNCHABLE_DETAILS: 'APP.GENERAL.LAUNCHABLE_DETAILS',
530532
LAYER_1: 'APP.GENERAL.LAYER_1',
531533
LAYER_2: 'APP.GENERAL.LAYER_2',
532534
LEARN: 'APP.GENERAL.LEARN',

0 commit comments

Comments
 (0)