@dydxprotocol/v4-localization 1.1.365 → 1.1.366
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
"CLAIM": "Claim",
|
|
97
97
|
"CLEAR": "Clear",
|
|
98
98
|
"CLEAR_ALL": "Clear All",
|
|
99
|
+
"CHECK_ELIGIBILITY": "Check Eligibility",
|
|
99
100
|
"CLICK_HERE": "Click here",
|
|
100
101
|
"CLOSE": "Close",
|
|
101
102
|
"COMING_SOON": "Coming soon",
|
|
@@ -2012,6 +2013,7 @@
|
|
|
2012
2013
|
"CANCELING_ALL_ORDERS": "Canceling all orders",
|
|
2013
2014
|
"CHAIN_DISRUPTION_DETECTED": "Potential chain disruption detected",
|
|
2014
2015
|
"CHAIN_DISRUPTION_DETECTED_BODY": "There is a potential dYdX Chain disruption. Please check the status page and refresh. In the case of a chain disruption, trading and transfers are temporarily disabled. Your funds are safe.",
|
|
2016
|
+
"CLAIM_TRADING_LEAGUE_REWARD_BODY": "Claim your Trading League reward!",
|
|
2015
2017
|
"CLICK_TO_VIEW": "Click to view",
|
|
2016
2018
|
"CLOSE_MARKET_POSITIONS": "Close your {MARKET} position",
|
|
2017
2019
|
"CLOSE_MARKET_POSITIONS_BODY": "{MARKET} is set to close only mode and the close price of {MARKET} is now fixed. Please close your open {MARKET} position as soon as you are able. We're here to help via the help chat if you run into issues.",
|
|
@@ -2685,7 +2687,7 @@
|
|
|
2685
2687
|
"REBATE_BANNER": {
|
|
2686
2688
|
"REBATE_BANNER_TITLE": "This September: Get 50% of Trading Fees Back",
|
|
2687
2689
|
"REBATE_BANNER_TITLE_SURGE": "dYdX Surge:",
|
|
2688
|
-
"REBATE_BANNER_TITLE_FEES": "
|
|
2690
|
+
"REBATE_BANNER_TITLE_FEES": "50% Trading Fee Rebates Live Now",
|
|
2689
2691
|
"REBATE_BANNER_SUBTITLE": "Front-end only",
|
|
2690
2692
|
"REBATE_BANNER_CTA": "Get Rebate"
|
|
2691
2693
|
},
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -459,6 +459,7 @@ export const APP_STRING_KEYS = {
|
|
|
459
459
|
CARDS: 'APP.GENERAL.CARDS',
|
|
460
460
|
CATEGORY: 'APP.GENERAL.CATEGORY',
|
|
461
461
|
CHAINS: 'APP.GENERAL.CHAINS',
|
|
462
|
+
CHECK_ELIGIBILITY: 'APP.GENERAL.CHECK_ELIGIBILITY',
|
|
462
463
|
CLAIM: 'APP.GENERAL.CLAIM',
|
|
463
464
|
CLEAR: 'APP.GENERAL.CLEAR',
|
|
464
465
|
CLEAR_ALL: 'APP.GENERAL.CLEAR_ALL',
|
|
@@ -1143,6 +1144,7 @@ export const APP_STRING_KEYS = {
|
|
|
1143
1144
|
CANCEL_OLD_TRIGGERS_BODY: 'APP.NOTIFICATIONS.CANCEL_OLD_TRIGGERS_BODY',
|
|
1144
1145
|
CHAIN_DISRUPTION_DETECTED: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED',
|
|
1145
1146
|
CHAIN_DISRUPTION_DETECTED_BODY: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED_BODY',
|
|
1147
|
+
CLAIM_TRADING_LEAGUE_REWARD_BODY: 'APP.NOTIFICATIONS.CLAIM_TRADING_LEAGUE_REWARD_BODY',
|
|
1146
1148
|
CLICK_TO_VIEW: 'APP.NOTIFICATIONS.CLICK_TO_VIEW',
|
|
1147
1149
|
CLOSE_MARKET_POSITIONS: 'APP.NOTIFICATIONS.CLOSE_MARKET_POSITIONS',
|
|
1148
1150
|
CLOSE_MARKET_POSITIONS_BODY: 'APP.NOTIFICATIONS.CLOSE_MARKET_POSITIONS_BODY',
|