@dydxprotocol/v4-localization 1.1.365 → 1.1.367
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.",
|
|
@@ -2650,6 +2652,7 @@
|
|
|
2650
2652
|
"COMPLIANCE": {
|
|
2651
2653
|
"CLOSE_ONLY_MESSAGE_WITH_HELP": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use, or have engaged in activity that violates our terms of use, you have been blocked. You have until {DATE} to withdraw your funds before your access to the frontend is blocked. If you believe there has been an error, please contact support at {HELP_LINK}.",
|
|
2652
2654
|
"PERMANENTLY_BLOCKED_MESSAGE_WITH_HELP": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use and previously have been given an opportunity to redress circumstances that led to restrictions on your account, you have been permanently blocked. If you believe there has been an error, please contact support at {HELP_LINK}.",
|
|
2655
|
+
"PERPETUALS_UNAVAILABLE_MESSAGE": "Perps are not available in your country or region. Spot trading may still be accessible. Please note that access from certain jurisdictions, including those subject to sanctions or other legal restrictions, is prohibited under the {TERMS_OF_USE_LINK}.",
|
|
2653
2656
|
"BLOCKED_MESSAGE": "Perpetuals are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in a blocked country or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}.",
|
|
2654
2657
|
"BLOCKED_BANNER_MESSAGE": "Perpetuals are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in a blocked country or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}. If you think this is an error, please contact support in the {HELP_LINK}.",
|
|
2655
2658
|
"BLOCKED_BANNER_MESSAGE_SHORT": "You are accessing this interface from a restricted region. Access from certain jurisdictions, including those subject to sanctions or other legal restrictions, is not permitted. For more information, see our {TERMS_OF_USE_LINK}. If you believe this is an error, please contact support."
|
|
@@ -2685,7 +2688,7 @@
|
|
|
2685
2688
|
"REBATE_BANNER": {
|
|
2686
2689
|
"REBATE_BANNER_TITLE": "This September: Get 50% of Trading Fees Back",
|
|
2687
2690
|
"REBATE_BANNER_TITLE_SURGE": "dYdX Surge:",
|
|
2688
|
-
"REBATE_BANNER_TITLE_FEES": "
|
|
2691
|
+
"REBATE_BANNER_TITLE_FEES": "50% Trading Fee Rebates Live Now",
|
|
2689
2692
|
"REBATE_BANNER_SUBTITLE": "Front-end only",
|
|
2690
2693
|
"REBATE_BANNER_CTA": "Get Rebate"
|
|
2691
2694
|
},
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -151,6 +151,7 @@ export const APP_STRING_KEYS = {
|
|
|
151
151
|
BLOCKED_MESSAGE: 'APP.COMPLIANCE.BLOCKED_MESSAGE',
|
|
152
152
|
CLOSE_ONLY_MESSAGE_WITH_HELP: 'APP.COMPLIANCE.CLOSE_ONLY_MESSAGE_WITH_HELP',
|
|
153
153
|
PERMANENTLY_BLOCKED_MESSAGE_WITH_HELP: 'APP.COMPLIANCE.PERMANENTLY_BLOCKED_MESSAGE_WITH_HELP',
|
|
154
|
+
PERPETUALS_UNAVAILABLE_MESSAGE: 'APP.COMPLIANCE.PERPETUALS_UNAVAILABLE_MESSAGE',
|
|
154
155
|
|
|
155
156
|
// COMPLIANCE_MODAL
|
|
156
157
|
|
|
@@ -459,6 +460,7 @@ export const APP_STRING_KEYS = {
|
|
|
459
460
|
CARDS: 'APP.GENERAL.CARDS',
|
|
460
461
|
CATEGORY: 'APP.GENERAL.CATEGORY',
|
|
461
462
|
CHAINS: 'APP.GENERAL.CHAINS',
|
|
463
|
+
CHECK_ELIGIBILITY: 'APP.GENERAL.CHECK_ELIGIBILITY',
|
|
462
464
|
CLAIM: 'APP.GENERAL.CLAIM',
|
|
463
465
|
CLEAR: 'APP.GENERAL.CLEAR',
|
|
464
466
|
CLEAR_ALL: 'APP.GENERAL.CLEAR_ALL',
|
|
@@ -1143,6 +1145,7 @@ export const APP_STRING_KEYS = {
|
|
|
1143
1145
|
CANCEL_OLD_TRIGGERS_BODY: 'APP.NOTIFICATIONS.CANCEL_OLD_TRIGGERS_BODY',
|
|
1144
1146
|
CHAIN_DISRUPTION_DETECTED: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED',
|
|
1145
1147
|
CHAIN_DISRUPTION_DETECTED_BODY: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED_BODY',
|
|
1148
|
+
CLAIM_TRADING_LEAGUE_REWARD_BODY: 'APP.NOTIFICATIONS.CLAIM_TRADING_LEAGUE_REWARD_BODY',
|
|
1146
1149
|
CLICK_TO_VIEW: 'APP.NOTIFICATIONS.CLICK_TO_VIEW',
|
|
1147
1150
|
CLOSE_MARKET_POSITIONS: 'APP.NOTIFICATIONS.CLOSE_MARKET_POSITIONS',
|
|
1148
1151
|
CLOSE_MARKET_POSITIONS_BODY: 'APP.NOTIFICATIONS.CLOSE_MARKET_POSITIONS_BODY',
|