@dydxprotocol/v4-localization 1.1.282 → 1.1.284

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 →",
@@ -1848,6 +1849,8 @@
1848
1849
  "ADJUSTED_IMR": "Adjusted Margin",
1849
1850
  "ADJUSTED_IMR_BODY": "We have temporarily {ACTION} the Initial Margin Requirements on {MARKET} to {PERCENT} due to volatility. {ADDITIONAL_NOTE}",
1850
1851
  "BLOCK_REWARD": "Block Reward",
1852
+ "CANCEL_OLD_TRIGGERS": "Cancel old triggers",
1853
+ "CANCEL_OLD_TRIGGERS_BODY": "You have orphaned trigger orders from a position that no longer exists.",
1851
1854
  "CANCELING_ALL_ORDERS": "Canceling all orders",
1852
1855
  "CHAIN_DISRUPTION_DETECTED": "Potential chain disruption detected",
1853
1856
  "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.",
@@ -1877,6 +1880,7 @@
1877
1880
  "FAST_WITHDRAW_SUCCESS": "Fast withdraw success!",
1878
1881
  "LEGAL_UPDATES": "Legal updates",
1879
1882
  "LEGAL_UPDATES_DESCRIPTION": "Please check out our updated {TOU} and {PRIVACY_POLICY}.",
1883
+ "LOW_ON_GAS": "Low on gas?",
1880
1884
  "MAGIC_OAUTH_REDIRECT_FAILED": "Sign in failed",
1881
1885
  "MAGIC_OAUTH_REDIRECT_FAILED_BODY": "An error occured during your sign in with Magic. Please try again.",
1882
1886
  "MAINTENANCE_MARGIN_ADJUSTMENTS": "Maintenance margin requirements {ACTION} at {PERCENT}%.",
@@ -1891,6 +1895,8 @@
1891
1895
  "PERMANENTLY_BLOCKED_DESCRIPTION": "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 from performing transfers within the protocol, making fast withdrawals to remove funds from the protocol, and placing orders other than market orders that reduce your positions. You may withdraw your funds from the protocol at any time.",
1892
1896
  "PERMANENTLY_BLOCKED_ELLIPTIC": "For compliance reasons you are blocked from using the dYdX protocol.",
1893
1897
  "PERMANENTLY_BLOCKED_COMPLIANCE": "For compliance reasons you have been blocked from using the dYdX protocol. This account is in close-only mode. If you believe there has been an error, please email support@dydx.exchange.",
1898
+ "RECLAIM_FUNDS": "Reclaim funds",
1899
+ "RECLAIM_FUNDS_DESCRIPTION": "You have ${RECLAIM_AMOUNT} of funds that were previously held as collateral that can now be reclaimed.",
1894
1900
  "RELEASE_UPDATES": "Release Updates",
1895
1901
  "REMOVED": "Removed",
1896
1902
  "REMOVING": "Removing",
@@ -2421,7 +2427,8 @@
2421
2427
  "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
2428
  "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
2429
  "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}."
2430
+ "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}.",
2431
+ "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
2432
  },
2426
2433
  "PREDICTION_MARKET": {
2427
2434
  "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.284",
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',
@@ -1065,6 +1067,8 @@ export const APP_STRING_KEYS = {
1065
1067
  ADJUSTED_IMR_BODY: 'APP.NOTIFICATIONS.ADJUSTED_IMR_BODY',
1066
1068
  BLOCK_REWARD: 'APP.NOTIFICATIONS.BLOCK_REWARD',
1067
1069
  CANCELING_ALL_ORDERS: 'APP.NOTIFICATIONS.CANCELING_ALL_ORDERS',
1070
+ CANCEL_OLD_TRIGGERS: 'APP.NOTIFICATIONS.CANCEL_OLD_TRIGGERS',
1071
+ CANCEL_OLD_TRIGGERS_BODY: 'APP.NOTIFICATIONS.CANCEL_OLD_TRIGGERS_BODY',
1068
1072
  CHAIN_DISRUPTION_DETECTED: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED',
1069
1073
  CHAIN_DISRUPTION_DETECTED_BODY: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED_BODY',
1070
1074
  CLICK_TO_VIEW: 'APP.NOTIFICATIONS.CLICK_TO_VIEW',
@@ -1093,6 +1097,7 @@ export const APP_STRING_KEYS = {
1093
1097
  FAST_WITHDRAW_SUCCESS_DESCRIPTION: 'APP.NOTIFICATIONS.FAST_WITHDRAW_SUCCESS_DESCRIPTION',
1094
1098
  LEGAL_UPDATES: 'APP.NOTIFICATIONS.LEGAL_UPDATES',
1095
1099
  LEGAL_UPDATES_DESCRIPTION: 'APP.NOTIFICATIONS.LEGAL_UPDATES_DESCRIPTION',
1100
+ LOW_ON_GAS: 'APP.NOTIFICATIONS.LOW_ON_GAS',
1096
1101
  MAGIC_OAUTH_REDIRECT_FAILED: 'APP.NOTIFICATIONS.MAGIC_OAUTH_REDIRECT_FAILED',
1097
1102
  MAGIC_OAUTH_REDIRECT_FAILED_BODY: 'APP.NOTIFICATIONS.MAGIC_OAUTH_REDIRECT_FAILED_BODY',
1098
1103
  MAINTENANCE_MARGIN_ADJUSTMENTS: 'APP.NOTIFICATIONS.MAINTENANCE_MARGIN_ADJUSTMENTS',
@@ -1107,6 +1112,7 @@ export const APP_STRING_KEYS = {
1107
1112
  PERMANENTLY_BLOCKED_COMPLIANCE: 'APP.NOTIFICATIONS.PERMANENTLY_BLOCKED_COMPLIANCE',
1108
1113
  PERMANENTLY_BLOCKED_DESCRIPTION: 'APP.NOTIFICATIONS.PERMANENTLY_BLOCKED_DESCRIPTION',
1109
1114
  PERMANENTLY_BLOCKED_ELLIPTIC: 'APP.NOTIFICATIONS.PERMANENTLY_BLOCKED_ELLIPTIC',
1115
+ RECLAIM_FUNDS_DESCRIPTION: 'APP.NOTIFICATIONS.RECLAIM_FUNDS_DESCRIPTION',
1110
1116
  RELEASE_UPDATES: 'APP.NOTIFICATIONS.RELEASE_UPDATES',
1111
1117
  REMOVED: 'APP.NOTIFICATIONS.REMOVED',
1112
1118
  SLOW_WITHDRAW_AVAILABLE: 'APP.NOTIFICATIONS.SLOW_WITHDRAW_AVAILABLE',