@dydxprotocol/v4-localization 1.1.282 → 1.1.283

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.
@@ -51,6 +51,7 @@
51
51
  "ACCOUNT": "Account",
52
52
  "ACKNOWLEDGEMENT": "Acknowledgement",
53
53
  "ACTION": "Action",
54
+ "ACTION_REQUIRED": "Action required",
54
55
  "ACTIONS": "Actions",
55
56
  "ACTIVE": "Active",
56
57
  "ADD": "Add →",
@@ -2421,7 +2422,8 @@
2421
2422
  "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}.",
2422
2423
  "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}.",
2423
2424
  "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}.",
2424
- "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}."
2425
+ "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}.",
2426
+ "BLOCKED_BANNER_MESSAGE_SHORT": "United States residents and other restricted persons are prohibited from trading. {CONTACT_SUPPORT_LINK} if you think this is an error."
2425
2427
  },
2426
2428
  "PREDICTION_MARKET": {
2427
2429
  "BINARY_SETTLEMENT": "Binary Settlement",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.282",
3
+ "version": "1.1.283",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -135,6 +135,7 @@ export const APP_STRING_KEYS = {
135
135
  // COMPLIANCE
136
136
 
137
137
  BLOCKED_BANNER_MESSAGE: 'APP.COMPLIANCE.BLOCKED_BANNER_MESSAGE',
138
+ BLOCKED_BANNER_MESSAGE_SHORT: 'APP.COMPLIANCE.BLOCKED_BANNER_MESSAGE_SHORT',
138
139
  BLOCKED_MESSAGE: 'APP.COMPLIANCE.BLOCKED_MESSAGE',
139
140
  CLOSE_ONLY_MESSAGE_WITH_HELP: 'APP.COMPLIANCE.CLOSE_ONLY_MESSAGE_WITH_HELP',
140
141
  PERMANENTLY_BLOCKED_MESSAGE_WITH_HELP: 'APP.COMPLIANCE.PERMANENTLY_BLOCKED_MESSAGE_WITH_HELP',
@@ -375,6 +376,7 @@ export const APP_STRING_KEYS = {
375
376
  ACKNOWLEDGEMENT: 'APP.GENERAL.ACKNOWLEDGEMENT',
376
377
  ACTION: 'APP.GENERAL.ACTION',
377
378
  ACTIONS: 'APP.GENERAL.ACTIONS',
379
+ ACTION_REQUIRED: 'APP.GENERAL.ACTION_REQUIRED',
378
380
  ACTIVE: 'APP.GENERAL.ACTIVE',
379
381
  ADD: 'APP.GENERAL.ADD',
380
382
  ADDING: 'APP.GENERAL.ADDING',